update to 1.5.16
- Remove everything following a tab (including the tab) from hunspell dictionary lines (Resolves: rhbz#1411659) - Delete a candidate correctly from the user database even if it starts with a prefix to be stripped from tokens (Resolves: rhbz#1411676) - Trigger emoji lookup when the input starts or ends with '_' or ' ' - Better handling of BackSpace and Delete when reaching the ends of the preëdit (Resolves: rhbz#1411688) - Search for hunspell dictionaries in a list of directories (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/6)
This commit is contained in:
parent
c25d169e18
commit
5c4a683de8
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@
|
|||||||
/ibus-typing-booster-1.5.13.tar.gz
|
/ibus-typing-booster-1.5.13.tar.gz
|
||||||
/ibus-typing-booster-1.5.14.tar.gz
|
/ibus-typing-booster-1.5.14.tar.gz
|
||||||
/ibus-typing-booster-1.5.15.tar.gz
|
/ibus-typing-booster-1.5.15.tar.gz
|
||||||
|
/ibus-typing-booster-1.5.16.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.15
|
Version: 1.5.16
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -96,6 +96,18 @@ make check || cat ./tests/test-suite.log
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 10 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.16-1
|
||||||
|
- update to 1.5.16
|
||||||
|
- Remove everything following a tab (including the tab) from
|
||||||
|
hunspell dictionary lines (Resolves: rhbz#1411659)
|
||||||
|
- Delete a candidate correctly from the user database even if
|
||||||
|
it starts with a prefix to be stripped from tokens (Resolves: rhbz#1411676)
|
||||||
|
- Trigger emoji lookup when the input starts or ends with '_' or ' '
|
||||||
|
- Better handling of BackSpace and Delete when reaching the
|
||||||
|
ends of the preëdit (Resolves: rhbz#1411688)
|
||||||
|
- Search for hunspell dictionaries in a list of directories
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/6)
|
||||||
|
|
||||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.15-2
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.15-2
|
||||||
- Rebuild for Python 3.6
|
- Rebuild for Python 3.6
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-1.5.15.tar.gz) = 3442c0bbcf32d01c4b2005a68ca59971d9cd1ca438ea3ba998f4d909ac92a026488ed385e764944b25964dbff88437be2bdc5b0b083dbc1fd0ef2914bf15c26a
|
SHA512 (ibus-typing-booster-1.5.16.tar.gz) = 692f1a3c88358d3c241a89deade694393aefb0ad28cb9cc927f96040ec3c61b9aacc30ac1f26aa217ce165a47a59b348ed7198e462984b2b3e040a492380230b
|
||||||
|
Loading…
Reference in New Issue
Block a user