Update to 2.15.14
- Update emojione.json file to new version emoji.json (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/262) - Spellchecking during emoji search only for words with more then 5 letters - Update emoji annotations from CLDR - When emoji search via codepoint matches, increase the score of the code point match (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/263) - Translation update from Weblate (cs updated)
This commit is contained in:
parent
94545da795
commit
b0d6810a88
3
.gitignore
vendored
3
.gitignore
vendored
@ -211,3 +211,6 @@
|
|||||||
/ibus-typing-booster-2.15.9.tar.gz
|
/ibus-typing-booster-2.15.9.tar.gz
|
||||||
/ibus-typing-booster-2.15.10.tar.gz
|
/ibus-typing-booster-2.15.10.tar.gz
|
||||||
/ibus-typing-booster-2.15.11.tar.gz
|
/ibus-typing-booster-2.15.11.tar.gz
|
||||||
|
/ibus-typing-booster-2.15.12.tar.gz
|
||||||
|
/ibus-typing-booster-2.15.13.tar.gz
|
||||||
|
/ibus-typing-booster-2.15.14.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.15.11
|
Version: 2.15.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+ and ASL 2.0
|
License: GPLv3+ and ASL 2.0
|
||||||
@ -251,6 +251,16 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 03 2022 Mike FABIAN <mfabian@redhat.com> - 2.15.14-1
|
||||||
|
- Update to 2.15.14
|
||||||
|
- Update emojione.json file to new version emoji.json
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/262)
|
||||||
|
- Spellchecking during emoji search only for words with more then 5 letters
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
- When emoji search via codepoint matches, increase the score of the code point match
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/263)
|
||||||
|
- Translation update from Weblate (cs updated)
|
||||||
|
|
||||||
* Tue Nov 23 2021 Mike FABIAN <mfabian@redhat.com> - 2.15.11-1
|
* Tue Nov 23 2021 Mike FABIAN <mfabian@redhat.com> - 2.15.11-1
|
||||||
- Update to 2.15.11
|
- Update to 2.15.11
|
||||||
- Use @functools.lru_cache(maxsize=None) decorator for remove_accents()
|
- Use @functools.lru_cache(maxsize=None) decorator for remove_accents()
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.15.11.tar.gz) = 38e74e6b95bff13f7b166158c145aa9d2180ba70380dad428fce322535b959cd3b8980ed499c2aec4a9701f1398b4ce793b99ce0af30c1eb2ce015bd35b990a7
|
SHA512 (ibus-typing-booster-2.15.14.tar.gz) = aaa936dedbc64c6b4d7a0af8fc53f1a8d9b933597586449c2989c3743175bb4e2f11efe24fdb4bf5de742abc86a938faa3aab1cabf763ccdc652099aecb6ad3a
|
||||||
|
Loading…
Reference in New Issue
Block a user