Update to 2.14.4
- Translation update from Weblate (de, nl, pl, sv, tr, uk updated to 100%) - Update emoji annotations from CLDR - Treat typing space within a preedit similar to typing Return within a preedit (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/223) - When a key triggers a commit while no candidate is selected, the cursor should **always** be corrected leftwards (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/227) - When committing with Return inside a preedit, database recording and pushed context is wrong (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/226) - Fix a typo which caused “\n” to be committed where “\t” should have been committed. - Remove spaces in lookup representation of compose completions - If a keypad key makes compose sequence invalid, try sequence with regular keys instead (And the other way round) (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/224) - Make typing Return or KP_Enter inside a preedit more reliable (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/222) - Show input method icons in the setup tool if an icon is available (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/213) - Rename option “Arrow keys can reopen a preedit” to “Enable reopening preedits” (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/212)
This commit is contained in:
parent
11e22af44f
commit
fd4c66fa45
4
.gitignore
vendored
4
.gitignore
vendored
@ -179,3 +179,7 @@
|
||||
/ibus-typing-booster-2.13.10.tar.gz
|
||||
/ibus-typing-booster-2.13.11.tar.gz
|
||||
/ibus-typing-booster-2.14.0.tar.gz
|
||||
/ibus-typing-booster-2.14.1.tar.gz
|
||||
/ibus-typing-booster-2.14.2.tar.gz
|
||||
/ibus-typing-booster-2.14.3.tar.gz
|
||||
/ibus-typing-booster-2.14.4.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.14.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.14.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -246,6 +246,30 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Sun Aug 22 2021 Mike FABIAN <mfabian@redhat.com> - 2.14.4-1
|
||||
- Update to 2.14.4
|
||||
- Translation update from Weblate (de, nl, sv, tr, uk updated to 100%)
|
||||
- Update emoji annotations from CLDR
|
||||
- Treat typing space within a preedit similar to typing Return within a preedit
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/223)
|
||||
- When a key triggers a commit while no candidate is selected, the cursor
|
||||
should **always** be corrected leftwards
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/227)
|
||||
- When committing with Return inside a preedit, database recording and
|
||||
pushed context is wrong
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/226)
|
||||
- Fix a typo which caused “\n” to be committed where “\t” should have been committed.
|
||||
- Remove spaces in lookup representation of compose completions
|
||||
- If a keypad key makes compose sequence invalid, try sequence with
|
||||
regular keys instead (And the other way round)
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/224)
|
||||
- Make typing Return or KP_Enter inside a preedit more reliable
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/222)
|
||||
- Show input method icons in the setup tool if an icon is available
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/213)
|
||||
- Rename option “Arrow keys can reopen a preedit” to “Enable reopening preedits”
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/212)
|
||||
|
||||
* Thu Aug 12 2021 Mike FABIAN <mfabian@redhat.com> - 2.14.0-2
|
||||
- Add “ExcludeArch: ppc64 s390x” for koji to the .spec file
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.14.0.tar.gz) = 5db5791e25caba4fa845c33198c20365c1e07cbbbfd6fe2d1d3145771b16031cc9baa55f950870fc11d4079ce04dac246603e45285550e856fc403342ae51676
|
||||
SHA512 (ibus-typing-booster-2.14.4.tar.gz) = c8ab41fbc2bb401e342b317b0b20e0e9cd5c6ba529d0389b2b025db4295568b6f4ccadd639f622bd25078b6c2b8d5e336145c5397c580fb13012d4072333f523
|
||||
|
Loading…
Reference in New Issue
Block a user