update to 1.8.1

- Added support for wildcards (both in table and in pinyin mode)
- Don’t show the prompt characters defined in the table in
  pinyin mode in the auxiliary text
This commit is contained in:
Mike FABIAN 2014-06-04 17:19:52 +02:00
parent 4336502923
commit fd870f2af9
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.5.0.20140527.tar.gz /ibus-table-1.5.0.20140527.tar.gz
/ibus-table-1.5.0.20140528.tar.gz /ibus-table-1.5.0.20140528.tar.gz
/ibus-table-1.8.0.tar.gz /ibus-table-1.8.0.tar.gz
/ibus-table-1.8.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-table Name: ibus-table
Version: 1.8.0 Version: 1.8.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: The Table engine for IBus platform Summary: The Table engine for IBus platform
License: LGPLv2+ License: LGPLv2+
@ -62,6 +62,12 @@ export PYTHON=%{__python3}
%{_datadir}/pkgconfig/%{name}.pc %{_datadir}/pkgconfig/%{name}.pc
%changelog %changelog
* Wed Jun 04 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.1-1
- update to 1.8.1
- Added support for wildcards (both in table and in pinyin mode)
- Dont show the prompt characters defined in the table in
pinyin mode in the auxiliary text
* Tue Jun 03 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.0-1 * Tue Jun 03 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.0-1
- update to 1.8.0 - update to 1.8.0
- adapt tools/ibus-table-query tothe new database format - adapt tools/ibus-table-query tothe new database format

View File

@ -1 +1 @@
0a56985b9bf0698df1bf9005b0380840 ibus-table-1.8.0.tar.gz 28c57854b1bd7b0c82cc56815a549d22 ibus-table-1.8.1.tar.gz