diff --git a/.gitignore b/.gitignore index 8f33394..7e90b7c 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /ibus-typing-booster-1.4.6.tar.gz /ibus-typing-booster-1.4.7.tar.gz /ibus-typing-booster-1.4.8.tar.gz +/ibus-typing-booster-1.5.0.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 8272e6c..899f041 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.4.8 +Version: 1.5.0 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -56,6 +56,22 @@ desktop-file-validate \ %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Thu Aug 11 2016 Mike FABIAN - 1.5.0-1 +- update to 1.5.0 +- 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) + * Sun Jul 17 2016 Mike FABIAN - 1.4.8-1 - update to 1.4.8 - Commit preëdit if modifier keys without transliteration are diff --git a/sources b/sources index 49c90de..18bc820 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c427f820f7748e64ccdaf8b97e14b802 ibus-typing-booster-1.4.8.tar.gz +daa82d023f3c974b012b3785c2cfe303 ibus-typing-booster-1.5.0.tar.gz