Skip to content

Commit c6fe045

Browse files
author
Matias Särs
committed
Brought up version number to 0.91.4 and updated changelog
1 parent 038f460 commit c6fe045

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Changelog:
2+
0.91.4
3+
- Fixed issue #4 (bug): DockbarX froze when minimizing applications if certain themes were used.
4+
25
0.91.3
36
- Fixed bug that broke DockX in 0.91.2
47

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DockbarX
2-
### Version 0.91.3
2+
### Version 0.91.4
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.

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.3
2+
### Version 0.91.4
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.3"
40+
VERSION = "0.91.4"
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.3"
30+
VERSION = "0.91.4"
3131

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

0 commit comments

Comments
 (0)