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)
This commit is contained in:
Mike FABIAN 2016-08-11 08:53:52 +02:00
parent a0a16fadfd
commit 5e6d349e44
3 changed files with 19 additions and 2 deletions

1
.gitignore vendored
View File

@ -56,3 +56,4 @@
/ibus-typing-booster-1.4.6.tar.gz /ibus-typing-booster-1.4.6.tar.gz
/ibus-typing-booster-1.4.7.tar.gz /ibus-typing-booster-1.4.7.tar.gz
/ibus-typing-booster-1.4.8.tar.gz /ibus-typing-booster-1.4.8.tar.gz
/ibus-typing-booster-1.5.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster Name: ibus-typing-booster
Version: 1.4.8 Version: 1.5.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform Summary: A typing booster engine for the IBus platform
License: GPLv3+ License: GPLv3+
@ -56,6 +56,22 @@ desktop-file-validate \
%{_datadir}/applications/ibus-setup-typing-booster.desktop %{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog %changelog
* Thu Aug 11 2016 Mike FABIAN <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 1.4.8-1 * Sun Jul 17 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.8-1
- update to 1.4.8 - update to 1.4.8
- Commit preëdit if modifier keys without transliteration are - Commit preëdit if modifier keys without transliteration are

View File

@ -1 +1 @@
c427f820f7748e64ccdaf8b97e14b802 ibus-typing-booster-1.4.8.tar.gz daa82d023f3c974b012b3785c2cfe303 ibus-typing-booster-1.5.0.tar.gz