Dominique Leuenberger 2019-03-04 08:24:22 +00:00 committed by Git OBS Bridge
commit d5f66d6cd1
4 changed files with 35 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfcad6cc36a45b6f05deae0b89fd80f800bda414c9c9663f866f020e8c15f31a
size 6463060

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2457fcff38b0dd2b538de94f8b9e0c7a22df337fc2f046c12086d5b10e2be7ca
size 6863400

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Mar 03 19:46:56 UTC 2019 - maiku.fabian@gmail.com
- Update to 2.6.0
- Update translations from zanata (de updated)
- Update emoji annotations from CLDR
- When Left or BackSpace trigger a commit, forward Left events only
when no candidate was selected (i.e. the preëdit was committed)
- If a candidate is shown inline and *manually* selected, show the caret
at the end of the candidate
- Right, Left, BackSpace, and Delete edit the preëdit only if no
candidate is *manually* selected
- If an input char is typed while a candidate is *manually* selected,
add that input to the candidate
- Change option name 'Add a space when committing by label or mouse'
in setup tool
- Remove option “Use digits as select keys”
- Make key bindings to commit or remove candidates via label configurable
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/48)
- Multi word suggestions: Commit the current commit phrase and the
previous phrase as a single unit as well
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/49)
- Fix wrong tooltip for “Automatically select the best candidate” option
- Let the tests produce verbose output
-------------------------------------------------------------------
Tue Feb 26 05:18:56 UTC 2019 - Marguerite Su <i@marguerite.su>

View File

@ -15,7 +15,7 @@
#
Name: ibus-typing-booster
Version: 2.5.3
Version: 2.6.0
Release: 0
Summary: An input completion utility
License: GPL-3.0+
@ -108,11 +108,11 @@ cat << 'EOF' >> engine.sh
# run doctests
pushd engine
for i in hunspell_suggest.py m17n_translit.py itb_emoji.py itb_util.py; do
python3 ${i} &
python3 ${i} -v &
done
popd
wait
echo "engine tests passed"
echo "engine tests passed";
EOF
chmod +x engine.sh
@ -127,10 +127,10 @@ desktop-file-validate \
time ./engine.sh
#pushd engine
# run doctests
#python3 hunspell_suggest.py
#python3 m17n_translit.py
#python3 itb_emoji.py
#python3 itb_util.py
#python3 hunspell_suggest.py -v
#python3 m17n_translit.py -v
#python3 itb_emoji.py -v
#python3 itb_util.py -v
#popd
mkdir -p /tmp/glib-2.0/schemas/
cp org.freedesktop.ibus.engine.typing-booster.gschema.xml \