Releases: mike-fabian/ibus-table
Releases · mike-fabian/ibus-table
Release 1.17.16
- Translation update from Weblate (ru 99.3%, tr 100%, zh_CN 100%)
Release 1.17.15
- Log all unhandled exceptions, makes debugging a lot easier. When Python code runs in an environment like IBus, unhandled exceptions inside callbacks are usually caught and swallowed by the framework, often with no logging. That’s why one sees “silent” failures: the event handler stops executing at the exception, but IBus continues running, and you get no clue unless you manually log something.
- Stop calling IBus.init(), Python code no longer needs to call that
- Don't take index of the string returned by get_goucima() if it is too short (Resolves: #201)
- Translation update from Weblate (el 22.2%, es 100%, ka 61.4%, pt_BR 100%
Release 1.17.14
- Make it possible to configure which menu entries are shown in the desktop panel menu and in the floating panel (Resolves: #189)
- Translation update from Weblate (ca 99.3%, de 100%, es 99.3%, fr 100%, ka 60.7%, kab 35.5%, pt_BR 99.3%, pt_PT 74.5%, ru 98.6%, tr 99.3%, ua 100%, zh_CN 90.1%, zh_TW 99.3%)
Release 1.17.13
- Improve parsing of attributtes (allow = character in attribute values) by Alba Mendez Resolves: kaio#86
- Translation update from Weblate (ca 100%, ru 99.3%)
Release 1.17.12
- Improve starting of the setup tool, make it work correctly when starting from a git clone (Resolves: #179)
- Migrate from Gtk.main() to GLib.MainLoop() (Resolves: #180)
- Stop using deprecated keyword arguments “flags” and “message_format” when creating Gtk.MessageDialog() (See also: mike-fabian/ibus-typing-booster#377)
- Increase pygame.mixer's buffer size (See also: mike-fabian/ibus-typing-booster#681)
- Translation update from Weblate (ca 85.5%, es 100%, fa 11.8%, pt_BR 100%, zh_TW 100%)
Release 1.17.11
- Fix to load EN compose file. Now EN compose file is loaded in the class init of IBus.EngineSimple and IBus.init() needs to be called before the init. This fix is needed for ibus version >= 1.5.32~beta2.
- Translation update from Weblate (es 96.7%, fr 100%, ru 98.6%)
Release 1.17.10
- Generate translations into metainfo.xml files with autotools (Resolves: #171)
- Rename ibus-table.appdata.xml to org.freedesktop.ibus.engine.table.metainfo.xml
- Make desktop file translatable and generate translations into desktop file
- Translation update from Weblate (de 100%, ja 48.0%, ru 98.6%, tr 100%, uk 100%)
Release 1.17.9
- Make the setup tool use the wrapper itb_sound.py instead of using simpleaudio unconditionally (Resolves: #162)
- Translation update from Weblate (new language Kabyle: kab 29.3%)
Release 1.17.8
- Update Unihan_Variants.txt and regenerate engine/chinese_variants.py for Unicode 16.0.0 release
- Translation update from Weblate (new: el 17.3%)
Release 1.17.7
- Translation update from Weblate (fr 100%, ru 93.3%)