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
This commit is contained in:
parent
11a3979a73
commit
c44085a4c3
4
.gitignore
vendored
4
.gitignore
vendored
@ -203,3 +203,7 @@
|
||||
/ibus-typing-booster-2.15.1.tar.gz
|
||||
/ibus-typing-booster-2.15.2.tar.gz
|
||||
/ibus-typing-booster-2.15.3.tar.gz
|
||||
/ibus-typing-booster-2.15.4.tar.gz
|
||||
/ibus-typing-booster-2.15.5.tar.gz
|
||||
/ibus-typing-booster-2.15.6.tar.gz
|
||||
/ibus-typing-booster-2.15.7.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.15.3
|
||||
Version: 2.15.7
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -248,6 +248,20 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Nov 23 2021 Mike FABIAN <mfabian@redhat.com> - 2.15.7-1
|
||||
- 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 2021 Mike FABIAN <mfabian@redhat.com> - 2.15.3-1
|
||||
- Update to 2.15.3
|
||||
- Title case all candidates if input_phrase is in title case
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.15.3.tar.gz) = fff849875d8174e2bd33d97bcf5b7e9967e564e9a50c48396e9432aca8e9cadc186d082c9927219b743b3ffb2e29a6f5732fe174375aa87359696bf1dafa8c65
|
||||
SHA512 (ibus-typing-booster-2.15.7.tar.gz) = 012e0ea8adf4f1f6ee02df05a306c0efd30cc6dd83b09496319390aa48a700a089e52d0ca46a6f3e077e39e4903b77e5c34715d33e7bf724d03c682c53bcb5e5
|
||||
|
Loading…
Reference in New Issue
Block a user