update to 1.5.21
- add BuildRequires: hunspell-fr (for make check) - Handle Return and Enter correctly when the cursor is not at the end of the preëdit (Resolves: rhbz#1418313) - Values of spin buttons should not be translatable - Make the categories from emojione translatable - Make emoji matching accent insensitive - If available use pykakasi to convert Japanese emoji category names to hiragana - If available use the “pinyin” Python module to add pinyin to the Chinese names and keywords - Don’t fallback to “zh” from “zh_TW”, “zh_HK”, “zh_MO” and “zh_Hant” - Don’t sort the labels when listing similar emoji - Don’t change Unicode categories to lowercase when loading, use the original case - Also treat categories 'Zl' and 'Zp' as invisible and add Unicode code point - When searching for similar emoji, the original emoji should be most similar to itself - Fix duplicate listing of labels when looking up similar emoji - Make it optionally possible to match emoji in Japanese using romaji - itb_emoji.py: Add the code point to the name of invisible characters also when looking up similar characters - Better matching of the Unicode categories - Small performance optimization in EmojiMatcher.similar() - Remove any U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR characters from the lookup table - Nicer display of the matching labels when looking up similar emoji - Don’t strip mathematical symbols (category 'Sm') from tokens - Update of en.xml from CLDR’s emoji annotations - Update translations from zanata (de, pl updated)
This commit is contained in:
parent
790e29bdb4
commit
3c043a8af6
1
.gitignore
vendored
1
.gitignore
vendored
@ -77,3 +77,4 @@
|
||||
/ibus-typing-booster-1.5.18.tar.gz
|
||||
/ibus-typing-booster-1.5.19.tar.gz
|
||||
/ibus-typing-booster-1.5.20.tar.gz
|
||||
/ibus-typing-booster-1.5.21.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.20
|
||||
Version: 1.5.21
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
@ -23,6 +23,7 @@ BuildRequires: hunspell-cs
|
||||
BuildRequires: hunspell-de
|
||||
BuildRequires: hunspell-en
|
||||
BuildRequires: hunspell-es
|
||||
BuildRequires: hunspell-fr
|
||||
BuildRequires: hunspell-it
|
||||
BuildRequires: hunspell-ko
|
||||
BuildArch: noarch
|
||||
@ -95,6 +96,39 @@ make check || cat ./tests/test-suite.log
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Feb 07 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.21-1
|
||||
- update to 1.5.21
|
||||
- add BuildRequires: hunspell-fr (for make check)
|
||||
- Handle Return and Enter correctly when the cursor is not at
|
||||
the end of the preëdit (Resolves: rhbz#1418313)
|
||||
- Values of spin buttons should not be translatable
|
||||
- Make the categories from emojione translatable
|
||||
- Make emoji matching accent insensitive
|
||||
- If available use pykakasi to convert Japanese emoji category
|
||||
names to hiragana
|
||||
- If available use the “pinyin” Python module to add pinyin
|
||||
to the Chinese names and keywords
|
||||
- Don’t fallback to “zh” from “zh_TW”, “zh_HK”, “zh_MO” and “zh_Hant”
|
||||
- Don’t sort the labels when listing similar emoji
|
||||
- Don’t change Unicode categories to lowercase when loading,
|
||||
use the original case
|
||||
- Also treat categories 'Zl' and 'Zp' as invisible and add
|
||||
Unicode code point
|
||||
- When searching for similar emoji, the original emoji should be
|
||||
most similar to itself
|
||||
- Fix duplicate listing of labels when looking up similar emoji
|
||||
- Make it optionally possible to match emoji in Japanese using romaji
|
||||
- itb_emoji.py: Add the code point to the name of invisible
|
||||
characters also when looking up similar characters
|
||||
- Better matching of the Unicode categories
|
||||
- Small performance optimization in EmojiMatcher.similar()
|
||||
- Remove any U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR characters
|
||||
from the lookup table
|
||||
- Nicer display of the matching labels when looking up similar emoji
|
||||
- Don’t strip mathematical symbols (category 'Sm') from tokens
|
||||
- Update of en.xml from CLDR’s emoji annotations
|
||||
- Update translations from zanata (de, pl updated)
|
||||
|
||||
* Thu Jan 26 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.20-1
|
||||
- update to 1.5.20
|
||||
- Calculate the maximum word length for each dictionary individually
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-1.5.20.tar.gz) = 5f9a40649906ba61b58311f7651cbe30efea24703cc4c39221a94150413eba317b577c661f66f8091c0f3db1064e9ab477d38e5689d7f4cc6615352d177eaf3e
|
||||
SHA512 (ibus-typing-booster-1.5.21.tar.gz) = 161adb461d58be11b4a109ff8443e5d96da080496e8ea2a9885c7ee926e8bbeaebe346cc76aed8efc5eca612ac4c0d9cc3c47b0f95172d7498b7e26affd6c0c9
|
||||
|
Loading…
Reference in New Issue
Block a user