update to 1.0.0 upstream version
- Remove mudb and use “Write-Ahead Logging” - Introduce an environment variable IBUS_TYPING_BOOSTER_DEBUG_LEVEL for debugging - Speed up converting an old database to the current format - Make prediction more intelligent by using context of up to 2 previous words - Automatically remove whitespace between the last word and a punctuation character ending a sentence
This commit is contained in:
parent
b416a7e036
commit
839daea795
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/ibus-typing-booster-0.0.30.tar.gz
|
||||
/ibus-typing-booster-0.0.31.tar.gz
|
||||
/ibus-typing-booster-0.0.32.tar.gz
|
||||
/ibus-typing-booster-1.0.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 0.0.32
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
@ -74,6 +74,14 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Thu Jun 13 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.0-1
|
||||
- Update to 1.0.0 upstream version
|
||||
- Remove mudb and use “Write-Ahead Logging”
|
||||
- Introduce an environment variable IBUS_TYPING_BOOSTER_DEBUG_LEVEL for debugging
|
||||
- Speed up converting an old database to the current format
|
||||
- Make prediction more intelligent by using context of up to 2 previous words
|
||||
- Automatically remove whitespace between the last word and a punctuation character ending a sentence
|
||||
|
||||
* Sun Jun 02 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.32-1
|
||||
- Update to 0.0.32 upstream version
|
||||
- Resolves: rhbz#969847 - Editing in the preëdit of ibus-typing-booster behaves weird, especially with transliteration
|
||||
|
Loading…
Reference in New Issue
Block a user