Accepting request 637513 from M17N
OBS-URL: https://build.opensuse.org/request/show/637513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-typing-booster?expand=0&rev=10
This commit is contained in:
commit
7b21d997ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:488a25ada95585f728289226209dc8d2fbd95af6a19888f4a0d5afbf0e1498df
|
||||
size 6185976
|
3
ibus-typing-booster-2.1.2.tar.gz
Normal file
3
ibus-typing-booster-2.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a950a321e91cd38429abe5afd0f68262d30ad00ddbbc03775cdeb7541c045930
|
||||
size 6086198
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 11:32:32 UTC 2018 - maiku.fabian@gmail.com
|
||||
|
||||
- Update to 2.1.2
|
||||
- Update translations from zanata (de, pl updated)
|
||||
- Add typing-booster.its and typing-booster.loc to avoid making the
|
||||
release descriptions and developer name in typing-booster.appdata.xml
|
||||
translatable.
|
||||
- Remove code to check whether another instance of the setup tool is running.
|
||||
- Add new option to avoid adding a space when committing by label or mouse
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/39)
|
||||
- Update emoji annotations from CLDR
|
||||
- Do not try to commit if index is >= the current number of candidates
|
||||
(Resolves: rhbz#1630349)
|
||||
- Add test case for https://bugzilla.redhat.com/show_bug.cgi?id=1630349
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 05 15:33:32 UTC 2018 - maiku.fabian@gmail.com
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.1.1
|
||||
Version: 2.1.2
|
||||
Release: 0
|
||||
Summary: An input completion utility
|
||||
License: GPL-3.0+
|
||||
@ -125,6 +125,7 @@ eval $(dbus-launch --sh-syntax)
|
||||
dconf dump /
|
||||
dconf write /org/freedesktop/ibus/engine/typing-booster/offtherecord false
|
||||
dconf write /org/freedesktop/ibus/engine/typing-booster/usedigitsasselectkeys true
|
||||
dconf write /org/freedesktop/ibus/engine/typing-booster/addspaceoncommit true
|
||||
dconf write /org/freedesktop/ibus/engine/typing-booster/tabenable false
|
||||
dconf write /org/freedesktop/ibus/engine/typing-booster/inputmethod "'NoIme'"
|
||||
dconf write /org/freedesktop/ibus/engine/typing-booster/rememberlastusedpreeditime true
|
||||
|
Loading…
Reference in New Issue
Block a user