source: tags/0.2/ChangeLog @ 335

Revision 218, 1.7 KB checked in by marc, 5 years ago (diff)

Updated changelog and brought back changes

Line 
10.2 (I've been watching you...):
2 * Rewrote the screenshot module completely to support active window
3 screenshots and scaling. #3 #10
4 * Added Basic HTTP Authentication.
5 * Notifications now show up relative to the status icon.
6 * Added option (-debug) to show all console output #5
7 * Add options to report errors in the system tray (blinking). #7
8 
9 * Updated GUI on Windows not to show widgets for features that are not
10 available (libnotify, screenshot active window)
11
12 * Completely rewrote the console output and Gui logging engines. Simplified
13 and fixed many isssues. Some parts of the Gui were also overhauled.
14 * Automatically scroll to the last event on both logs.
15
16 * Removed all useless type-checking and started relying on my own exceptions
17 and error handlers.
18
19 * Completely separated and encapsulated the Twisted Server code.
20 
21 * Improved the configuration engine to convert numbers and bools into int and
22 bool rather than str. Also the Gui now saves on a per-key basis and not on
23 a all-or-nothing dict differential #9
24 * Rewrote parts of the configuration engine to better handling upgrading from
25 previous configuration files that are missing sections or options. #12
26
27 * Recommented the whole code according to Epytext Markup and also did major
28 tweaks to naming. #8
29 * Changed strings in text to be more literal and intuitive
30
31 * Updated documentation and added new references.
32
33 * Minor improvements to Debian build process.
34 * Fixed minor UI quirks.
35 * Fixed a syntax bug in uigtk.py when GTK version is < 2.10
36 * Fixed bug when saving preferences in the GUI reverted to /tmp by default.
37
380.1.1:
39 * Fix Debian Makefile
40 * Remove bad print call in notify procedures
41
420.1 (Mercado):
43 * Initial release
Note: See TracBrowser for help on using the repository browser.