diff --git a/ChangeLog b/ChangeLog index ccae2931..a190a03f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +* Author: Mike FABIAN +* 10 Aug 2016 Released 1.5.0 version +* If the lookup table shows related words, “Escape” shows the original lookup table +* Use itb_nltk.py to find related words (synonyms, hypernyms, and hyponyms) +* Add a module to find related words using NLTK +* Add a feature to find similar emoji +* Add predictions for emoji (optional, on by default) +* Add a module to match emoji using Unicode, CLDR, and emojione data +* Make typing-booster.appdata.xml translatable +* When ignoring key release events, “False” should be returned, not “True” (Resolves: rhbz#1365497) +* Make typing smoother by updating the candidates using GLib.idle_add() +* Make it possible to enter a space into the preëdit by typing “G- ” (AltGr+Space) + * Author: Mike FABIAN * 17 Jul 2016 Released 1.4.8 version * Make m17n_translit handle “NoIme” as a dummy input method diff --git a/configure.ac b/configure.ac index ff55ee62..3402e754 100755 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ m4_define([package_name], [ibus-typing-booster]) m4_define([ibus_released], [1]) m4_define([ibus_major_version], [1]) -m4_define([ibus_minor_version], [4]) -m4_define([ibus_micro_version], [8]) +m4_define([ibus_minor_version], [5]) +m4_define([ibus_micro_version], [0]) 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 e37b866e..582c0958 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.4.8 +Version: 1.5.0 Requires: Libs: Cflags: diff --git a/typing-booster.appdata.xml b/typing-booster.appdata.xml index 91b44f11..16e99615 100644 --- a/typing-booster.appdata.xml +++ b/typing-booster.appdata.xml @@ -16,6 +16,48 @@ https://github.com/mike-fabian/ibus-typing-booster/issues https://mike-fabian.github.io/ibus-typing-booster/documentation.html + + +
    +
  • + If the lookup table shows related words, “Escape” shows + the original lookup table +
  • +
  • + Use itb_nltk.py to find related words (synonyms, + hypernyms, and hyponyms) +
  • +
  • + Add a module to find related words using NLTK +
  • +
  • + Add a feature to find similar emoji +
  • +
  • + Add predictions for emoji (optional, on by default) +
  • +
  • + Add a module to match emoji using Unicode, CLDR, and + emojione data +
  • +
  • + Make typing-booster.appdata.xml translatable +
  • +
  • + When ignoring key release events, “False” should be + returned, not “True” (Resolves: rhbz#1365497) +
  • +
  • + Make typing smoother by updating the candidates using + GLib.idle_add() +
  • +
  • + Make it possible to enter a space into the preëdit by + typing “G- ” (AltGr+Space) +
  • +
+
+