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