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