NEW in 3.3.90 (02/23/2012)
============
* foursquare: display comments on checkins (Mark Tully)
* Update LINGUAS to use all the provided translations (Robert Ancell)
* make the messages stream default on startup
* Updated favorite information to include if you liked a post
* facebook: fixed dupes and empty posts (LP: #826323)
NEW in 3.3.6 (02/16/2012)
============
* Translation fixes from Gabor Kelemen (LP: #926665)
* Shutdown the service when using Quit from the menu if the unity lens
isn't running. (LP: #923863)
* Make searching in the lens faster using Dee's TreeIndex (Michal Hruby)
* New StatusBar widget that will be used for displaying errors and other
information in the future, right now it is only wired up to the
LoadingStarted and LoadingComplete signals.
NEW in 3.3.5 (02/15/2012)
============
No more dependency on the static python bindings for webkit-gtk2,
gwibber-accounts now uses GIR and webkit-gtk3
Now requires gir1.2-gnomekeyring-1.0 and gir1.2-webkit-3.0
NEW in 3.3.4 (02/14/2012)
============
Completed dropped python multiprocessing and refactored the service threading.
Including improving ability to catch individual operation failures.
Bugs fixed:
- Can't response or write to someone from their user information
page (LP: #926081)
- "Repeat"ing a status on StatusNet fails silently (Scott Sweeny) (LP: #923144)
NEW in 3.3.3 (01/30/2012)
============
Greatly improved scrolling, but still not smooth scrolling. Inline comments
and image previews are now enclosed in a Gtk.Expander and only load when
expanded. This prevents the tiles resizing while scrolling and
greatly improves performance while scrolling.
Cleaned up all the Gtk 3.3 deprecations
Now requires valac-0.16
Bugs fixed:
- Fixed a memory leak in ActionBoxItem (LP: #909085)
- Fixed race conditions in async image loading while scrolling (LP: #911619)
- Hide window while gwibber exits (Michal Hruby)
- Improved scrolling by enclosing comments and image previews in a
Gtk.Expander, this fixes the tiles resizing while scrolling (LP: #875348)
NEW in 3.3.2 (01/13/2012)
============
Now requires libunity >= 5.0.0 and libdee >= 1.0.0
* The gwibber-service now uses significantly less power by ensuring the
multiprocessing pool is closed when operations are complete.
* GtkSpell pkgconfig name has been renamed to gtkspell-3.0
Bugs fixed:
- Cancel async image loading on tile reset, this actually breaks image
loading but prevents crashing with gtk >= 3.3.6 (LP: #911619)
- The x people liked this string should use plurals. (LP: #863039)
- gwibber-service has a child that polls at 10Hz which is causing a lot
of wakeup events Remove (LP: #906916)
- Fixed disabling of gtkspell in build system (LP: #834780)
- Renamed gtkspell-3.0 pkgconfig now that upstream has merged gtk3
support (LP: #860648)