update to 1.5.30
- Update translations from zanata (de, pl, uk updated) - Use string order as a fallback to cldr_order in category listings - The rainbow flag should be a zwj sequence - Also display the Unicode version in the emoji info popover - When looking up emoji or other characters via Unicode codepoint, ignore surrogates and private use characters - Show the fonts really used to render an emoji in the info popover for the emoji - Fix typo in translatable string - itb_emoji.py: Use CLDR order to sort the candidates and the similar emoji if score is the same
This commit is contained in:
parent
8384956bd2
commit
c3ca0b0db0
1
.gitignore
vendored
1
.gitignore
vendored
@ -86,3 +86,4 @@
|
||||
/ibus-typing-booster-1.5.27.tar.gz
|
||||
/ibus-typing-booster-1.5.28.tar.gz
|
||||
/ibus-typing-booster-1.5.29.tar.gz
|
||||
/ibus-typing-booster-1.5.30.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.29
|
||||
Version: 1.5.30
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
@ -136,6 +136,20 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 27 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.30-1
|
||||
- update to 1.5.30
|
||||
- Update translations from zanata (de, pl, uk updated)
|
||||
- Use string order as a fallback to cldr_order in category listings
|
||||
- The rainbow flag should be a zwj sequence
|
||||
- Also display the Unicode version in the emoji info popover
|
||||
- When looking up emoji or other characters via Unicode codepoint,
|
||||
ignore surrogates and private use characters
|
||||
- Show the fonts really used to render an emoji in the
|
||||
info popover for the emoji
|
||||
- Fix typo in translatable string
|
||||
- itb_emoji.py: Use CLDR order to sort the candidates and
|
||||
the similar emoji if score is the same
|
||||
|
||||
* Mon Mar 20 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.29-1
|
||||
- update to 1.5.29
|
||||
- Add Recommends: google-noto-emoji-fonts, “Noto Color Emoji”
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-1.5.29.tar.gz) = b21435c93ab3e7b385edbb26ae290ee3f61628facc396cf526da2e17a7b72d8aeccc8c96220045db005ace8ea01f765d2b536cb9689bae29ecc8fb05b7efb578
|
||||
SHA512 (ibus-typing-booster-1.5.30.tar.gz) = 31e6e1d3d378a594142bd4773faa7b8523ab7e97d000068db9f197cc7f29dbe0e6842d5e8e5a568a501ac8c45d92706eab4d86cc7f8b162d19ae5b438b6115f7
|
||||
|
Loading…
Reference in New Issue
Block a user