Update to 2.14.13
- Skip emoji tests which rely on the enchant results if enchants results change (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/244) - Make it possible to remove unwanted compose sequences by using an empty replacement text (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/245) - The 🏴☠️ “pirate flag” needs a U+FE0F after the final character to be fully qualified - Update data files for Unicode 14.0.0
This commit is contained in:
parent
064d8c80ef
commit
fc57766f54
1
.gitignore
vendored
1
.gitignore
vendored
@ -191,3 +191,4 @@
|
||||
/ibus-typing-booster-2.14.10.tar.gz
|
||||
/ibus-typing-booster-2.14.11.tar.gz
|
||||
/ibus-typing-booster-2.14.12.tar.gz
|
||||
/ibus-typing-booster-2.14.13.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.14.12
|
||||
Version: 2.14.13
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -246,6 +246,16 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Sep 29 2021 Mike FABIAN <mfabian@redhat.com> - 2.14.13-1
|
||||
- Update to 2.14.13
|
||||
- Skip emoji tests which rely on the enchant results if enchants results change
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/244)
|
||||
- Make it possible to remove unwanted compose sequences by using
|
||||
an empty replacement text
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/245)
|
||||
- The 🏴☠️ “pirate flag” needs a U+FE0F after the final character to be fully qualified
|
||||
- Update data files for Unicode 14.0.0
|
||||
|
||||
* Tue Sep 14 2021 Mike FABIAN <mfabian@redhat.com> - 2.14.12-1
|
||||
- Update to 2.14.12
|
||||
- Add some extra logging for the emoji tests
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.14.12.tar.gz) = 09d1898c3ac8a1dc79768df7a44c33862a0b0fbb2122d184f1e8a839b8c3c71191fe5ef932f9e649ac715c8093a5c277d5783594f8defc06ecc13727b851ffa5
|
||||
SHA512 (ibus-typing-booster-2.14.13.tar.gz) = 4e1f1c39fea030f1f056966007127afeb5c6c098a66ecd6fe0b4ea60f302438e072d6d409ef2bee9ea5b0d1048b5a22d7e4fad9f7f509362e2af251855f6e535
|
||||
|
Loading…
Reference in New Issue
Block a user