File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ V0.80 With Gtk3 and Python GObject bindings 3.26.0 or greater, window lists and
2
+ action lists now have rounded corners and point to their app's icon in the
3
+ dock. Fix for Issues #52 and #53
4
+
5
+ Fix for Issue #84 - app icons continually flashing
6
+
7
+ The delay before action lists appear when the mouse hovers over a dock icon can
8
+ now be set in the preferences dialog
9
+
10
+ Apps can now be pinned to specific workspaces, in other words their app icons only
11
+ appear in the dock when a particular workspace is active. This allows users
12
+ to customise the dock for each workspace they use.
13
+
14
+ Fix for Issue #87 - the applet right click menu no longer contains
15
+ actions for the currently active app when popup action lists are enabled
16
+
17
+ When unpinning an app a notification is now displayed which allows the operation to
18
+ be undone and re-pins the app to the dock.
19
+
20
+ The appearance of progress bars on dock icons has been improved.
21
+
1
22
V0.79 The applet no longer swallows <Super> key presses. This means it now works happily
2
23
alongside other apps that also use the <Super> key, e.g. the Brisk menu, the Advanced
3
24
Mate Menu or Albert.
Original file line number Diff line number Diff line change 1
- AC_INIT ( [ Dock Applet] , [ 0.79 ] )
1
+ AC_INIT ( [ Dock Applet] , [ 0.80 ] )
2
2
3
3
AM_INIT_AUTOMAKE
4
4
AM_PATH_PYTHON([ 3.0] )
You can’t perform that action at this time.
0 commit comments