0.4 (??) * Fixed (more) problems building debian packages. * Modified package description for fedora and debian. * Converted remaining files in latin1 to utf-8. * Fixed capitalization problems in translatable strings (Philip Withnall). * Added British English (en_GB) translation (Philip Withnall). * Use Unicode ellipsis instead of three dots (Philip Withnall). * Added 'Translated by' tab to about dialog. * Fixed slow startup (no longer wait for albums to be loaded). * Automatically re-show the authorization dialog if needed. * Automatically show an informative dialog when everybody went fine. * More descriptive strings in picture details dialog. * Implemented new settings dialog, allowing to pre-set default values for the visibility of the pictures, and to choose whether to open the browser or not after a successful upload process. * Added support for specifying an HTTP proxy. * Added basic man page (Alberto Garcia). * Fixed memory leaks thanks to valgrind. * Report in the progress dialog when pictures are being added to sets, and make that operation itself cancellable too. * Allow changing sorting order in 'add to album' dialog. * Better and safer implementation for cancelling operations. * Allow adding pictures to group pools. * Be aware of changes in basic account info on startup. * Added support for handling multiple accounts. * Added support for creating new albums right from frogr. * Retrieve list of tags and use it in entry completions. * Added French (fr) translation (Alexandre Franke). 0.3 (22 Dec 2010) * Fixed problems building debian packages. * Committed patches related to GNOME 3.0 integration (Javier Jardón). * Got rid of libcurl and improved integration with the mainloop by replacing the flickcurl library with our asynchronous (implements the GAsync API) library based in libsoup: flicksoup. * Improved authentication process. Made it more seamless and less error prone. Also, added a menu item to re-authorize if needed. * Better error handling, properly reporting the user when needed. * Cleaned up a lot the code of frogr and flicksoup. Made it more simple, hackable and robust. Still not perfect, though :-). * Allow cancelling uploads in progress, and resume them later. * Fixed bug uploading files with special characters in its name. * Added support for flickr albums. Now it's possible to select which album the pictures should be assigned to once uploaded. * New layout in the menu bar. * Updated translations. * Lots of bugfixes, as well as several minor improvements. 0.2 (12 Oct 2009) * Generate ChangeLog from git log with 'make dist' * Added .spec file for fedora 11 packaging system (Adrián Pérez) * Added drag'n'drop support for loading pictures in frogr * Added support to add tags to pictures (instead of just replacing) * Fixed (legacy) support for libgnome2 to compile in debian lenny * Use accesor functions instead direct access and removed some deprecated GTK+ symbols (Javier Jardón) * Added i18n support and a es_ES lang file (Alejandro Piñeiro) * Support silent build rules with automake 1.11 (Javier Jardón) * Bugfixes and several minor improvements 0.1.1 (22 Aug 2009) * Fixed problems with 'make dist' (missing files in EXTRA_DIST) 0.1 (21 Aug 2009) * A better UI. Faster and better user experience * Basic configuration management to store account details (Adrián Pérez) * Support for editing details of multiple pictures at the same time * Added status and improved the progress bar usage to show the status of async operations, giving a much better feedback to the end user. * A better (and more easily hackable) code and design. * No more .glade files, no more gtk-builder-convert * Avoid libgnome dependency if gtk+ >= 2.14 is present * Still implemented some parts of the UI (menubar) without GtkBuilder to keep compatibility with Gtk+ 2.12 (least version supported). * Bugfixes and several (minor and major) improvements 0.0.20090603 (03 Jun 2009) * Initial pre-release, right after getting the basic stuff together.