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