Skip to content

Commit

Permalink
Release 1.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Apr 30, 2018
1 parent 8fc5905 commit 1188651
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
43 changes: 42 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
commit 61c74af9daac017fe58bdb9765f4fb958ecfaca0
commit 6b62cbec36e42155294332398e34279d9fca0073
Author: Mike FABIAN <mfabian@redhat.com>
Date: Wed Sep 13 08:51:57 2017 +0200

Release 1.9.19

commit 8fc59050efc554d5e0cf1218a6be08eda539040f
Author: Mike FABIAN <mfabian@redhat.com>
Date: Mon Apr 30 11:38:40 2018 +0200

Add some debug code to see whether _phrases_cache is handled correctly

It needs to be reset when changing the Chinese mode. And stuff committed
to the user database needs to be removed.

Can be tested using the SmartCangJie6 table (scj6.txt) because this table uses
both

USER_CAN_DEFINE_PHRASE = FALSE

and

DYNAMIC_ADJUST = FALSE

so no tabkeys are ever removed individually from _phrases_cache but
_phrases_cache is reset to empty when the Chinese mode is changed (or
when other settings influencing the caching like onechar mode or
wildcard characters are changed).

commit 8c791d35feeca7083babf23e4a0b5c4f10a1c205
Author: Heiher <r@hev.cc>
Date: Fri Aug 4 11:18:05 2017 +0800

Sync phrases cache from/to external storage.

commit a7c845185d561055f756971686c01c90ab0bc337
Author: Mike FABIAN <mfabian@redhat.com>
Date: Wed Sep 13 08:40:28 2017 +0200

Update translations from zanata (cs new)

commit 13753d1f23159e521ff8f61ed47c36211d2f0060
Author: Mike FABIAN <mfabian@redhat.com>
Date: Wed Aug 2 09:23:32 2017 +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], [9])
m4_define([ibus_micro_version], [18])
m4_define([ibus_micro_version], [19])
m4_define(ibus_maybe_datestamp,
m4_esyscmd([if test ]ibus_released[ != 1; then date +.%Y%m%d | tr -d '\n\r'; fi]))

Expand Down
13 changes: 13 additions & 0 deletions ibus-table.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
<url type="bugtracker">https://github.com/kaio/ibus-table/issues</url>
<url type="help">https://kaio.github.io/ibus-table/documentation.html</url>
<releases>
<release version="1.9.19" date="2018-04-30" urgency="medium">
<description>
<p>This new stable release includes these changes:</p>
<ul>
<li>
Sync phrases cache from/to external storage (thanks to heiher).
</li>
<li>
Update translations from zanata (cs new)
</li>
</ul>
</description>
</release>
<release version="1.9.18" date="2017-08-02" urgency="medium">
<description>
<p>This new stable release includes these changes:</p>
Expand Down

0 comments on commit 1188651

Please sign in to comment.