~ubuntu-branches/debian/sid/docky/sid

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-02-11 12:57:08 UTC
  • mfrom: (10.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110211125708-ka88sz8ac9px1fcy
Tags: 2.0.11-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Docky: The finest dock no money can buy!
2
2
 
 
3
2.0.11 "Clean up your desktop" (2011-01-16)
 
4
===============================================================================
 
5
 * Bug-fix and Maintenance Release
 
6
 * update translations
 
7
 
 
8
 CORE:
 
9
 * fix event-driven icon-update of MenuItemWidget
 
10
 * fix Gdk.Pixbuf leak in MenuItem and MenuItemWidget
 
11
 * add docky.desktop to translations
 
12
 * fix startup-activation of plugins
 
13
 * unregister of an event in DockWindow.Dispose was missing
 
14
 * make sure to ignore launchers with Hidden set (LP: #700203)
 
15
 * don't set geo on notifications (LP: #506084)
 
16
 * don't have Log.Notify use string.Format, which causes random bugs such as 
 
17
   gmail breaking when messages contain {} in the subject (LP: #697981)
 
18
 
 
19
 DOCKLETS:
 
20
 * NetworkMananger: fix typo and catch exception to prevent crash if dbus 
 
21
   access isn't granted
 
22
 
 
23
 
 
24
2.0.10 "Nice and Easy" (2011-01-04)
 
25
===============================================================================
 
26
 * Bug-fix and Maintenance Release
 
27
 
 
28
 CORE:
 
29
 * fix unhiding when there are multiple, differently sized monitors
 
30
   (LP: #625332)
 
31
 * add manpage
 
32
 * some optimizations
 
33
 
 
34
 DOCKLETS:
 
35
 * fix RecentDocuments (LP: #660179)
 
36
 
 
37
 
 
38
2.0.9 "You can count on us" (2011-01-01)
 
39
===============================================================================
 
40
 * Bug-fix and Maintenance Release
 
41
 * update translations
 
42
 
 
43
 CORE:
 
44
 * fix compilation with mono 2.8+ (LP: #502650)
 
45
   remove dependency on Mono.GetOptions, which is obsolete and use a bundled
 
46
   Mono.Options source
 
47
 * add better implementation of DockySurface.LoadToPixbuf
 
48
 * fix potential X crash when hovertexts are reallllllllly long...
 
49
 * fix the helper tile not properly toggling (caused by gconf buffering 
 
50
   updates) (LP: #694117)
 
51
 * fix ArgumentOutOfRangeException for pids.ElementAt(...)
 
52
 * add missing disposals of fileenumerator
 
53
 * let FileDockItems open on middle click
 
54
 
 
55
 DOCKLETS:
 
56
 * fix a problem with bookmarks crashing when reading bad bookmark files
 
57
 
 
58
 
 
59
2.0.8 "Turn it on again" (2010-12-03)
 
60
===============================================================================
 
61
 * Bug-fix and Maintenance Release
 
62
 * update translations
 
63
 
 
64
 CORE:
 
65
 * change location of autostart file to ~/.config/autostart/docky.desktop 
 
66
   (LP: #653981)
 
67
 * add window-matcher support for LibreOffice
 
68
 * fix hovertext for RTL font locales (LP: #610145)
 
69
 * some better pixbuf handling
 
70
 * fix indicators not updating on state changes (LP: #656653)
 
71
 * fix crash if a file delete fails (LP: #604234)
 
72
 * make sure separators dont darken
 
73
 * fix typo in log message
 
74
 * fix a NRE in the debug messages
 
75
 * make window manager checkbox grey out when checked, so its clear it 
 
76
   can't be unchecked (LP: #657678)
 
77
 * make sure everything uses the services RunOnMainThread instead of 
 
78
   calling Gtk.App.Invoke directly
 
79
 * protect the system service events from crashing docklets and make 
 
80
   the events thread safe
 
81
 
 
82
 DOCKLETS:
 
83
 * Bookmarks: make sure to update hovers
 
84
 * Battery: now uses UPower if its available, then checks /sys/ 
 
85
   then defaults back to /proc/ (LP: #617293)
 
86
 * Gmail: 
 
87
   - fix race condition when manually reloading gmail 
 
88
     (LP: #675001, LP: #675002)
 
89
   - fix underscores in email topics making mnemonics in menus (LP: #673181)
 
90
   - fix crash when adding/removing gmail labels (LP: #670666)
 
91
 * fix gmail/weather not working on reboot (LP: #661923)
 
92
 
 
93
 
 
94
2.0.7 "Your friendly docking station" (2010-10-02)
 
95
===============================================================================
 
96
 * Bug-fix and Maintenance Release
 
97
 * update translations
 
98
 
 
99
 CORE:
 
100
 * modify and fix align of 3D separator
 
101
 * a little nicer 128px icon
 
102
 * fix crash with invalid SetAlpha call (LP: #647072)
 
103
 * add some more exec matches for OpenOffice (LP: #504486)
 
104
 * Properly respect the autostart choice in preferences (LP: #550491)
 
105
 
 
106
 DOCKLETS:
 
107
 * NPR: fix set of station icon (LP: #636027)
 
108
 * Gmail: rename GMail to Gmail (LP: #634627)
 
109
 * RecentDocuments: fix crash when opening (LP: #645864)
 
110
 
 
111
 HELPER:
 
112
 * rhythmbox: add AlbumArt.[jpg|png] to search list
 
113
 * make banshee helper not query dbus if banshee is not currently playing 
 
114
   (LP: #613197)
 
115
 * open terminal here was preventing unmounting external devices (LP: #591918)
 
116
 
3
117
 
4
118
2.0.6 "Just lovin' it" (2010-09-01)
5
119
===============================================================================