From 396437c768d349e6c16678c5853fedaf47547bc3 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 3 May 2018 09:58:56 +0200 Subject: [PATCH] Release 1.9.20 --- ChangeLog | 22 +++++++++++++++++++++- configure.ac | 2 +- ibus-table.appdata.xml | 14 ++++++++++++++ 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd82c780..a9060665 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,24 @@ -commit 6b62cbec36e42155294332398e34279d9fca0073 +commit 86c7bc2623de27035e00ad0ea1a036e5b1f2df60 +Author: Mike FABIAN +Date: Thu May 3 09:58:56 2018 +0200 + + Release 1.9.20 + +commit 593f3cd7491d9dbd131f62b1b3d861940c299114 +Author: Takao Fujiwara +Date: Thu May 3 09:54:19 2018 +0200 + + Draw InputMode text instead of icon into panel on non-Gnome desktops + + Resolves: https://github.com/mike-fabian/ibus-table/issues/6 + +commit e9a8ebaf2cca88bf7c2d9aa1ffb1c1ec847432c3 +Author: Mike FABIAN +Date: Thu May 3 09:46:21 2018 +0200 + + Make it work with Python2 again + +commit 1188651f58c5d0531ff85290584b45813250b24d Author: Mike FABIAN Date: Wed Sep 13 08:51:57 2017 +0200 diff --git a/configure.ac b/configure.ac index f84b5a7c..d2f8daf8 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], [9]) -m4_define([ibus_micro_version], [19]) +m4_define([ibus_micro_version], [20]) 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 d60c334b..60ca8ca5 100644 --- a/ibus-table.appdata.xml +++ b/ibus-table.appdata.xml @@ -16,6 +16,20 @@ https://github.com/kaio/ibus-table/issues https://kaio.github.io/ibus-table/documentation.html + + +

This new stable release includes these changes:

+
    +
  • + Draw InputMode text instead of icon into panel on non-Gnome desktops. Resolves: + https://github.com/mike-fabian/ibus-table/issues/6 +
  • +
  • + Make it work with Python2 again +
  • +
+
+

This new stable release includes these changes: