File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.12)
55project (rime)
66set (CMAKE_CXX_STANDARD 17)
77
8- set (rime_version 1.16.0 )
8+ set (rime_version 1.16.1 )
99set (rime_soversion 1)
1010
1111add_definitions (-DRIME_VERSION= "${rime_version} " )
You can’t perform that action at this time.
0 commit comments