Skip to content

Commit fb54e8c

Browse files
committed
Updated for release of V0.80
1 parent 964b336 commit fb54e8c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

ChangeLog

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
V0.79 The applet no longer swallows <Super> key presses. This means it now works happily
223
alongside other apps that also use the <Super> key, e.g. the Brisk menu, the Advanced
324
Mate Menu or Albert.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Dock Applet], [0.79])
1+
AC_INIT([Dock Applet], [0.80])
22

33
AM_INIT_AUTOMAKE
44
AM_PATH_PYTHON([3.0])

0 commit comments

Comments
 (0)