Commit Graph

8 Commits

Author SHA1 Message Date
Mike FABIAN
9752d5fb96 Convert CI tests to tmt 2021-06-29 08:18:00 +02:00
Mike FABIAN
09367556ea Update to 2.10.4
- Use “from unittest import mock” instead of just “import mock”.
- Update emoji annotations from CLDR
- Translation update from Weblate for zh_CN (still 100% complete)
2021-02-02 09:52:36 +01:00
Mike FABIAN
e6e2aea2ca Add “exit 1” after “echo ERROR” in tests/roles/ibus-desktop-testing-role/tasks/main.yml 2020-05-20 12:00:36 +02:00
Mike FABIAN
6e1efec89f Add some required packages for the CI test with ibus-desktop-testing-runner 2020-05-20 04:57:04 +02:00
Takao Fujiwara
5863646b93 Add CI for ibus-desktop-testing-runner 2020-05-19 21:24:04 +02:00
Mike FABIAN
a5146d6de5 Update to 2.8.3
- Fix reading “include” instructions in Compose files and observe XCOMPOSEFILE
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/93)
- Fix right-to-left detection for LC_MESSAGES=C
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/97)
- GUI tests added thanks to Takao Fujiwara
- Update UnicodeData.txt to Unicode 13.0.0
- Translation updates for it, hu, tr, pt_BR
2020-05-14 10:54:57 +02:00
Mike FABIAN
4d19b59761 Update to 2.6.7
- If the first candidate is exactly the same as the typed string
  prefer longer candidates (Extends inline completions automatically)
- Move README to README.md and use some markdown to make it look better on github
- When showing similar emoji in the lookup table, show the list of keywords
  which matched only when debugging is on
- Update emoji annotations from CLDR
- More unittests, restructure test files, move some doctests to unittests
- Add a utility class KeyvalsToKeycodes to find ibus key codes
  instead of hardcoding them
- Add ceb to CLDR_ANNOTATION_FILES
2019-10-01 21:36:51 +02:00
Mike FABIAN
7fb77550bd Add CI tests
(doctest of itb_emoji.py is still commented out because it is too slow).
2019-06-19 09:09:30 +02:00