Update to 2.19.12
- Try not to fail if the database contains invalid UTF-8 or is otherwise malformed (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/409)
This commit is contained in:
parent
b21402bbce
commit
2396b97ec7
2
.gitignore
vendored
2
.gitignore
vendored
@ -278,3 +278,5 @@
|
||||
/ibus-typing-booster-2.19.8.tar.gz
|
||||
/ibus-typing-booster-2.19.9.tar.gz
|
||||
/ibus-typing-booster-2.19.10.tar.gz
|
||||
/ibus-typing-booster-2.19.11.tar.gz
|
||||
/ibus-typing-booster-2.19.12.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.19.10
|
||||
Version: 2.19.12
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0-or-later AND Apache-2.0
|
||||
@ -248,6 +248,11 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Dec 28 2022 Mike FABIAN <mfabian@redhat.com> - 2.19.12-1
|
||||
- Update to 2.19.12
|
||||
- Try not to fail if the database contains invalid UTF-8 or is otherwise malformed
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/409)
|
||||
|
||||
* Tue Nov 29 2022 Mike FABIAN <mfabian@redhat.com> - 2.19.10-1
|
||||
- Update to 2.19.10
|
||||
- Save space when displaying compose completion in horizontal lookup tables
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.19.10.tar.gz) = af9952aac45906400fdbb8421165c91cc8ade898a20331cb7ba6f85d18a73a8a872f38c00e6ec35c4c6048541f56d4d3f43e8c222fda975efa28c1d6b86d99ee
|
||||
SHA512 (ibus-typing-booster-2.19.12.tar.gz) = 43a5a9c49c387bce512abe2df6ee9c1c2dfb811b75bed10d2447f0239a2c13094744666b1f626ae429f160f3341fd94c7a1ba4592b32a215bd14783570206d13
|
||||
|
Loading…
Reference in New Issue
Block a user