Skip to content

Commit 7d9ad77

Browse files
committed
chore(release): 1.7.0 🎉
1 parent 3fa1571 commit 7d9ad77

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="1.7.0"></a>
2+
# [1.7.0](https://github.com/rime/librime/compare/1.6.1...1.7.0) (2021-01-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **chord_composer:** more safely handle the placeholder ZWSP ([025d9fb](https://github.com/rime/librime/commit/025d9fb))
8+
* **cmake:** use full paths defined by GNUInstallDirs ([bb8c263](https://github.com/rime/librime/commit/bb8c263)), closes [#424](https://github.com/rime/librime/issues/424)
9+
* **opencc:** update submodule to fix [#425](https://github.com/rime/librime/issues/425) ([3fa1571](https://github.com/rime/librime/commit/3fa1571))
10+
* **script_translator:** always_show_comments also applies to phrases ([440a97c](https://github.com/rime/librime/commit/440a97c)), closes [#272](https://github.com/rime/librime/issues/272) [#419](https://github.com/rime/librime/issues/419)
11+
* **table_translator:** index out of bound access in string ([ff7acdc](https://github.com/rime/librime/commit/ff7acdc))
12+
13+
14+
### Features
15+
16+
* **chareset_filter:** add CJK Compatibility Ideographs in is_extended_cjk() ([3cb1128](https://github.com/rime/librime/commit/3cb1128)), closes [#305](https://github.com/rime/librime/issues/305)
17+
* **setup:** find and load external RIME plugins as shared libs [#431](https://github.com/rime/librime/issues/431) ([b2abd09](https://github.com/rime/librime/commit/b2abd09))
18+
19+
20+
121
<a name="1.6.1"></a>
222
## [1.6.1](https://github.com/rime/librime/compare/1.6.0...1.6.1) (2020-09-21)
323

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
44
project(rime)
55
cmake_minimum_required(VERSION 3.10)
66

7-
set(rime_version 1.6.1)
7+
set(rime_version 1.7.0)
88
set(rime_soversion 1)
99

1010
add_definitions(-DRIME_VERSION="${rime_version}")

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "librime",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Rime Input Method Engine",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)