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 - Don’t 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)
This commit is contained in:
parent
703930a9bf
commit
4dd6aee768
1
.gitignore
vendored
1
.gitignore
vendored
@ -111,3 +111,4 @@
|
||||
/ibus-typing-booster-2.3.3.tar.gz
|
||||
/ibus-typing-booster-2.4.0.tar.gz
|
||||
/ibus-typing-booster-2.4.1.tar.gz
|
||||
/ibus-typing-booster-2.5.0.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global _python_bytecompile_extra 1
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.4.1
|
||||
Version: 2.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
@ -24,6 +24,7 @@ Recommends: google-noto-emoji-fonts
|
||||
%endif
|
||||
Recommends: google-noto-emoji-color-fonts
|
||||
Recommends: gdouros-symbola-fonts
|
||||
Recommends: python3-pyaudio
|
||||
%endif
|
||||
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7
|
||||
# Save some space in the binary rpm by requiring the Fedora
|
||||
@ -176,6 +177,25 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 16 2019 Mike FABIAN <mfabian@redhat.com> - 2.5.0-1
|
||||
- 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
|
||||
- Don’t 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)
|
||||
|
||||
* Sun Dec 30 2018 Mike FABIAN <mfabian@redhat.com> - 2.4.1-1
|
||||
- Update to 2.4.1
|
||||
- Update translations from zanata (pl updated)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.4.1.tar.gz) = 5a3195083a7f31f5b8b8d54c81aa5958f46f0af0f7b7daa0f3b7f03ec1a8d8d6671cc081d9c785874a90da70715cd88728bc54abad439d97813eb100be5b1a41
|
||||
SHA512 (ibus-typing-booster-2.5.0.tar.gz) = d53ddd5f00455f80e0619aeec5ac5f49f4afc7f2e2b1ca44efa301564b5a03dd41942ae0dddb366a0aae0c35ec27f19f4853d14d4c1d374f7ed0709d6edd52e9
|
||||
|
Loading…
Reference in New Issue
Block a user