update to 1.5.8
- Pull translations from Zanata (uk and fr updated) - Match many more Unicode characters in the emoji matcher - Make it possible to match Unicode characters by typing the hexadecimal code point - If one tries to set a non-existing input method, don’t crash, only print an error in the debug log - Add key and mouse bindings for “Off the record” mode to README
This commit is contained in:
parent
5367db67f3
commit
a0a513a1cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@
|
|||||||
/ibus-typing-booster-1.5.5.tar.gz
|
/ibus-typing-booster-1.5.5.tar.gz
|
||||||
/ibus-typing-booster-1.5.6.tar.gz
|
/ibus-typing-booster-1.5.6.tar.gz
|
||||||
/ibus-typing-booster-1.5.7.tar.gz
|
/ibus-typing-booster-1.5.7.tar.gz
|
||||||
|
/ibus-typing-booster-1.5.8.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.7
|
Version: 1.5.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A typing booster engine for the IBus platform
|
Summary: A typing booster engine for the IBus platform
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -59,6 +59,15 @@ desktop-file-validate \
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 10 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.8-1
|
||||||
|
- update to 1.5.8
|
||||||
|
- Pull translations from Zanata (uk and fr updated)
|
||||||
|
- Match many more Unicode characters in the emoji matcher
|
||||||
|
- Make it possible to match Unicode characters by typing the hexadecimal code point
|
||||||
|
- If one tries to set a non-existing input method, don’t crash,
|
||||||
|
only print an error in the debug log
|
||||||
|
- Add key and mouse bindings for “Off the record” mode to README
|
||||||
|
|
||||||
* Mon Sep 19 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.7-1
|
* Mon Sep 19 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.7-1
|
||||||
- update to 1.5.7
|
- update to 1.5.7
|
||||||
- Pull translations from Zanata (de, pl, uk updated)
|
- Pull translations from Zanata (de, pl, uk updated)
|
||||||
|
Loading…
Reference in New Issue
Block a user