From c599b2a06316044765c3d61d741f945201cb7c1983581c9e0067d79b65adfedc Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 23 Nov 2021 12:48:51 +0000 Subject: [PATCH] Accepting request 933262 from home:mike-fabian Update to 2.15.7 OBS-URL: https://build.opensuse.org/request/show/933262 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=155 --- ibus-typing-booster-2.15.0.tar.gz | 3 --- ibus-typing-booster-2.15.7.tar.gz | 3 +++ ibus-typing-booster.changes | 23 +++++++++++++++++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.15.0.tar.gz create mode 100644 ibus-typing-booster-2.15.7.tar.gz diff --git a/ibus-typing-booster-2.15.0.tar.gz b/ibus-typing-booster-2.15.0.tar.gz deleted file mode 100644 index 0f5a2ed..0000000 --- a/ibus-typing-booster-2.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f4ce2cdddcc4ba52dd11af7f262ab8d55adfd12a5072561f22ff549e5333269 -size 10246456 diff --git a/ibus-typing-booster-2.15.7.tar.gz b/ibus-typing-booster-2.15.7.tar.gz new file mode 100644 index 0000000..ebbcc6e --- /dev/null +++ b/ibus-typing-booster-2.15.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5adea8a742ef507fc029128534220a51b1db208ff00eeecd900587c7fb7fb0 +size 10249949 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 4bad595..d01ced8 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Nov 23 07:45:30 UTC 2021 - maiku.fabian@gmail.com + +- Update to 2.15.7 +- Convert user database context to lower case and accents removed + while reading training data +- Make the context in the database case insensitive and accent insensitive + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/256) +- Test cases for the sqlite database +- Allow cleanup_database() to cleanup an in memory database when doing unit tests +- Allow only lower case user shortcuts + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/255) +- Add function to return number of rows in the database for debugging and testing +- Allow to read training data from file when database is empty, + allow reading from .gz files + +------------------------------------------------------------------- +Fri Nov 19 10:15:06 UTC 2021 - maiku.fabian@gmail.com + +- Update to 2.15.3 +- Title case all candidates if input_phrase is in title case + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/253) + ------------------------------------------------------------------- Tue Nov 16 16:11:03 UTC 2021 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index e6acb68..a1d0c77 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -15,7 +15,7 @@ # Name: ibus-typing-booster -Version: 2.15.0 +Version: 2.15.7 Release: 0 Summary: An input completion utility License: GPL-3.0+