Update to 2.15.3
- Title case all candidates if input_phrase is in title case (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/253)
This commit is contained in:
parent
b2796b17a0
commit
11a3979a73
3
.gitignore
vendored
3
.gitignore
vendored
@ -200,3 +200,6 @@
|
||||
/ibus-typing-booster-2.14.19.tar.gz
|
||||
/ibus-typing-booster-2.14.20.tar.gz
|
||||
/ibus-typing-booster-2.15.0.tar.gz
|
||||
/ibus-typing-booster-2.15.1.tar.gz
|
||||
/ibus-typing-booster-2.15.2.tar.gz
|
||||
/ibus-typing-booster-2.15.3.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.15.0
|
||||
Version: 2.15.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -248,6 +248,11 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Fri Nov 19 2021 Mike FABIAN <mfabian@redhat.com> - 2.15.3-1
|
||||
- Update to 2.15.3
|
||||
- Title case all candidates if input_phrase is in title case
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/253)
|
||||
|
||||
* Tue Nov 16 2021 Mike FABIAN <mfabian@redhat.com> - 2.15.0-1
|
||||
- Update to 2.15.0
|
||||
- Make matching in the database case insensitive
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.15.0.tar.gz) = dcdc75d89f999d390bc7ad7f07ff4d2879afcf8b8f87f2d49e3f10512a575e21bc238a4cb7fe9b8600f2393638a254c38e08a311152a8deeac8b82e87c70fd84
|
||||
SHA512 (ibus-typing-booster-2.15.3.tar.gz) = fff849875d8174e2bd33d97bcf5b7e9967e564e9a50c48396e9432aca8e9cadc186d082c9927219b743b3ffb2e29a6f5732fe174375aa87359696bf1dafa8c65
|
||||
|
Loading…
Reference in New Issue
Block a user