diff --git a/configure.ac b/configure.ac index edae338..f0c805b 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index 7d8ce33..1f622f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 23 Oct 2021 23:01:13 +0300 + gxkb (0.9.2) unstable; urgency=medium * Added flag for cz_qwerty layout. diff --git a/doc/NEWS b/doc/NEWS index e25d638..829a965 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -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. @@ -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: @@ -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 for the patch + * Fixed unexpected behavior of gxkb with A4tech KV-300H keyboard + thanks to Andrey 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.