From e865d2a7056d7e7a801f28cc079707e0179be032 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Mon, 7 Oct 2024 23:22:48 +0900 Subject: [PATCH 1/2] docs: update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8debeaa..d584c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.1.2] - 2024-10-07 + +### Fixed + +- Always process capslock key to allow toggle ChiEng mode back. +- Only restore input mode from capslock keyboard state if using capslock as the + ChiEng toggle key. + ## [v2.1.1] - 2024-08-20 ### Fixed @@ -83,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 See [ChangeLog-1.x](./ChangeLog-1.x) +[v2.1.2]: https://github.com/chewing/ibus-chewing/compare/v2.1.1...v2.1.2 [v2.1.1]: https://github.com/chewing/ibus-chewing/compare/v2.1.0...v2.1.1 [v2.1.0]: https://github.com/chewing/ibus-chewing/compare/v2.0.0...v2.1.0 [v2.0.0]: https://github.com/chewing/ibus-chewing/compare/1.6.2...HEAD From f0530958a7cadd83d4708dc99fbf28dc946f63d8 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Mon, 7 Oct 2024 23:23:40 +0900 Subject: [PATCH 2/2] chore: bump version to 2.1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fb16d0..815db7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(SUMMARY_TRANSLATIONS "zh_TW" "IBus新酷音輸入法") set(PRJ_VER_MAJOR 2) set(PRJ_VER_MINOR 1) -set(PRJ_VER_PATCH 1) +set(PRJ_VER_PATCH 2) # set(PRJ_VER_EXTRA "") set(PRJ_VER "${PRJ_VER_MAJOR}.${PRJ_VER_MINOR}.${PRJ_VER_PATCH}")