Update to 2.11.0
- Use sensitivity feature of buttons in the setup tool tab where shortcuts are defined - Don’t let dialog action area of setup tool expand. - Improve the setup tool to make it possible to enter multi-line expansions of shortcuts - Resolves https://github.com/mike-fabian/ibus-typing-booster/issues/158 - Elide extremely long candidates in the lookup table in the middle. - If a candidate contains newlines, replace the newlines with arrows in the lookup table. - If a commit string contains new-lines, commit it in several chunks and forward Return between the chunks. - Update emoji annotations from CLDR - Put the remote icon back in emoji-picker.appdata.xml, it was a false positive by appstreamcli - Translation update from Weblate (pt_PT updated, 100% complete now) - Skip the inscript2 test cases if these transliterations are not available.
This commit is contained in:
parent
59d3bcf386
commit
579bc0b777
4
.gitignore
vendored
4
.gitignore
vendored
@ -153,3 +153,7 @@
|
||||
/ibus-typing-booster-2.10.3.tar.gz
|
||||
/ibus-typing-booster-2.10.4.tar.gz
|
||||
/ibus-typing-booster-2.10.5.tar.gz
|
||||
/ibus-typing-booster-2.10.6.tar.gz
|
||||
/ibus-typing-booster-2.10.7.tar.gz
|
||||
/ibus-typing-booster-2.10.8.tar.gz
|
||||
/ibus-typing-booster-2.11.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.10.5
|
||||
Release: 3%{?dist}
|
||||
Version: 2.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -135,7 +135,7 @@ export PYTHON=%{__python3}
|
||||
%check
|
||||
export LC_ALL=C.UTF-8
|
||||
%if 0%{?fedora}
|
||||
appstreamcli validate --pedantic --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
#appstreamcli validate --pedantic --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
%endif
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
desktop-file-validate \
|
||||
@ -237,6 +237,22 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Thu Mar 11 2021 Mike FABIAN <mfabian@redhat.com> - 2.11.0-1
|
||||
- Update to 2.11.0
|
||||
- Use sensitivity feature of buttons in the setup tool tab where shortcuts are defined
|
||||
- Don’t let dialog action area of setup tool expand.
|
||||
- Improve the setup tool to make it possible to enter multi-line expansions of shortcuts
|
||||
- Resolves https://github.com/mike-fabian/ibus-typing-booster/issues/158
|
||||
- Elide extremely long candidates in the lookup table in the middle.
|
||||
- If a candidate contains newlines, replace the newlines with arrows in the lookup table.
|
||||
- If a commit string contains new-lines, commit it in several chunks
|
||||
and forward Return between the chunks.
|
||||
- Update emoji annotations from CLDR
|
||||
- Put the remote icon back in emoji-picker.appdata.xml, it was a
|
||||
false positive by appstreamcli
|
||||
- Translation update from Weblate (pt_PT updated, 100% complete now)
|
||||
- Skip the inscript2 test cases if these transliterations are not available.
|
||||
|
||||
* Mon Feb 22 2021 Mike FABIAN <mfabian@redhat.com> - 2.10.5-3
|
||||
- Remove gnome-desktop-testing and ibus-desktop-testing from the requires
|
||||
of the ibus-typing-booster-tests subpackage
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.10.5.tar.gz) = f3bc5536874227b5482e46a097ac634a522651b3d200b33207705f5b1d87b8894dd962e19c389281fa5f32c1edbf3186dbfba12d718cbc6fa159d648bc622bf6
|
||||
SHA512 (ibus-typing-booster-2.11.0.tar.gz) = 38269474817772d181ab5d0d56c3e85e308fcad387bb2d9bdf981f3a2efd96a7ead66b7e849d52ad5bb467abb70e3e9385965d8ecd12e473e8b64e607ef0e0f9
|
||||
|
Loading…
Reference in New Issue
Block a user