root/tags/0.2.1/ChangeLog

Revision 256, 2.0 kB (checked in by marc, 1 year ago)

Improved arugment handling and man pages across both branches

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