Update to 2.15.0
- Make matching in the database case insensitive (https://github.com/mike-fabian/ibus-typing-booster/issues/251) - Remove accents for “input_phrase” when learning from a text file (https://github.com/mike-fabian/ibus-typing-booster/issues/252) - Make matching in dictionaries case insensitive (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/251) - Cleanup user database when Typing Booster starts (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/239) Also use the sqlite3 “VACUUM” command to rebuild the database file, repacking it into a minimal amount of disk space - Add tabstatistics.py, command line tool to display some information about the database contents - Use python3-pycountry as a fallback to langtable (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/250) - Add “Recommends: python3-regex” to use better regexpressions if available
This commit is contained in:
parent
fc57766f54
commit
b2796b17a0
8
.gitignore
vendored
8
.gitignore
vendored
@ -192,3 +192,11 @@
|
||||
/ibus-typing-booster-2.14.11.tar.gz
|
||||
/ibus-typing-booster-2.14.12.tar.gz
|
||||
/ibus-typing-booster-2.14.13.tar.gz
|
||||
/ibus-typing-booster-2.14.14.tar.gz
|
||||
/ibus-typing-booster-2.14.15.tar.gz
|
||||
/ibus-typing-booster-2.14.16.tar.gz
|
||||
/ibus-typing-booster-2.14.17.tar.gz
|
||||
/ibus-typing-booster-2.14.18.tar.gz
|
||||
/ibus-typing-booster-2.14.19.tar.gz
|
||||
/ibus-typing-booster-2.14.20.tar.gz
|
||||
/ibus-typing-booster-2.15.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.14.13
|
||||
Version: 2.15.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -27,6 +27,8 @@ Recommends: gdouros-symbola-fonts
|
||||
Recommends: langtable
|
||||
# To play a sound on error:
|
||||
Recommends: python3-simpleaudio
|
||||
# Use better regexpressions if available:
|
||||
Recommends: python3-regex
|
||||
%endif
|
||||
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7
|
||||
# Save some space in the binary rpm by requiring the Fedora
|
||||
@ -246,6 +248,24 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Nov 16 2021 Mike FABIAN <mfabian@redhat.com> - 2.15.0-1
|
||||
- Update to 2.15.0
|
||||
- Make matching in the database case insensitive
|
||||
(https://github.com/mike-fabian/ibus-typing-booster/issues/251)
|
||||
- Remove accents for “input_phrase” when learning from a text file
|
||||
(https://github.com/mike-fabian/ibus-typing-booster/issues/252)
|
||||
- Make matching in dictionaries case insensitive
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/251)
|
||||
- Cleanup user database when Typing Booster starts
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/239)
|
||||
Also use the sqlite3 “VACUUM” command to rebuild the database
|
||||
file, repacking it into a minimal amount of disk space
|
||||
- Add tabstatistics.py, command line tool to display some information
|
||||
about the database contents
|
||||
- Use python3-pycountry as a fallback to langtable
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/250)
|
||||
- Add “Recommends: python3-regex” to use better regexpressions if available
|
||||
|
||||
* Wed Sep 29 2021 Mike FABIAN <mfabian@redhat.com> - 2.14.13-1
|
||||
- Update to 2.14.13
|
||||
- Skip emoji tests which rely on the enchant results if enchants results change
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.14.13.tar.gz) = 4e1f1c39fea030f1f056966007127afeb5c6c098a66ecd6fe0b4ea60f302438e072d6d409ef2bee9ea5b0d1048b5a22d7e4fad9f7f509362e2af251855f6e535
|
||||
SHA512 (ibus-typing-booster-2.15.0.tar.gz) = dcdc75d89f999d390bc7ad7f07ff4d2879afcf8b8f87f2d49e3f10512a575e21bc238a4cb7fe9b8600f2393638a254c38e08a311152a8deeac8b82e87c70fd84
|
||||
|
Loading…
Reference in New Issue
Block a user