update to 1.5.5
- Pull translations form Zanata (de, pl, and uk updated because of the new “About” tab) - If “☑ Enable suggestions by Tab key” option is on, any preëdit change should hide the lookup table - Make showing of similar emoji work even if emoji preditions are off - Display whether emoji predictions are turned on in the auxiliary string - Add key and mouse bindings to toggle the emoji predictions (AltGr+F6 and Control+Mouse3 anywhere in the candidate list) - Add AltGr+F10 key binding to open the setup tool - Allow any amount of white space and '_' characters to seperate words in an emoji query string - Add an “About” tab to the setup tool and put links to home page and online documentation there. - Update README with latest key binding and mouse binding documentation
This commit is contained in:
parent
a62305465f
commit
6fac493ac4
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
||||
/ibus-typing-booster-1.5.2.tar.gz
|
||||
/ibus-typing-booster-1.5.3.tar.gz
|
||||
/ibus-typing-booster-1.5.4.tar.gz
|
||||
/ibus-typing-booster-1.5.5.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.4
|
||||
Version: 1.5.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
@ -59,6 +59,23 @@ desktop-file-validate \
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
the new “About” tab)
|
||||
- If “☑ Enable suggestions by Tab key” option is on, any preëdit
|
||||
change should hide the lookup table
|
||||
- Make showing of similar emoji work even if emoji preditions are off
|
||||
- Display whether emoji predictions are turned on in the auxiliary string
|
||||
- Add key and mouse bindings to toggle the emoji predictions
|
||||
(AltGr+F6 and Control+Mouse3 anywhere in the candidate list)
|
||||
- Add AltGr+F10 key binding to open the setup tool
|
||||
- Allow any amount of white space and '_' characters to seperate words
|
||||
in an emoji query string
|
||||
- Add an “About” tab to the setup tool and put links to home page and
|
||||
online documentation there.
|
||||
- Update README with latest key binding and mouse binding documentation
|
||||
|
||||
* Thu Sep 08 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.4-1
|
||||
- update to 1.5.4
|
||||
- Accent insensitive matching
|
||||
|
Loading…
Reference in New Issue
Block a user