Accepting request 878398 from home:mike-fabian
Add support for multi-line custom shortcuts OBS-URL: https://build.opensuse.org/request/show/878398 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=133
This commit is contained in:
parent
2b6cfd5bdc
commit
a63c62b555
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce614bd9165544895de1bcb354745c30506a83a22bcc8cd224417f2f763f4466
|
||||
size 9448121
|
3
ibus-typing-booster-2.11.0.tar.gz
Normal file
3
ibus-typing-booster-2.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f4c04f08efe3b37de097c7989c611023f3e2d135ee0017c7d57c15cf16e5716
|
||||
size 9484020
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 15:35:41 UTC 2021 - maiku.fabian@gmail.com
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 15:59:12 UTC 2021 - maiku.fabian@gmail.com
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.10.5
|
||||
Version: 2.11.0
|
||||
Release: 0
|
||||
Summary: An input completion utility
|
||||
License: GPL-3.0+
|
||||
@ -115,7 +115,7 @@ cp -p inscript2/icons/* %{buildroot}%{_datadir}/m17n/icons
|
||||
%check
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export M17NDIR=%{buildroot}%{_datadir}/m17n/
|
||||
appstreamcli validate --pedantic --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
#appstreamcli validate --pedantic --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
desktop-file-validate \
|
||||
%{buildroot}%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user