update to 1.5.6
- Reduce the number of characters which cause immediate commits a lot - Load CLDR data for *all* languages in the _expand_languages() list - Currency symbols should neither be stripped from tokens nor trigger an immediate commit - Fix bidi reordering problem in the candidate list for right-to-left candidates followed by comments - Update emoji annotations from CLDR (de_CH and sr_Latn new, the others updated) - Remove category 'Pc' from categories to commit immediately (allow _ to be typed into the preëdit always) - Remove button to install pyhunspell from the setup tool (python3-enchant is preferred and even required by the Fedora rpm) - Include more currency symbols and fullwidth symbols - Add category from UnicodeData.txt to emoji dictionary (For better results when looking up related characters) - Add 'Sc', # Symbol, Currency to VALID_CATEGORIES (to make the currency symbols work) - Add list of valid characters (to include special characters manually) - Add mouse binding Alt+Mouse3 anywhere in the candidate list to start the setup tool
This commit is contained in:
parent
6fac493ac4
commit
d605680c49
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@
|
||||
/ibus-typing-booster-1.5.3.tar.gz
|
||||
/ibus-typing-booster-1.5.4.tar.gz
|
||||
/ibus-typing-booster-1.5.5.tar.gz
|
||||
/ibus-typing-booster-1.5.6.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.5
|
||||
Version: 1.5.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
@ -59,6 +59,30 @@ desktop-file-validate \
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Sep 12 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.6-1
|
||||
- update to 1.5.6
|
||||
- Reduce the number of characters which cause immediate commits a lot
|
||||
- Load CLDR data for *all* languages in the _expand_languages() list
|
||||
- Currency symbols should neither be stripped from tokens nor
|
||||
trigger an immediate commit
|
||||
- Fix bidi reordering problem in the candidate list for
|
||||
right-to-left candidates followed by comments
|
||||
- Update emoji annotations from CLDR (de_CH and sr_Latn new,
|
||||
the others updated)
|
||||
- Remove category 'Pc' from categories to commit immediately
|
||||
(allow _ to be typed into the preëdit always)
|
||||
- Remove button to install pyhunspell from the setup tool
|
||||
(python3-enchant is preferred and even required by the Fedora rpm)
|
||||
- Include more currency symbols and fullwidth symbols
|
||||
- Add category from UnicodeData.txt to emoji dictionary
|
||||
(For better results when looking up related characters)
|
||||
- Add 'Sc', # Symbol, Currency to VALID_CATEGORIES
|
||||
(to make the currency symbols work)
|
||||
- Add list of valid characters (to include special characters
|
||||
manually)
|
||||
- Add mouse binding Alt+Mouse3 anywhere in the candidate list
|
||||
to start the setup tool
|
||||
|
||||
* Sat Sep 10 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.5-1
|
||||
- update to 1.5.5
|
||||
- Pull translations form Zanata (de, pl, and uk updated because of
|
||||
|
Loading…
Reference in New Issue
Block a user