Update to 2.15.27
- If an emoji is duplicated as a text candidate, use only the emoji candidate and increase its score (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/289) - Update emoji annotations from CLDR - Translation update from Weblate (sv updated to 100%, sw updated to 100%)
This commit is contained in:
parent
8ab6c6fe84
commit
8868f7554c
2
.gitignore
vendored
2
.gitignore
vendored
@ -225,3 +225,5 @@
|
|||||||
/ibus-typing-booster-2.15.23.tar.gz
|
/ibus-typing-booster-2.15.23.tar.gz
|
||||||
/ibus-typing-booster-2.15.24.tar.gz
|
/ibus-typing-booster-2.15.24.tar.gz
|
||||||
/ibus-typing-booster-2.15.25.tar.gz
|
/ibus-typing-booster-2.15.25.tar.gz
|
||||||
|
/ibus-typing-booster-2.15.26.tar.gz
|
||||||
|
/ibus-typing-booster-2.15.27.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.15.25
|
Version: 2.15.27
|
||||||
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
|
||||||
@ -16,9 +16,6 @@ Requires: python3-enchant
|
|||||||
Requires: python3-pyxdg
|
Requires: python3-pyxdg
|
||||||
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
||||||
# Recommend reasonably good fonts which have most of the emoji:
|
# Recommend reasonably good fonts which have most of the emoji:
|
||||||
%if 0%{?fedora} <= 26
|
|
||||||
Recommends: google-noto-emoji-fonts
|
|
||||||
%endif
|
|
||||||
Recommends: google-noto-emoji-color-fonts
|
Recommends: google-noto-emoji-color-fonts
|
||||||
Recommends: gdouros-symbola-fonts
|
Recommends: gdouros-symbola-fonts
|
||||||
# For better description of the dictionaries in the setup tool
|
# For better description of the dictionaries in the setup tool
|
||||||
@ -251,7 +248,15 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 01 2022 Mike FABIAN <mfabian@redhat.com> - 2.15.24-1
|
* Thu May 12 2022 Mike FABIAN <mfabian@redhat.com> - 2.15.27-1
|
||||||
|
- Update to 2.15.27
|
||||||
|
- If an emoji is duplicated as a text candidate, use only the
|
||||||
|
emoji candidate and increase its score
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/289)
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
- Translation update from Weblate (sv updated to 100%, sw updated to 100%)
|
||||||
|
|
||||||
|
* Tue Mar 01 2022 Mike FABIAN <mfabian@redhat.com> - 2.15.25-1
|
||||||
- Update to 2.15.25
|
- Update to 2.15.25
|
||||||
- Translation update from Weblate (de, fa, nl, pl, tr, uk updated)
|
- Translation update from Weblate (de, fa, nl, pl, tr, uk updated)
|
||||||
- Make emoji and unicode symbol trigger key configurable
|
- Make emoji and unicode symbol trigger key configurable
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.15.25.tar.gz) = 927f118eac1a641f658b82ef72ec8cd728727910f6c2bd77a14d9195a8203fd40b771e68a04d7ea7c5f5c1f2cd4ff37b7e041282e63f301348b60af462e041ea
|
SHA512 (ibus-typing-booster-2.15.27.tar.gz) = a807e3667947c81abb816dc160ca22e8b4f48e44b6f2cf62d7d2cedfb0ad004a75cbd8606e57ead379489f3bb18375203750a1d1a3b77764c734fb2a70cfe52d
|
||||||
|
Loading…
Reference in New Issue
Block a user