Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-tools committed Oct 23, 2021
1 parent 6a562cc commit 38746a1
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 28 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([gxkb], [0.9.2], [dmytro.poltavchenko@gmail.com], [gxkb], [https://zen-tools.github.io/gxkb])
AC_INIT([gxkb], [0.9.3], [dmytro.poltavchenko@gmail.com], [gxkb], [https://zen-tools.github.io/gxkb])
AM_INIT_AUTOMAKE([-Wall -Werror foreign ])
AC_CONFIG_SRCDIR([src/gxkb.c])
AC_CONFIG_HEADERS([src/config.h])
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
gxkb (0.9.3) unstable; urgency=medium

* Added Esperanto flag.
* Dropped support of libxklavier < 4.0.
* Added localized language names into menu.
* Fixed a bug when gxkb stayed with a keyboard layout that was removed after executing setxkbmap command.

-- Dmytro Poltavchenko <dmytro.poltavchenko@gmail.com> Sat, 23 Oct 2021 23:01:13 +0300

gxkb (0.9.2) unstable; urgency=medium

* Added flag for cz_qwerty layout.
Expand Down
61 changes: 34 additions & 27 deletions doc/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
October 23 2021:
Version gxkb 0.9.3 released.
* Added Esperanto flag.
* Dropped support of libxklavier < 4.0.
* Added localized language names into menu.
* Fixed a bug when active window stays with removed keyboard layout after executing setxkbmap command.

May 04 2021:
Version gxkb 0.9.2 released.
* Added flag for cz_qwerty layout.
Expand Down Expand Up @@ -41,7 +48,7 @@ Version gxkb 0.7.8 released.
August 08 2016:
Version gxkb 0.7.7 released.
* Suppress of libwnck warnings
* Use X11 keyboard layout at the first ran, instead of "us,ru" layouts
* Use X11 keyboard layout at the first ran, instead of hardcoded layouts
* Avoid overriding configuration if gxkb.cfg was changed

August 22 2015:
Expand All @@ -60,58 +67,58 @@ Version gxkb 0.7.5 released.

March 28 2015:
Version gxkb 0.7.4 released.
* Closed bug 1397447 ( https://bugs.launchpad.net/gxkb/+bug/1397447 )
* Added man page
* Added support for Clang C/C++ compiler
* Closed bug 1397447 ( https://bugs.launchpad.net/gxkb/+bug/1397447 )
* Added man page
* Added support for Clang C/C++ compiler

October 05 2014:
Version gxkb 0.7.3 released.
* Fixed unexpected behavior of gxkb with A4tech KV-300H keyboard
thanks to Andrey <absent@ngs.ru> for the patch
* Fixed unexpected behavior of gxkb with A4tech KV-300H keyboard
thanks to Andrey <absent@ngs.ru> for the patch

October 05 2014:
Version gxkb 0.7.2 released.
* Fixed display of keyboard layout at startup in the fallback mode
* Fixed display of keyboard layout at startup in the fallback mode

October 04 2014:
Version gxkb 0.7.1 released.
* Fixed status icon display in fallback mode when used option 'never_modify_config=true'
* Fixed status icon display in fallback mode when used option 'never_modify_config=true'

September 08 2014:
Version gxkb 0.7.0 released.
* Added appindicator support
* Added auto fallback to classic trayicon when appindicator does not work
* Changed default config file location to ~/.config/gxkb/gxkb.cfg
* From now user can set up own flags in config directory ( ~/.config/gxkb/flags )
* Fixed scroll direction for classic trayicon
* Code refactor and minor fixes
* Saved ability to build gxkb without the appindicator support (for old systems)
* Added appindicator support
* Added auto fallback to classic trayicon when appindicator does not work
* Changed default config file location to ~/.config/gxkb/gxkb.cfg
* From now user can set up own flags in config directory ( ~/.config/gxkb/flags )
* Fixed scroll direction for classic trayicon
* Code refactor and minor fixes
* Saved ability to build gxkb without the appindicator support (for old systems)

July 10 2013:
Version gxkb 0.6 released.
* add comand line options -h -v
* created gxkb.desktop file for adding a menu item
* add the Debian packaging files
* by default installation prefix changed to /usr
* Added comand line options -h -v
* Created gxkb.desktop file
* Added the Debian packaging files
* Changed default installation prefix to /usr

March 28 2013:
Version gxkb 0.5 released.
* reduced dependence
* fixed size of image flags layout
* Reduced dependencies
* Fixed size of flags image layout

March 24 2013:
Version gxkb 0.4 released.
* fixed bug in search of the flags when specified any keyboard option
* fixed bug in search of the flags when keyboard layout has whitespace
* Fixed a bug in flags lookup function when specified any keyboard option
* Fixed a bug in flags lookup function when keyboard layout has whitespace

March 19 2013:
Version gxkb 0.3 released.
* add left-click menu with keyboard layout options
* add right-click menu with 'exit' and 'about' options
* add icons
* Added left-click menu with keyboard layout options
* Added right-click menu with 'exit' and 'about' options
* Added icons

March 18 2013:
Version gxkb 0.2 released.

March 11 2013:
Initial code base.
* Initial code base.

0 comments on commit 38746a1

Please sign in to comment.