Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: ## 1.5.0 (2021-01-24) #### Features * **ibus_rime.yaml:** install config file for ibus-rime, set default UI style ([3325f833](3325f833)) * **plugins:** use librime's internal plugin loader ([b8a5c41c](b8a5c41c)) * **rime_settings:** add config options: style/preedit_style, style/cursor_type ([cfa7bce2](cfa7bce2), closes [#102](102)) * **submodules:** migrate to rime/plum ([5808a2b1](5808a2b1)) #### Breaking Changes * **plugins:** use librime's internal plugin loader ([b8a5c41c](b8a5c41c)) #### Bug Fixes * **CMakeLists.txt:** static build requires boost_locale and icuuc ([570a27b5](570a27b5)) * **logging:** wrong log file name ([61f85083](61f85083)) * **rime_engine:** ignore keys with super modifier ([33b2755f](33b2755f)) * **rime_main.cc:** deploy ibus_rime.yaml on maintenance ([8e081264](8e081264)) * **rime_settings.h:** compile with gcc 10 ([25ad5b56](25ad5b56), closes [#90](90)) ## 1.4.0 (2019-01-28) * migrate to librime 1.x API * **rime.xml:** update ibus component name to `im.rime.Rime` #### Bug Fixes * **rime_main.cc:** deploy ibus_rime.yaml on maintenance ([8e081264](rime/ibus-rime@8e08126)) ## 1.3.0 (2018-04-22) #### Features * **ui:** * select candidate with mouse/touch screen * support page up/down buttons in candidate panel * toggle ascii mode by clicking button * **rime_settings:** load settings from `ibus_rime.yaml`; deprecate `IBusConfig` * **submodules:** migrate to rime/plum ([5808a2b1](rime/ibus-rime@5808a2b)) ## 1.2 (2013-07-19) * **rime_engine.c**: add status bar icons; update status bar only when there is a change in IME status, to fix issues on Ubuntu Trusty. * **rime_config.h**: define macros for version and file paths. * **Makefile**: fix file permissions in install target. ## 1.1 (2013-12-26) * **rime.xml**: add symbolic icon for GNOME Shell. * **rime_settings**: fallback to ibus default UI options in `panel` section.
- Loading branch information