Skip to content

Commit

Permalink
bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wlh320 committed Mar 3, 2023
1 parent 4ee6557 commit 1925e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rime_ls"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["ZilcH40 <[email protected]>"]
rust-version = "1.63"
Expand Down Expand Up @@ -28,3 +28,4 @@ no_log_dir = [] # for librime < 1.6
[profile.release]
strip = true
lto = true
codegen-units = 1
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,12 @@ index a53dd2c..e51a63e 100644
>
> 使用前备份自己的数据, 避免因作者对 rime API 理解不到位可能造成的数据损失
可以通过 rime 的 sync 功能将系统中已安装的 rime 输入法的词库同步过来.
可以通过 rime 的 sync 功能将系统中已安装的 rime 输入法的词库同步过来

如需同步词库, 可以在 rime-ls 自己的用户目录下的 `installation.yaml`
添加`sync_dir: "/<existing user data dir>/sync"` 配置项,
每次 rime-ls 启动时会触发 rime 的同步.
添加`sync_dir: "/<existing user data dir>/sync"` 配置项。

也可以通過 LSP 的 `workspace/executeCommand` 手動調用 `rime-ls.sync_user_data` 的命令同步 (since v0.1.2)
通过 LSP 的 `workspace/executeCommand` 手動調用 `rime-ls.sync_user_data` 的命令进行同步 (since v0.1.2)

## TODO

Expand Down

0 comments on commit 1925e51

Please sign in to comment.