Update to 2.6.3
- Performance improvement of around 30% in EmojiMatcher._match() - Tiny performance improvement in itb_emoji.py _set_seq1()
This commit is contained in:
parent
7fb77550bd
commit
1f9b906485
1
.gitignore
vendored
1
.gitignore
vendored
@ -118,3 +118,4 @@
|
||||
/ibus-typing-booster-2.6.0.tar.gz
|
||||
/ibus-typing-booster-2.6.1.tar.gz
|
||||
/ibus-typing-booster-2.6.2.tar.gz
|
||||
/ibus-typing-booster-2.6.3.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global _python_bytecompile_extra 1
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.6.2
|
||||
Version: 2.6.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
@ -194,6 +194,11 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 19 2019 Mike FABIAN <mfabian@redhat.com> - 2.6.3-1
|
||||
- Update to 2.6.3
|
||||
- Performance improvement of around 30% in EmojiMatcher._match()
|
||||
- Tiny performance improvement in itb_emoji.py _set_seq1()
|
||||
|
||||
* Wed Jun 05 2019 Mike FABIAN <mfabian@redhat.com> - 2.6.2-1
|
||||
- Update to 2.6.2
|
||||
- Emoji ZWJSequence “people holding hands” is 12.0, not 10.0
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.6.2.tar.gz) = ac6e4a19bd8ed10bffa0ba5a46d18a311329c939bbc2834c70c1f08752be28bba968725dc9d05961bb34af56685547ff88d3d05d3f1ca68e95fe653209b8b23b
|
||||
SHA512 (ibus-typing-booster-2.6.3.tar.gz) = 32161d103418ca7d04b548771b92f5127deb308e960ff82794388ddb0077cfbacfaaecd38f3036c58eb284afa41d9bcd3bd33edb82f498d1a641ed1e09cffce4
|
||||
|
Loading…
Reference in New Issue
Block a user