Skip to content

Commit de4700e

Browse files
committed
chore(release): 1.16.1 🎉
1 parent 58e51c5 commit de4700e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="1.16.1"></a>
2+
## 1.16.1 (2026-01-20)
3+
4+
### Bug 修復 | Bug Fixes
5+
- 插入輸入碼再向右移動 (d65c46a)
6+
- load schema list when default.custom.yaml is absent (#1126) (58e51c5)
7+
8+
### 構建 | Build
9+
- use git-cliff (c7c3306)
10+
11+
### 雜項 | Miscellaneous
12+
- include <algorithm> for std::{max,min} (793b6a0)
13+
- clangd lsp integration (#1125) (caa2233)
14+
15+
**Full Changelog**: https://github.com/rime/squirrel/compare/1.16.0...1.16.1
16+
117
<a name="1.16.0"></a>
218
# [1.16.0](https://github.com/rime/librime/compare/1.15.0...1.16.0) (2026-01-06)
319

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.12)
55
project(rime)
66
set(CMAKE_CXX_STANDARD 17)
77

8-
set(rime_version 1.16.0)
8+
set(rime_version 1.16.1)
99
set(rime_soversion 1)
1010

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

0 commit comments

Comments
 (0)