Compare commits

..

15 commits

Author SHA1 Message Date
Mike FABIAN
aebb1bb488 Release 1.17.16
- Translation update from Weblate (ru 99.3%, tr 100%, zh_CN 100%)
2025-10-06 10:53:21 +02:00
Python Maint
bc8e4f17fc Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:22:42 +02:00
Python Maint
bbccbef727 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 12:52:37 +02:00
Mike FABIAN
faa2393a85 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-08-09 19:46:47 +02:00
Fedora Release Engineering
970670787e Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 17:31:25 +00:00
Mike FABIAN
c5fd7878d2 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: https://github.com/mike-fabian/ibus-table/pull/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%)
2025-06-17 10:25:05 +02:00
Mike FABIAN
eec85a4753 Release 1.17.13
- Improve parsing of attributtes
  (allow = character in attribute values) by Alba Mendez
  Resolves: https://github.com/kaio/ibus-table/pull/86
- Translation update from Weblate (ca 100%, ru 99.3%)
2025-05-23 16:58:50 +02:00
Mike FABIAN
e61dc4d0ca Update to 1.17.12
- Improve starting of the setup tool, make it work correctly when starting from a git clone
  (Resolves: https://github.com/mike-fabian/ibus-table/issues/179)
- Migrate from Gtk.main() to GLib.MainLoop()
  (Resolves: https://github.com/mike-fabian/ibus-table/issues/180)
- Stop using deprecated keyword arguments “flags” and “message_format” when creating Gtk.MessageDialog()
  (See also: https://github.com/mike-fabian/ibus-typing-booster/issues/377)
- Increase pygame.mixer's buffer size
  (See also: https://github.com/mike-fabian/ibus-typing-booster/issues/681)
- Translation update from Weblate (ca 85.5%, es 100%, fa 11.8%, pt_BR 100%, zh_TW 100%)
2025-05-02 23:05:30 +02:00
Mike FABIAN
5467478491 Update to 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%)
2025-02-18 18:04:37 +01:00
Mike FABIAN
705ef20806 Update to 1.17.10
- Generate translations into metainfo.xml files with autotools
  (Resolves: https://github.com/mike-fabian/ibus-table/issues/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%)
2025-01-21 02:26:22 +01:00
Fedora Release Engineering
b50892ac13 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 06:53:10 +00:00
Mike FABIAN
73c67b8b70 Update to 1.17.9
- Make the setup tool use the wrapper itb_sound.py instead of using simpleaudio
  unconditionally (Resolves: github-mike-fabian-issue#162)
- Translation update from Weblate (new language Kabyle: kab 29.3%)
2024-12-11 14:38:33 +01:00
Mike FABIAN
07a83b0f40 Update to 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%)
2024-09-11 17:19:24 +02:00
Mike FABIAN
ef441b295b Update to 1.17.7
- Translation update from Weblate (fr 100%, ru 93.3%)
2024-08-25 20:21:32 +02:00
Fedora Release Engineering
645ab23962 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-18 10:07:52 +00:00
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View file

@ -105,3 +105,7 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.17.10.tar.gz
/ibus-table-1.17.11.tar.gz
/ibus-table-1.17.12.tar.gz
/ibus-table-1.17.13.tar.gz
/ibus-table-1.17.14.tar.gz
/ibus-table-1.17.15.tar.gz
/ibus-table-1.17.16.tar.gz

View file

@ -1,5 +1,5 @@
Name: ibus-table
Version: 1.17.12
Version: 1.17.16
Release: %autorelease
Summary: The Table engine for IBus platform
License: LGPL-2.1-or-later

View file

@ -1 +1 @@
SHA512 (ibus-table-1.17.12.tar.gz) = 144347a806437f29189d7d8a1a02aeca2e6d98988c11123010a5cd8db2efecb72bf7af3480867e5bf538e797e101cede6ea6f052e7f5f8ccbc009ee5c573e612
SHA512 (ibus-table-1.17.16.tar.gz) = e7d9102b85f1f96470afdee270ca630e9b54cd668c29173740ee9e504d9977fd1569f3c0b64323b30c5afd71493b095a84f34175b07c5db453f89b935075083e