Skip to content

Commit 07655ac

Browse files
author
Matias Särs
committed
Brought up version number to 0.92 and updated CHANGELOG
1 parent 74009cf commit 07655ac

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
Changelog:
2+
0.92
3+
- DockbarX can now update the window list so that the last used window always is first in the list. (This behavior is now used by default but can be changed in preferences.)
4+
- Fixed issue #5: Icons in Dockbarx disappear after changing workspace.
5+
- Fixed crash at startup if "Ignore windows on other monitors" is checked
6+
- Fixed crash because of calls to the deprecated PIL function tostring().
7+
- Other small fixes.
8+
29
0.91.4
310
- Fixed issue #4 (bug): DockbarX froze when minimizing applications if certain themes were used.
411

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DockbarX
2-
### Version 0.91.4
2+
### Version 0.92
33

44
## About DockbarX
55
DockBarX is a lightweight taskbar / panel replacement for Linux which works as a stand-alone dock (called DockX), as an an Avant Window Navigator applet, as a Xfce4 panel applet[^1], as a matepanel applet[^2] or as a legacy gnome2 panel applet. DockbarX is a fork of dockbar made by Aleksey Shaferov. DockbarX branch is developed by Matias Särs.

dockbarx/dockbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import i18n
3838
_ = i18n.language.gettext
3939

40-
VERSION = "0.91.4"
40+
VERSION = "0.92"
4141

4242

4343
ATOM_WM_CLASS = gtk.gdk.atom_intern("WM_CLASS")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import os
2828
import sys
2929

30-
VERSION = "0.91.4"
30+
VERSION = "0.92"
3131

3232
class build_trans(cmd.Command):
3333
description = "Compile .po files into .mo files"

0 commit comments

Comments
 (0)