diff --git a/ChangeLog b/ChangeLog index dd8ebcc5..d87be676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +* Author: Mike FABIAN +* 08 Sep 2016 Released 1.5.4 version +* Accent insensitive matching +* Update pl.po from zanata +* Add cache for the suggestions from the hunspell dictionaries +* Make Control+MouseButton1 remove the clicked candidate from the user database (was MouseButton2) +* Change key binding for looking up related candidates from Alt+F12 to AltGr+F12 +* Change label of the emoji option to “☑ Unicode symbols and emoji predictions” + * Author: Mike FABIAN * 03 Sep 2016 Released 1.5.3 version * Pull translations from Zanata: updates for pl and uk. diff --git a/configure.ac b/configure.ac index 5ec87c14..50bf72d4 100755 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ m4_define([package_name], [ibus-typing-booster]) m4_define([ibus_released], [1]) m4_define([ibus_major_version], [1]) m4_define([ibus_minor_version], [5]) -m4_define([ibus_micro_version], [3]) +m4_define([ibus_micro_version], [4]) m4_define(ibus_maybe_datestamp, m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi])) diff --git a/ibus-typing-booster.pc.in b/ibus-typing-booster.pc.in index 689dccdd..0119e537 100755 --- a/ibus-typing-booster.pc.in +++ b/ibus-typing-booster.pc.in @@ -11,7 +11,7 @@ enginedir=/usr/share/ibus/engine Name: IBus-Typing-Booster Description: Table Based Input Method Framework for Intelligent Input Bus for Linux / Unix OS -Version: 1.5.3 +Version: 1.5.4 Requires: Libs: Cflags: diff --git a/typing-booster.appdata.xml b/typing-booster.appdata.xml index 996c66f9..586cb851 100644 --- a/typing-booster.appdata.xml +++ b/typing-booster.appdata.xml @@ -16,6 +16,34 @@ https://github.com/mike-fabian/ibus-typing-booster/issues https://mike-fabian.github.io/ibus-typing-booster/documentation.html + + +
    +
  • + Accent insensitive matching +
  • +
  • + Update pl.po from zanata +
  • +
  • + Add cache for the suggestions from the hunspell + dictionaries +
  • +
  • + Make Control+MouseButton1 remove the clicked candidate + from the user database (was MouseButton2) +
  • +
  • + Change key binding for looking up related candidates from + Alt+F12 to AltGr+F12 +
  • +
  • + Change label of the emoji option to “☑ Unicode symbols and + emoji predictions” +
  • +
+
+