| 1 | 0.3 (Two years later, I am still here): |
|---|
| 2 | * Added interface translations |
|---|
| 3 | * Added timestamps and enhanced error reporting to the log |
|---|
| 4 | * Added a favicon to the server |
|---|
| 5 | * Switch to GPLv3 |
|---|
| 6 | * Fixed preference pane issues for low resolution displays and some minor issues with popular GTK themes |
|---|
| 7 | * Fixed duplication of Twisted reactor |
|---|
| 8 | * Better console help and handling of SIGINT |
|---|
| 9 | * Don't check for system compatibility of Libnotify |
|---|
| 10 | * Code cleanup towards PEP-8 compliance |
|---|
| 11 | |
|---|
| 12 | 0.2.2: |
|---|
| 13 | * Fixed a fatal bug with Python 2.6/PyGTK 2.14 |
|---|
| 14 | * Fixed an issue with the right images showing up in notifications |
|---|
| 15 | * Fixed an fatal issue with starting Itaka from unexistant directories |
|---|
| 16 | * Fixed a bug where screenshot files would be saved under the wrong |
|---|
| 17 | extension/path and not erased after quitting |
|---|
| 18 | * Vastly improved Makefile to support installation on different PREFIX |
|---|
| 19 | |
|---|
| 20 | 0.2.1: |
|---|
| 21 | * Fixed a serious security bug in which /screenshot prompted no auth. Also |
|---|
| 22 | fixed sending the wrong Content-Lenght for the screenshot. Report Itaka |
|---|
| 23 | version on HTTP headers |
|---|
| 24 | * Added RPM packages (backport from trunk) and minor UI fixes |
|---|
| 25 | * Vastly improved console argument handling |
|---|
| 26 | * Improved man page |
|---|
| 27 | |
|---|
| 28 | 0.2 (I've been watching you...): |
|---|
| 29 | * Rewrote the screenshot module completely to support active window |
|---|
| 30 | screenshots and scaling. #3 #10 |
|---|
| 31 | * Added Basic HTTP Authentication. |
|---|
| 32 | * Notifications now show up relative to the status icon. |
|---|
| 33 | * Added option (-debug) to show all console output #5 |
|---|
| 34 | * Add options to report errors in the system tray (blinking). #7 |
|---|
| 35 | |
|---|
| 36 | * Updated GUI on Windows not to show widgets for features that are not |
|---|
| 37 | available (libnotify, screenshot active window) |
|---|
| 38 | |
|---|
| 39 | * Completely rewrote the console output and Gui logging engines. Simplified |
|---|
| 40 | and fixed many isssues. Some parts of the Gui were also overhauled. |
|---|
| 41 | * Automatically scroll to the last event on both logs. |
|---|
| 42 | |
|---|
| 43 | * Removed all useless type-checking and started relying on my own exceptions |
|---|
| 44 | and error handlers. |
|---|
| 45 | |
|---|
| 46 | * Completely separated and encapsulated the Twisted Server code. |
|---|
| 47 | |
|---|
| 48 | * Improved the configuration engine to convert numbers and bools into int and |
|---|
| 49 | bool rather than str. Also the Gui now saves on a per-key basis and not on |
|---|
| 50 | a all-or-nothing dict differential #9 |
|---|
| 51 | * Rewrote parts of the configuration engine to better handling upgrading from |
|---|
| 52 | previous configuration files that are missing sections or options. #12 |
|---|
| 53 | |
|---|
| 54 | * Recommented the whole code according to Epytext Markup and also did major |
|---|
| 55 | tweaks to naming. #8 |
|---|
| 56 | * Changed strings in text to be more literal and intuitive |
|---|
| 57 | |
|---|
| 58 | * Updated documentation and added new references. |
|---|
| 59 | |
|---|
| 60 | * Minor improvements to Debian build process. |
|---|
| 61 | * Fixed minor UI quirks. |
|---|
| 62 | * Fixed a syntax bug in uigtk.py when GTK version is < 2.10 |
|---|
| 63 | * Fixed bug when saving preferences in the GUI reverted to /tmp by default. |
|---|
| 64 | |
|---|
| 65 | 0.1.1: |
|---|
| 66 | * Fix Debian Makefile |
|---|
| 67 | * Remove bad print call in notify procedures |
|---|
| 68 | |
|---|
| 69 | 0.1 (Mercado): |
|---|
| 70 | * Initial release |
|---|