Update to 2.12.0
- Use the dead keys added recently to ibus as soon as they become available
by an ibus update
(see: 3e2609e68c
)
- Make Compose preedit less intrusive, show compose key only in
the middle of the sequence or when it is the only key so far
- Use · U+00B7 MIDDLE DOT instead of ⎄ U+2384 COMPOSITION SYMBOL to display
Multi_key in pre-edit.
- Add an option to play a sound on error (for example invalid compose sequence)
- Don’t include the system compose files unconditionally if a user compose file exists
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/170)
- Add option to choose whether to start up in direct input mode
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/169)
- Change default input methods for Indian locales to inscript2
This commit is contained in:
parent
60847f137a
commit
d169880f79
3
.gitignore
vendored
3
.gitignore
vendored
@ -162,3 +162,6 @@
|
||||
/ibus-typing-booster-2.11.3.tar.gz
|
||||
/ibus-typing-booster-2.11.4.tar.gz
|
||||
/ibus-typing-booster-2.11.5.tar.gz
|
||||
/ibus-typing-booster-2.11.6.tar.gz
|
||||
/ibus-typing-booster-2.11.7.tar.gz
|
||||
/ibus-typing-booster-2.12.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.11.5
|
||||
Release: 3%{?dist}
|
||||
Version: 2.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -25,6 +25,8 @@ Recommends: gdouros-symbola-fonts
|
||||
# makes it possible to search for full language and territory names
|
||||
# and not just locale codes:
|
||||
Recommends: langtable
|
||||
# To play a sound on error:
|
||||
Recommends: python3-simpleaudio
|
||||
%endif
|
||||
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7
|
||||
# Save some space in the binary rpm by requiring the Fedora
|
||||
@ -237,6 +239,21 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Jul 27 2021 Mike FABIAN <mfabian@redhat.com> - 2.12.0-1
|
||||
- Use the dead keys added recently to ibus as soon as they become available
|
||||
by an ibus update
|
||||
(see: https://github.com/ibus/ibus/commit/3e2609e68c9107ce7c65e2d5876bfdc9f0f8c854)
|
||||
- Make Compose preedit less intrusive, show compose key only in
|
||||
the middle of the sequence or when it is the only key so far
|
||||
- Use · U+00B7 MIDDLE DOT instead of ⎄ U+2384 COMPOSITION SYMBOL to display
|
||||
Multi_key in pre-edit.
|
||||
- Add an option to play a sound on error (for example invalid compose sequence)
|
||||
- Don’t include the system compose files unconditionally if a user compose file exists
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/170)
|
||||
- Add option to choose whether to start up in direct input mode
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/169)
|
||||
- Change default input methods for Indian locales to inscript2
|
||||
|
||||
* Mon Jul 26 2021 Mike FABIAN <mfabian@redhat.com> - 2.11.5-3
|
||||
- Fix license tag
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.11.5.tar.gz) = a30c81903b3d99f23a606f7f083615283ba64a0e62ac54183327447c33f6f7212472742036634522d36776a45ac72ce7874bcada624361f930785e2823652f0c
|
||||
SHA512 (ibus-typing-booster-2.12.0.tar.gz) = 57d96a7fdff6648f268cca5e6de46d7172352c5840dd5fe1605d155f2a952e4697ceec8334a90538fed5ba2093c5ee10d2e8965b654875eaf3facbf1bae9da12
|
||||
|
Loading…
Reference in New Issue
Block a user