↵ Return to the main page of ibus-typing-booster-tests
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2025-04-09 | Mike FABIAN <mfabian at redhat dot com> - 2.27.31-1 | - Update to 2.27.31 - Add a new boolean gsettings option to allow loading **all** Unicode characters from UnicodeData.txt for the Unicode symbols and emoji predictions (Resolves: https://github.com/mike-fabian/ibus-typing- booster/issues/667) - Scale image correctly when adding an input method in the setup tool (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/675) - Display a middle dot in the preedit for keys in a compose sequence which use unassigned Unicode code points (Resolves: https://github.com/mike- fabian/ibus-typing-booster/issues/674) - Translation update from Weblate (fi 100%, uk 100%) |
2025-04-03 | Mike FABIAN <mfabian at redhat dot com> - 2.27.30-1 | - Update to 2.27.30 - Commit finished compose sequences immediately if no completions are possible (Resolves: https://github.com/mike-fabian/ibus-typing- booster/issues/662) - Fix summary for asciidigits in the gschema file - Fix typo in English message “more then one” -> “more than one” - Translation update from Weblate (new: fi 73.6%) |
2025-02-26 | Mike FABIAN <mfabian at redhat dot com> - 2.27.29-1 | - Update to 2.27.29 - If an input method transliterates a single character into another single character use the transliterated result for Compose (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/654) - Ignore dictionary matches in the lookup table for candidates which have comments (Resolves: https://github.com/mike-fabian/ibus-typing- booster/issues/655) |
2025-02-21 | Mike FABIAN <mfabian at redhat dot com> - 2.27.28-1 | - Update to 2.27.28 - Translation update from Weblate (ko 100%) |
2025-02-17 | Mike FABIAN <mfabian at redhat dot com> - 2.27.27-1 | - Update to 2.27.27 - IBus.Keymap("in") does not work on Alpine Linux but the deprectated IBus.Keymap.new("in") works - Allow changing case mode even when no lookup table is shown and it effects only the preedit (Resolves: https://github.com/mike-fabian/ibus- typing-booster/issues/640) - Use itb_util.normalize_nfc_and_composition_exclusions(x) *everywhere* instead of unicodedata.normalize('NFC', x) (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/633) - Add a new gsettings option 'wordpredictions' to simplify and improve the behaviour of engines emulating ibus-m17n (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/629) - Add candidate_index, candidate_from, and candidate_to to the API of the m17n Transliterator class - Translation update from Weblate (de 100%, ja 99.6%, kab 74.2 %, ko 32.4%) |
2025-02-10 | Mike FABIAN <mfabian at redhat dot com> - 2.27.24-1 | - Update to 2.27.24 - Fix inline completion when option “Yes, without fallback to popup” is chosen (Resolves: https://github.com/mike-fabian/ibus-typing- booster/issues/626) - Don’t spellcheck the preedit if the top priority input method is Japanese or Chinese (Resolves: https://github.com/mike-fabian/ibus-typing- booster/issues/624) - Update UnicodeData.txt, DerivedAge.txt to the Unicode 17.0.0 draft as of 2025-02-10 - Translation update from Weblate (ko, new 17.1%) |
2025-02-06 | Mike FABIAN <mfabian at redhat dot com> - 2.27.23-1 | - Update to 2.27.23 - Key combinations like A-C-l should also commit and pass the key to the application (unless they have a transliteration) (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/622) - Support m17n input methods which produce multiple candidates (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/523) - Enable vi-tcvn, vi-telex, vi-viqr, vi-vni, zh-pinyin-vi, zh-pinyin as restricted tb engines |
2025-02-03 | Mike FABIAN <mfabian at redhat dot com> - 2.27.16-1 | - Update to 2.27.16 - Improve status info in auxiliary text for compose completions and related candidates: When compose completions or related candidates are shown, use different auxiliary text to make it more obvious that a “special” lookup table is shown. - Make compose completions work when the option “☑️ Enable suggestions by key (Default is the Tab key)” is used (Resolves: https://github.com/mike- fabian/ibus-typing-booster/issues/619) - Speedup for itb_pango: Create a Gtk.label and Pango.Layout only once |
2025-01-29 | Mike FABIAN <mfabian at redhat dot com> - 2.27.15-1 | - Update to 2.27.15 - Workaround for reopening preedits in WhatsApp at the beginning of a line (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/617) - Update UnicodeData.txt, Blocks.txt, DerivedAge.txt to the Unicode 17.0.0 draft as of 2025-01-28 |
2025-01-24 | Mike FABIAN <mfabian at redhat dot com> - 2.27.13-1 | - Update to 2.27.13 - If an early commit is possible in a restriced engine, use `return False` if self._prefer_commit is False, only a single key is in the input and that key was not transliterated (Resolves: https://github.com/mike- fabian/ibus-typing-booster/issues/616) - Improve committing strings with multiple lines (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/615) |