diff --git a/.gitignore b/.gitignore index b185f31..5ad53ee 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /ibus-typing-booster-1.4.8.tar.gz /ibus-typing-booster-1.5.0.tar.gz /ibus-typing-booster-1.5.1.tar.gz +/ibus-typing-booster-1.5.2.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index cc7bce4..91bba39 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -59,6 +59,29 @@ desktop-file-validate \ %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Fri Sep 02 2016 Mike FABIAN - 1.5.2-1 +- update to 1.5.2 +- get_supported_imes(self) and def get_current_imes(self) should + return copies not the lists directly +- Resolves: rhbz#1372660 +- Update emojione.json, version from 2016-07-16 +- Pull translations from Zanata: Fixes for fr and pl. New: uk +- Changes in itb_emoji.py necessary because of the update of + the CLDR emoji annotations. +- Update emoji annotations from CLDR (be, bs, cy, eu, gl, zu + are new, the others updated). +- Shortcut keys which look up related candidates should enable + the candidate list +- Show ⏳ HOURGLASS WITH FLOWING SAND in the auxiliary text when + the lookup table is being updated +- Fix bug when committing the preëdit with Space when no + candidates are available +- Improve the behaviour of the “Tab” key +- Improve the behaviour of the “Escape” key. +- Make mouse clicks in the candidate list behave differently + depending on the mouse button +- Add hu-rovas-post.mim to hu_HU.conf + * Fri Aug 12 2016 Mike FABIAN - 1.5.1-1 - update to 1.5.1 - If the query string in EmojiMatcher.candidates() is an emoji diff --git a/sources b/sources index ca502dc..4ce0650 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c965f1b4193c51b2783331ee4a5a0a52 ibus-typing-booster-1.5.1.tar.gz +56743add369d1ae61e4fcdf52ab5f8b9 ibus-typing-booster-1.5.2.tar.gz