Skip to content

Commit

Permalink
Brought up version number to 0.92 and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Särs committed Apr 25, 2016
1 parent 74009cf commit 07655ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Changelog:
0.92
- 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.)
- Fixed issue #5: Icons in Dockbarx disappear after changing workspace.
- Fixed crash at startup if "Ignore windows on other monitors" is checked
- Fixed crash because of calls to the deprecated PIL function tostring().
- Other small fixes.

0.91.4
- Fixed issue #4 (bug): DockbarX froze when minimizing applications if certain themes were used.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DockbarX
### Version 0.91.4
### Version 0.92

## About DockbarX
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.
Expand Down
2 changes: 1 addition & 1 deletion dockbarx/dockbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import i18n
_ = i18n.language.gettext

VERSION = "0.91.4"
VERSION = "0.92"


ATOM_WM_CLASS = gtk.gdk.atom_intern("WM_CLASS")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import os
import sys

VERSION = "0.91.4"
VERSION = "0.92"

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

0 comments on commit 07655ac

Please sign in to comment.