Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Aug 12, 2016
1 parent a673cd5 commit b1a8ace
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 3 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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]))

Expand Down
2 changes: 1 addition & 1 deletion ibus-typing-booster.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
42 changes: 42 additions & 0 deletions typing-booster.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,48 @@
<url type="bugtracker">https://github.com/mike-fabian/ibus-typing-booster/issues</url>
<url type="help">https://mike-fabian.github.io/ibus-typing-booster/documentation.html</url>
<releases>
<release version="1.5.0" date="2016-08-10" urgency="medium">
<description>
<ul>
<li>
If the lookup table shows related words, “Escape” shows
the original lookup table
</li>
<li>
Use itb_nltk.py to find related words (synonyms,
hypernyms, and hyponyms)
</li>
<li>
Add a module to find related words using NLTK
</li>
<li>
Add a feature to find similar emoji
</li>
<li>
Add predictions for emoji (optional, on by default)
</li>
<li>
Add a module to match emoji using Unicode, CLDR, and
emojione data
</li>
<li>
Make typing-booster.appdata.xml translatable
</li>
<li>
When ignoring key release events, “False” should be
returned, not “True” (Resolves: rhbz#1365497)
</li>
<li>
Make typing smoother by updating the candidates using
GLib.idle_add()
</li>
<li>
Make it possible to enter a space into the preëdit by
typing “G- ” (AltGr+Space)
</li>
</ul>
</description>
</release>
<release version="1.4.8" date="2016-07-17" urgency="medium">
<description>
<ul>
Expand Down

0 comments on commit b1a8ace

Please sign in to comment.