↵ Return to the main page of ibus-typing-booster-tests
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-03-11 | Mike FABIAN <mfabian at redhat dot com> - 2.11.0-1 | - Update to 2.11.0 - Use sensitivity feature of buttons in the setup tool tab where shortcuts are defined - Don’t let dialog action area of setup tool expand. - Improve the setup tool to make it possible to enter multi-line expansions of shortcuts - Resolves https://github.com/mike-fabian/ibus-typing-booster/issues/158 - Elide extremely long candidates in the lookup table in the middle. - If a candidate contains newlines, replace the newlines with arrows in the lookup table. - If a commit string contains new-lines, commit it in several chunks and forward Return between the chunks. - Update emoji annotations from CLDR - Put the remote icon back in emoji-picker.appdata.xml, it was a false positive by appstreamcli - Translation update from Weblate (pt_PT updated, 100% complete now) - Skip the inscript2 test cases if these transliterations are not available. |
2021-02-22 | Mike FABIAN <mfabian at redhat dot com> - 2.10.5-3 | - Remove gnome-desktop-testing and ibus-desktop-testing from the requires of the ibus-typing-booster-tests subpackage |
2021-02-19 | Mike FABIAN <mfabian at redhat dot com> - 2.10.5-2 | - Use the voikko build requires only for Fedora. They are only needed to run the voikko test cases during build. |
2021-02-17 | Mike FABIAN <mfabian at redhat dot com> - 2.10.5-1 | - Update to 2.10.5 - Run the voikko tests only for libvoikko version >= 4.3 - Adapt voikko test cases to the newest voikko version libvoikko-4.3-3, python3-libvoikko-4.3-3, voikko-fi-2.4-3 - Log a warning when language is “fi” and “import libvoikko” failed - Return an empty list [] in spellcheck_suggest_voikko() when libvoikko was not imported - Update emoji annotations from CLDR, switching “no” and “nb” See: https://unicode-org.atlassian.net/browse/CLDR-2698 - Remove icon in emoji-picker.appdata.xml (to avoid warnings from appstream-util and appstreamcli). |
2021-02-17 | Mike FABIAN <mfabian at redhat dot com> - 2.10.4-2 | - Use “BuildRequires: appstream” only on Fedora |
2021-02-02 | Mike FABIAN <mfabian at redhat dot com> - 2.10.4-1 | - Update to 2.10.4 - Use “from unittest import mock” instead of just “import mock”. - Update emoji annotations from CLDR - Translation update from Weblate for zh_CN (still 100% complete) |
2021-01-26 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.10.3-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
2021-01-24 | Mike FABIAN <mfabian at redhat dot com> - 2.10.3-1 | - Update to 2.10.3 - Update emoji annotations from CLDR - Translation update from Weblate for ja, zh_CN (zh_CN is 100% complete now) |
2020-12-17 | Mike FABIAN <mfabian at redhat dot com> - 2.10.2-1 | - Update to 2.10.2 - Add vi-telex to the default input methods for vi_VN locale - Enable Unicode 13.1 Emoji in emoji-picker by default - Update emoji data to Unicode 13.1 - Translation update from Weblate for zh_CN |
2020-11-10 | Mike FABIAN <mfabian at redhat dot com> - 2.10.1-1 | - Update to 2.10.1 - Use IBus.InputHints.{UPPERCASE_CHARS,UPPERCASE_WORDS,LOWERCASE} - Add utility to manually test input purpose and input - Improve handling of input purpose and input hints - Add compatibility enum classes InputPurpose and InputHints - Add type hints - Change default for emoji_unicode_min to 0.0 (fixes emoji omitted from browsing in emoji-picker) |