Skip to content

Commit

Permalink
Merge pull request #224 from chewing/prep-2.1.0
Browse files Browse the repository at this point in the history
Prep 2.1.0
  • Loading branch information
kanru authored Aug 12, 2024
2 parents 4697363 + 49c3cb2 commit ffc637a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.0-rc.1] - 2024-07-22
## [v2.1.0] - 2024-08-12

### Features

Expand All @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New option to disable Shift+Space as fullwidth toggle key.
- New option to disable Chi/Eng toggle key.
- New option to start ibus-chewing in English mode.
- New option to show notification about mode switches triggered by input.

### Changed

Expand Down Expand Up @@ -74,5 +75,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

See [ChangeLog-1.x](./ChangeLog-1.x)

[v2.1.0-rc.1]: https://github.com/chewing/ibus-chewing/compare/v2.0.0...v2.1.0-rc.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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(SUMMARY_TRANSLATIONS "zh_TW" "IBus新酷音輸入法")
set(PRJ_VER_MAJOR 2)
set(PRJ_VER_MINOR 1)
set(PRJ_VER_PATCH 0)
set(PRJ_VER_EXTRA "rc.1")
set(PRJ_VER_EXTRA "")

set(PRJ_VER "${PRJ_VER_MAJOR}.${PRJ_VER_MINOR}.${PRJ_VER_PATCH}")
if(DEFINED PRJ_VER_EXTRA)
Expand Down

0 comments on commit ffc637a

Please sign in to comment.