Skip to content

Releases: mike-fabian/ibus-typing-booster

Release 2.27.9

18 Jan 19:14
Compare
Choose a tag to compare
  • Avoid producing duplicates in itb_util.expand_languages() (Resolves: #600)
  • Rename typing-booster.appdata.xml and emoji-picker.appdata.xml files (Resolves: #598)
  • Make emoji picker appdata file translatable (Resolves: #596)
  • Translation update from Weblate (cz 100%)

Release 2.27.8

14 Jan 20:35
Compare
Choose a tag to compare
  • Make code to support multiple m17n candidates better readable using a NamedTuple (Related: #523)
  • Translation update from Weblate (it 100%, pt 94.4%)

Release 2.27.7

08 Jan 19:23
Compare
Choose a tag to compare
  • Fix typo in setup tool in the function called when changing an existing autosetting (Resolves: #591)

Release 2.27.6

08 Jan 17:24
Compare
Choose a tag to compare
  • “return False” in “emoji_font_fallback_needed()” if “get_fonts_used_for_text()” returns and empty result (Resolves: #589)
  • Add a gsettings option “prefercommit” (Related: #580)
  • Some preparation for future support of m17n input methods offering multiple candidates (Related: #523)
  • Use XML-tag “layout_option” for “lv3:ralt_switch”
  • Use higher ranks for the “tb” engines than for the respective “m17n” engines
  • Translation update from Weblate (sv 100%)

Release 2.27.3

01 Jan 20:43
Compare
Choose a tag to compare
  • Shorten the longname of engines mimicking ibus-m17n by appending only “(tb)” instead of “(Typing Booster)”
  • Add option to force the use of an IBus keymap (Resolves: #581)
  • Use forward_key_event() in _return_false() only when fixing up wrong key codes (Resolves: #582)
  • Prefer return False over forward_key_event() if the client is SDL2_Appliaction (Resolves: #580)
  • Translation update from Weblate (de 100%, fr 100%, jp 99.6%, ka 100%, pl 100%, tr 100%, uk 100%)

Release 2.27.2

25 Dec 11:11
Compare
Choose a tag to compare
  • Translation update from Weblate (it 99.5%)

Release 2.27.1

20 Dec 23:32
Compare
Choose a tag to compare
  • Use (almost) the same symbols in the panel as ibus-m17n for the engines emulating ibus-m17n
  • Set layout to “default[lv3:ralt_switch]” for the same m17n engines where ibus-m17n sets this
  • Add rank to xml output: use the same values as ibus-m17n

Release 2.27.0

19 Dec 11:54
Compare
Choose a tag to compare
  • Commit early like ibus-m17n does if the engine is restricted to emulate ibus-m17n
  • Hide “emoji prediction mode” and “off the record mode” property menus by default for the restricted engines emulating ibus-m17n
  • Offer additional engines which do simple ibus-m17n emulation by default (Resolves: #570)
  • Fix crash when changing the sound file with the setup tool (Resolves: #569)
  • Update emoji annotations from CLDR
  • Translation update from Weblate (de 100%, es 83.9%, fr 100%, ja 99.5%, ka 100%, kab 75.9%, nl 95.1%, pl 99.5%, pt 89.1%, pt_BR 81.5%, sv 100%, tr 100%, uk 100%)

Release 2.26.12

02 Dec 17:59
Compare
Choose a tag to compare
  • Support autosettings for values of type uint32, int64, uint64, and double (Resolves: #566)
  • Improve emoji_font_fallback_needed(): always ignore variation selectors when checking whether fallback is needed (Resolves: #565)
  • Translation update from Weblate (he 88.7%)

Release 2.26.11

09 Nov 23:03
Compare
Choose a tag to compare
  • Improve detection of Wayland session (Resolves: #561)
  • Support non-ASCII input for m17n-db input methods (Resolves: #537)
  • Improve “class KeyEvent”: Prepend 'S-' to msymbol when Shift is pressed and is is a space or not printable
  • Show also the languages supported by a font in emoji-picker (only when -d or --debug is used)