From 70f734278acf890aab53c61a9ffed6a77e0227b8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 10 Jul 2023 11:07:21 +0200 Subject: [PATCH] Release 1.17.1 --- ChangeLog | 36 +++++++++++++++++++++++++++++++++++- configure.ac | 2 +- ibus-table.appdata.xml | 24 ++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 91399e3..84f48f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,38 @@ -commit 65952e57609da616ef6a7d38d837fd1a65d383d0 +commit 2f34c9e9a4e32e66ed6ffa5c7246f56b82ae13d6 +Author: Mike FABIAN +Date: Mon Jul 10 11:07:21 2023 +0200 + + Release 1.17.1 + +commit 0802887fb746ef49bcdabac9776bded06a8fd9fb +Author: Mike FABIAN +Date: Mon Jul 10 11:28:14 2023 +0200 + + Fix mypy warnings + +commit 9188fa74a5445e0a3763ee5273193dc7147a4a4a +Author: Mike FABIAN +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 +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 + Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/si/ + Translation: ibus-table/app + +commit 9c48742c0bf0f443f97d4e46a8447ddf0bfdb1dc Author: Mike FABIAN Date: Wed Apr 5 11:15:27 2023 +0200 diff --git a/configure.ac b/configure.ac index 2671986..deba898 100644 --- a/configure.ac +++ b/configure.ac @@ -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])) diff --git a/ibus-table.appdata.xml b/ibus-table.appdata.xml index d212d4c..45570fa 100644 --- a/ibus-table.appdata.xml +++ b/ibus-table.appdata.xml @@ -38,6 +38,30 @@ https://translate.fedoraproject.org/projects/ibus-table/ + + https://github.com/mike-fabian/ibus-table/releases/tag/1.17.1 + +

This new stable release includes these changes:

+
    +
  • + Fix mypy warnings +
  • +
  • + Return empty program_name and window_title in + get_active_window_xprop() when xprop results are + unexpected (Resolves: rhbz#2215466) +
  • +
  • + Translation update from Weblate (si 10.0%) +
  • +
+
+ + + rhbz#2215466 + + +
https://github.com/mike-fabian/ibus-table/releases/tag/1.17.0