-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a673cd5
commit b1a8ace
Showing
4 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
* Author: Mike FABIAN <[email protected]> | ||
* 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 <[email protected]> | ||
* 17 Jul 2016 Released 1.4.8 version | ||
* Make m17n_translit handle “NoIme” as a dummy input method | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters