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:
parent
a0a16fadfd
commit
5e6d349e44
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user