Update to 2.18.9
- Make it possible to use custom labels for different dictionary matches - Distinguish dictionary matches shown by flags in the candidate list if some flags are identical (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/358) - Update emoji annotations from CLDR
This commit is contained in:
parent
105a279743
commit
678bb0047c
2
.gitignore
vendored
2
.gitignore
vendored
@ -253,3 +253,5 @@
|
|||||||
/ibus-typing-booster-2.18.5.tar.gz
|
/ibus-typing-booster-2.18.5.tar.gz
|
||||||
/ibus-typing-booster-2.18.6.tar.gz
|
/ibus-typing-booster-2.18.6.tar.gz
|
||||||
/ibus-typing-booster-2.18.7.tar.gz
|
/ibus-typing-booster-2.18.7.tar.gz
|
||||||
|
/ibus-typing-booster-2.18.8.tar.gz
|
||||||
|
/ibus-typing-booster-2.18.9.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.18.7
|
Version: 2.18.9
|
||||||
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
|
||||||
@ -248,6 +248,14 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 07 2022 Mike FABIAN <mfabian@redhat.com> - 2.18.9-1
|
||||||
|
- Update to 2.18.9
|
||||||
|
- Make it possible to use custom labels for different dictionary matches
|
||||||
|
- Distinguish dictionary matches shown by flags in the candidate list if
|
||||||
|
some flags are identical
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/358)
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
|
||||||
* Wed Aug 03 2022 Mike FABIAN <mfabian@redhat.com> - 2.18.7-1
|
* Wed Aug 03 2022 Mike FABIAN <mfabian@redhat.com> - 2.18.7-1
|
||||||
- Update to 2.18.7
|
- Update to 2.18.7
|
||||||
- Use the environment variable DICPATH as well when searching for dicitonaries
|
- Use the environment variable DICPATH as well when searching for dicitonaries
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.18.7.tar.gz) = 4e603ca596ac8644def06b3fc987bffbb7184d27c1e973c3c86f5abca98c71fd31f491623bc59ee072dedee3c6bde107c5a1c5e9f0c3b6175b1a13443b295753
|
SHA512 (ibus-typing-booster-2.18.9.tar.gz) = 1fe9dd28a042be7d946dc0a800363cd7870e8357fa75e4f57acd201b3cca96cfaab4ffbff1a53146713204e8c246ab1cf33ea379e9e1a3aa9b848306567cb7b3
|
||||||
|
Loading…
Reference in New Issue
Block a user