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
This commit is contained in:
parent
42ebda9a31
commit
3e2189b520
1
.gitignore
vendored
1
.gitignore
vendored
@ -100,3 +100,4 @@
|
||||
/ibus-typing-booster-2.0.2.tar.gz
|
||||
/ibus-typing-booster-2.1.0.tar.gz
|
||||
/ibus-typing-booster-2.1.1.tar.gz
|
||||
/ibus-typing-booster-2.1.2.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.1.1
|
||||
Version: 2.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
@ -115,6 +115,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
|
||||
@ -161,6 +162,20 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 24 2018 Mike FABIAN <mfabian@redhat.com> - 2.1.2-1
|
||||
- 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
|
||||
|
||||
* Tue Sep 04 2018 Mike FABIAN <mfabian@redhat.com> - 2.1.1-1
|
||||
- Update translations from zanata (es updated, 100% complete now)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.1.1.tar.gz) = 1a135611502e2f560cebe873b90e0d384ef8b22206ad5d5186f73c045a3c5b4a31d5bb771e6648d3df0ebe7c0bae24124b3816efdfd41ae9775a8fa8607e3098
|
||||
SHA512 (ibus-typing-booster-2.1.2.tar.gz) = ac5b2e23872c0256aa7dbbb4f7b896fd9260d222cbf9ffef3a96d187ef928a7b8e33addbf87f403080d4071ace4f71d099b12e947cd208c92e58ca57c16e2b8c
|
||||
|
Loading…
Reference in New Issue
Block a user