Update to 2.2.0
- Update translations from zanata (de updated) - Save some screen space in the setup tool - Add inline completion feature - Tab should force a lookup when the minimum number of characters is not yet reached
This commit is contained in:
parent
0ba38063ec
commit
c526b5fd68
2
.gitignore
vendored
2
.gitignore
vendored
@ -102,3 +102,5 @@
|
||||
/ibus-typing-booster-2.1.1.tar.gz
|
||||
/ibus-typing-booster-2.1.2.tar.gz
|
||||
/ibus-typing-booster-2.1.3.tar.gz
|
||||
/ibus-typing-booster-2.1.4.tar.gz
|
||||
/ibus-typing-booster-2.2.0.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global _python_bytecompile_extra 1
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.1.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
Group: System Environment/Libraries
|
||||
@ -174,6 +174,12 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 21 2018 Mike FABIAN <mfabian@redhat.com> - 2.2.0-1
|
||||
- Update translations from zanata (de updated)
|
||||
- Save some screen space in the setup tool
|
||||
- Add inline completion feature
|
||||
- Tab should force a lookup when the minimum number of characters is not yet reached
|
||||
|
||||
* Wed Nov 07 2018 Mike FABIAN <mfabian@redhat.com> - 2.1.3-2
|
||||
- Use C.UTF-8 instead of en_US.UTF-8 when running the test cases.
|
||||
(Because of https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.1.3.tar.gz) = 7202ee3bc9f10a7fef55eb242e3feffdfc1b97f80ac06522718a3d4bcd67e47adf3f2788926a793f65bf9df8297c3933905d6e5782173945882771ba95ca6c72
|
||||
SHA512 (ibus-typing-booster-2.2.0.tar.gz) = bf810899dc3f9895714f594643ec3621192700c1708650965d64184f8cbd7b92f4c496aba63a5a8d53e0c9fae5dffdc2b932da75d1486cc51b2fc18e9a8a6746
|
||||
|
Loading…
Reference in New Issue
Block a user