↵ Return to the main page of ibus-table-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2026-09-03 | Mike FABIAN <mfabian at redhat dot com> - 1.18.0-1 | - Update to 1.18.0 - Require Python 3.9+ from now on - [Optimization] Drop the ESCAPE clause when unneeded and add a tabkeys index (Resolves: https://github.com/mike-fabian/ibus-table/pull/235) - Stop rewriting the phrases cache every 30s while idle (Resolves: https://github.com/mike-fabian/ibus-table/pull/234) - Fill the lookup table completely instead of one page at a time (Resolves: https://github.com/mike-fabian/ibus-table/pull/232) - Translation update from Weblate (de 100%, es 100%, el 40.5%, hu 50.9%, ja 54.9%, ka 69.9%, kab 41.1%, ko 100%, ru 100%, si 15.0%, zh_HK 21.5%) |
| 2026-05-11 | Mike FABIAN <mfabian at redhat dot com> - 1.17.19-1 | - Update to 1.17.19 - Translation update from Weblate (ka 69.2%, lo 100%) |
| 2026-04-27 | Mike FABIAN <mfabian at redhat dot com> - 1.17.18-1 | - Release 1.17.18 - Enhance TabEngine key handling cancelling logic when suggestion mode is active. (Resolves: https://github.com/mike-fabian/ibus-table/pull/215) - Translation update from Weblate (cz 100%, el 39.8%, ka 100%, pt_PT 100%, zh_TW 100%) |
| 2026-04-27 | Mike FABIAN <mfabian at redhat dot com> - 1.17.17-1 | - Release 1.17.17 - Update Unihan_Variants.txt and regenerate engine/chinese_variants.py for Unicode 17.0.0 release - Translation update from Weblate (ca 100%, cz 97.3%, el 28.7%, fa 15.0%, hu 22.8%, ja 49.6%, ka 69.3%, kab 37.2%, pt_PT 75.8%, ro 100%, si 11.1%, zh_HK 20.9%) |
| 2026-01-16 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.17.16-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild |
| 2025-10-06 | Mike FABIAN <mfabian at redhat dot com> - 1.17.16-1 | - Release 1.17.16 - Translation update from Weblate (ru 99.3%, tr 100%, zh_CN 100%) |
| 2025-09-19 | Python Maint <python dash maint at redhat dot com> - 1.17.15-3 | - Rebuilt for Python 3.14.0rc3 bytecode |
| 2025-08-15 | Python Maint <python dash maint at redhat dot com> - 1.17.15-2 | - Rebuilt for Python 3.14.0rc2 bytecode |
| 2025-08-09 | Mike FABIAN <mfabian at redhat dot com> - 1.17.15-1 | - 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: https://github.com/mike-fabian/ibus-table/pull/201) - Translation update from Weblate (el 22.2%, es 100%, ka 61.4%, pt_BR 100% |
| 2025-07-24 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.17.14-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild |