Skip to content

Commit

Permalink
Release 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Jul 10, 2023
1 parent 0802887 commit 70f7342
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
36 changes: 35 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
commit 65952e57609da616ef6a7d38d837fd1a65d383d0
commit 2f34c9e9a4e32e66ed6ffa5c7246f56b82ae13d6
Author: Mike FABIAN <mfabian@redhat.com>
Date: Mon Jul 10 11:07:21 2023 +0200

Release 1.17.1

commit 0802887fb746ef49bcdabac9776bded06a8fd9fb
Author: Mike FABIAN <mfabian@redhat.com>
Date: Mon Jul 10 11:28:14 2023 +0200

Fix mypy warnings

commit 9188fa74a5445e0a3763ee5273193dc7147a4a4a
Author: Mike FABIAN <mfabian@redhat.com>
Date: Mon Jul 10 11:00:28 2023 +0200

Return empty program_name and window_title in get_active_window_xprop() when xprop results are unexpected

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

See also this ibus-typing-booster bug: https://bugzilla.redhat.com/show_bug.cgi?id=2175009

commit a39794d39f45e0c4faecef68e757175b0e473d07
Author: Anonymous <noreply@weblate.org>
Date: Tue May 30 08:20:43 2023 +0200

Translated using Weblate (Sinhala)

Currently translated at 10.0% (15 of 150 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/si/
Translation: ibus-table/app

commit 9c48742c0bf0f443f97d4e46a8447ddf0bfdb1dc
Author: Mike FABIAN <mfabian@redhat.com>
Date: Wed Apr 5 11:15:27 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], [0])
m4_define([ibus_micro_version], [1])
m4_define(ibus_maybe_datestamp,
m4_esyscmd([if test ]ibus_released[ != 1; then date +.%Y%m%d | tr -d '\n\r'; fi]))

Expand Down
24 changes: 24 additions & 0 deletions ibus-table.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,30 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-table/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.17.1" date="2023-07-10" urgency="medium">
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.1</url>
<description>
<p>This new stable release includes these changes:</p>
<ul>
<li>
Fix mypy warnings
</li>
<li>
Return empty program_name and window_title in
get_active_window_xprop() when xprop results are
unexpected (Resolves: rhbz#2215466)
</li>
<li>
Translation update from Weblate (si 10.0%)
</li>
</ul>
</description>
<issues>
<issue url="https://bugzilla.redhat.com/show_bug.cgi?id=2215466">
rhbz#2215466
</issue>
</issues>
</release>
<release version="1.17.0" date="2023-04-07" urgency="medium">
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.0</url>
<description>
Expand Down

0 comments on commit 70f7342

Please sign in to comment.