Update to 2.19.9
- Emoji search: If search strings contain whitespace count as an exact match if all words match in any order (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/405) - emoji-picker: If a search string contains non-whitespace characters, strip whitespace (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/404) - emoji-picker: Put the first match in a search always into the clipboards automatically Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/402)
This commit is contained in:
parent
bfbaf0902c
commit
69166d06be
1
.gitignore
vendored
1
.gitignore
vendored
@ -276,3 +276,4 @@
|
|||||||
/ibus-typing-booster-2.19.6.tar.gz
|
/ibus-typing-booster-2.19.6.tar.gz
|
||||||
/ibus-typing-booster-2.19.7.tar.gz
|
/ibus-typing-booster-2.19.7.tar.gz
|
||||||
/ibus-typing-booster-2.19.8.tar.gz
|
/ibus-typing-booster-2.19.8.tar.gz
|
||||||
|
/ibus-typing-booster-2.19.9.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.19.8
|
Version: 2.19.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPL-3.0-or-later AND Apache-2.0
|
License: GPL-3.0-or-later AND Apache-2.0
|
||||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||||
@ -248,6 +248,16 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 28 2022 Mike FABIAN <mfabian@redhat.com> - 2.19.9-1
|
||||||
|
- Update to 2.19.9
|
||||||
|
- Emoji search: If search strings contain whitespace count as an exact match if
|
||||||
|
all words match in any order
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/405)
|
||||||
|
- emoji-picker: If a search string contains non-whitespace characters, strip whitespace
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/404)
|
||||||
|
- emoji-picker: Put the first match in a search always into the clipboards automatically
|
||||||
|
Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/402)
|
||||||
|
|
||||||
* Thu Nov 24 2022 Mike FABIAN <mfabian@redhat.com> - 2.19.8-2
|
* Thu Nov 24 2022 Mike FABIAN <mfabian@redhat.com> - 2.19.8-2
|
||||||
- Migrate license tag to SPDX
|
- Migrate license tag to SPDX
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.19.8.tar.gz) = 5e24ad5498fb91bbe2c669d85a38a1fc78dbde8a31e07aaa0506896b8e5c0ce78c4b961ac8953582bdbb808116e272a52c8eb721f7723a3f7afc743df9bb7d82
|
SHA512 (ibus-typing-booster-2.19.9.tar.gz) = 0f7f5fb54f374741f3dc35f6737f0782550fd9d7ee1b008f7644d448fb4407375660d433d80745f50925d1245549fec8951571b343a2afbd7897270d13cc87d6
|
||||||
|
Loading…
Reference in New Issue
Block a user