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
This commit is contained in:
parent
cb9b44a3c6
commit
f99965ad9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 1.5.1-1
|
||||
- update to 1.5.1
|
||||
- If the query string in EmojiMatcher.candidates() is an emoji
|
||||
|
Loading…
Reference in New Issue
Block a user