Dominique Leuenberger 2021-11-17 00:14:25 +00:00 committed by Git OBS Bridge
commit 7501c16fd3
4 changed files with 30 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10cd3714db4ee8b79dc8aa7aa1b1b7e2a604944db9f07de059714bcbaa965407
size 10239396

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f4ce2cdddcc4ba52dd11af7f262ab8d55adfd12a5072561f22ff549e5333269
size 10246456

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Nov 16 16:11:03 UTC 2021 - maiku.fabian@gmail.com
- 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-langtable” to make the setup tool look nicer
and the search for dictionaries and imes better
- Add “Recommends: python3-regex” to use better regexpressions if available
-------------------------------------------------------------------
Wed Sep 29 18:52:37 UTC 2021 - maiku.fabian@gmail.com

View File

@ -15,7 +15,7 @@
#
Name: ibus-typing-booster
Version: 2.14.13
Version: 2.15.0
Release: 0
Summary: An input completion utility
License: GPL-3.0+
@ -82,7 +82,10 @@ Recommends: gdouros-symbola-fonts
Recommends: python3-PyAudio
# To play a sound on error:
Recommends: python3-simpleaudio
# To make the setup tool look nicer and the search for dictionaries and imes better:
Recommends: python3-langtable
# Better regexpressions (optional):
Recommends: python3-regex
%description
Ibus-typing-booster is a context sensitive completion