Dominique Leuenberger 2019-01-24 13:12:37 +00:00 committed by Git OBS Bridge
commit dea8da96e7
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c773cac6e81254d18102da078b3a83c62ce22bd6557a879bb0ef9465af6cc7e
size 6207433

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e260ce4ce00febb272f514628842b779bc54d0313180881439192efffcebf66
size 6222989

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jan 21 13:12:28 UTC 2019 - maiku.fabian@gmail.com
- Update to 2.5.0
- Update translations from zanata (de, ja, uk updated)
- Add a property menu for the highest priority dictonary
- Add a missing _update_preedit()
- When lookup is enabled by tab but the lookup table is empty,
the first cancel should clear the input
- Reset self.is_lookup_table_enabled_by_tab and
self.is_lookup_table_enabled_by_min_char_complete when input is cleared
- Get suggestions from hunspell dictionaries only for input
which does not contain spaces
- Dont reinitialize the dictionaries if only the order of the dictionaries has changed
- Add key bindings to change the priority of dictionaries
- Speech recognition input using Google speech-to-text
- Change the default input methods for as_IN, kn_IN, and ta_IN
- Make ur-phonetic the default input method for ur_IN and add en_GB dictionary to default
- Update emoji annotations from CLDR
- Add Recommends: python3-PyAudio (For voice recognition)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 31 16:22:27 UTC 2018 - maiku.fabian@gmail.com Mon Dec 31 16:22:27 UTC 2018 - maiku.fabian@gmail.com

View File

@ -15,7 +15,7 @@
# #
Name: ibus-typing-booster Name: ibus-typing-booster
Version: 2.4.1 Version: 2.5.0
Release: 0 Release: 0
Summary: An input completion utility Summary: An input completion utility
License: GPL-3.0+ License: GPL-3.0+
@ -67,6 +67,8 @@ Requires: python3-pyxdg
# Recommend reasonably good fonts which have most of the emoji: # Recommend reasonably good fonts which have most of the emoji:
Recommends: noto-coloremoji-fonts Recommends: noto-coloremoji-fonts
Recommends: gdouros-symbola-fonts Recommends: gdouros-symbola-fonts
# For speech recognition:
Recommends: python3-PyAudio
# #
%description %description