Skip to content

Commit

Permalink
Release 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Sep 13, 2023
1 parent 4cfd348 commit d114926
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 2 deletions.
60 changes: 59 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,62 @@
commit c3d04b77895e92999982224c5ea035cf87817b4e
commit 0a7d96a9ee96f926b41e8d0100dffbc969915eb1
Author: Mike FABIAN <[email protected]>
Date: Wed Sep 13 15:42:41 2023 +0200

Release 1.17.3

commit 4cfd348e8ff18c467a5c1a994af0275cc53b3890
Author: Mike FABIAN <[email protected]>
Date: Wed Sep 13 16:34:07 2023 +0200

Update ibus-table.pot (Only line number changes)

commit 88072e7efee35675eae4a5e547a7ca86c8650dff
Author: Mike FABIAN <[email protected]>
Date: Wed Sep 13 18:25:22 2023 +0200

remove /ibus-typing-booster.pc from .gitignore

commit 8c1cb448f98393a884e9b7513b7df22dcd2b87ed
Author: Mike FABIAN <[email protected]>
Date: Wed Sep 13 18:19:52 2023 +0200

Fix some comments which mentioned ibus-typing-booster and not ibus-table

commit a008897a9b58893975e21f842360a435014df98d
Author: Mike FABIAN <[email protected]>
Date: Wed Sep 13 15:35:31 2023 +0200

Support several backends for playing sounds

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2237674

The available backends are:

• automatic
- choose one of the available backends automatically, depending on
what is installed and what should work depending on the version of
Python and other stuff
• pygame
- Seems best, can also play mp3. But requires the SDL libs
• pyaudio
- Broken for Python >= 3.10 if not updated to pyaudio >= 0.2.12
See: https://stackoverflow.com/questions/70344884)
- Sometimes it seems to hang. Not often, but when this happens this is really bad
• simpleaudio
Broken in Fedora 39, see: https://bugzilla.redhat.com/show_bug.cgi?id=2237680
• aplay
- Use the “aplay” binary. Quite reliable, apparently

commit ba730cccad81f265bae441f4279bf09ec367b5e3
Author: Mike FABIAN <[email protected]>
Date: Tue Sep 12 22:28:40 2023 +0200

Update Unihan_Variants.txt and regenerate engine/chinese_variants.py

- Update Unihan_Variants.txt from “2022-04-26 Unicode 15.0.0 draft” to “2023-07-15 Unicode version: 15.1.0”
- Regenerate engine/chinese_variants.py for Unihan_Variants.txt

commit 3aea49962801ee30d70cc9e005daeee51b15dfd7
Author: Mike FABIAN <[email protected]>
Date: Mon Aug 21 12:10:45 2023 +0200

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ m4_define([package_name], [ibus-table])
m4_define([ibus_released], [1])
m4_define([ibus_major_version], [1])
m4_define([ibus_minor_version], [17])
m4_define([ibus_micro_version], [2])
m4_define([ibus_micro_version], [3])
m4_define(ibus_maybe_datestamp,
m4_esyscmd([if test ]ibus_released[ != 1; then date +.%Y%m%d | tr -d '\n\r'; fi]))

Expand Down
21 changes: 21 additions & 0 deletions ibus-table.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,27 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-table/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.17.3" date="2023-09-13" urgency="medium">
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.3</url>
<description>
<p>This new stable release includes these changes:</p>
<ul>
<li>
Support several backends for playing sounds
(Resolves: rhbz#2237674)
</li>
<li>
Update Unihan_Variants.txt and regenerate
engine/chinese_variants.py for Unicode 15.1.0 release.
</li>
</ul>
</description>
<issues>
<issue url="https://bugzilla.redhat.com/show_bug.cgi?id=2237674">
rhbz#2237674
</issue>
</issues>
</release>
<release version="1.17.2" date="2023-08-21" urgency="medium">
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.2</url>
<description>
Expand Down

0 comments on commit d114926

Please sign in to comment.