Skip to content

Releases: mike-fabian/ibus-table

Release 1.16.4

24 Jan 20:41
Compare
Choose a tag to compare
  • Fix more errors in Unihan_Variants.txt by checking against a Traditional Chinese dictionary (Resolves: #100)
  • Fix some errors in Unihan_Variants.txt (Resolves: #97)
  • Update translations from Weblate (es updated to 100%)

Release 1.16.3

21 Jan 11:43
Compare
Choose a tag to compare
  • Fix a few errors in Unihan_Variants.txt (Resolves: #96)
  • 栗 U+6817 is used in Traditional Chinese as well. (Resolves: #95)
  • Update Unihan_Variants.txt from “2021-08-06 Unicode 14.0.0 final” to “2021-12-01 Unicode 1 5.0.0 draft” and regenerate engine/chinese_variants.py

Release 1.16.0

18 Jan 14:54
Compare
Choose a tag to compare
  • Make true the default for “rememberinputmode”
  • Save “inputmode” to gsettings and add a “rememberinputmode” gsettings. This makes it possible to change the current input mode from the command line. And with “rememberinputmode” one can choose whether the last used input mode should be remembered and be used again when a new session starts or whether a new session should always start in table mode. (Resolves: #85)
  • Skip cangjie5 and erbi-qs test cases if the tables are too old
  • Replace deprecated module “optparse” with “argparse”

Release 1.15.0

11 Jan 09:49
Compare
Choose a tag to compare
  • Fix problems with goucima for erbi-qs table (Resolves: kaio#77)
  • Update Unihan_Variants.txt to “2021-08-06 Unicode 14.0.0 final” and regenerate engine/chinese_variants.py
  • Fix typo in translatable message, by Rafael Fontenelle (#82)

Release 1.14.1

25 Aug 11:16
Compare
Choose a tag to compare
  • If an exception happens when trying to play a sound, catch it. I have no idea how to reproduce that bug. But catching the exception should fix it, it should make ibus-table continue working normally if any such serious problem with playing sounds occurs. Without sound of course but it should not stop working. (Resolves: rhbz#1995955 https://bugzilla.redhat.com/show_bug.cgi?id=1995955)
  • When changing the error sound file with the setup tool, play it. To make the user hear immediately what kind of sound was selected.
  • Update translations from Weblate
  • Remove colons after “Auto select:”, “Auto wildcard:”, and “Use dark theme:” (Resolves: #70 (comment))

Release 1.14.0

21 Jul 14:04
Compare
Choose a tag to compare
  • Add option to set dynamic adjust at runtime (Resolves: #70)
  • Also add a button to forget all the data learned by typing and selecting candidates.
  • Add options to play sound file on error (Requires python3 simpleaudio) (Resolves: kaio#75)
  • Use checkbuttons instead of [Yes/No] comboboxes
  • Hide options which make no sense for certain tables instead of just graying them out

Release 1.13.3

09 Jun 16:45
Compare
Choose a tag to compare
  • Fix a few more bugs in Unihan_Variants.txt, the characters 着枱云裡復采吓尸揾 are used both in simplified and traditional Chinese (some of them in traditional Chinese in Hong Kong only). (Resolves: ibus/ibus#2323)

Release 1.13.2

08 Jun 14:07
Compare
Choose a tag to compare
  • Fix bug in Unihan_Variants.txt, 只 U+53EA is both simplified and traditional Chinese (Resolves: kaio#74)
  • Update Chinese variant detection by Unihan_Variants.txt to the version “2021-05-18 Unicode 14.0.0” (draft version of Unicode 14)
  • Update translations from Weblate (updates for es (100%), pt_BR (100%))

Release 1.13.1

16 May 20:37
Compare
Choose a tag to compare
  • Fix reading the source file for the suggestions phrase.txt.bz2
  • Update translations from Weblate (updates for ca, fr)

Release 1.13.0

06 May 15:20
Compare
Choose a tag to compare
  • Make switch to pinyin mode also happen immediately even when the preedit is not empty (for consistency)
  • Make rolling the mouse wheel in the candidate area of the lookup table work
  • Commit English input and then switch into direct mode (Resolves: kaio#68)
  • Apply a couple modes immediately when changed
  • Add a dark theme option (Resolves: kaio#67)
  • Show all the tabkeys when using wildcards
  • Remove Python2 compatibility stuff
  • Start adding some type hints
  • Update translations from Weblate (update for de, ja, tr, uk, zh_CN)