diff --git a/README.md b/README.md index 781994c..0b923cd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ - [长词优先](https://github.com/tumuyan/rime-melt/blob/master/lua/melt.lua) - [Unicode](https://github.com/shewer/librime-lua-script/blob/main/lua/component/unicode.lua) - [数字、人民币大写](https://wb98.gitee.io/) - - 日期、时间、星期 + - 日期、时间、星期、农历 - 常见错音错字提示 - 所有标点符号直接上屏,/ 模式改为 v 模式,/ 直接上屏 - 增加了许多拼音纠错 diff --git a/others/CHANGELOG.md b/others/CHANGELOG.md index 6cb7b39..15439e7 100644 --- a/others/CHANGELOG.md +++ b/others/CHANGELOG.md @@ -4,6 +4,14 @@ +## 2024-01-02 🆕 🐛 ⚠️ + +🆕 农历功能 [#565](https://github.com/iDvel/rime-ice/issues/565) + +🐛 长词优先 `long_word_filter.lua` 不提升包含英文、数字、emoji、假名的候选项 [#592](https://github.com/iDvel/rime-ice/issues/592) + +⚠️ 更新并修改 `weasel_style.yaml` 为 `weasel.yaml` ([#584](https://github.com/iDvel/rime-ice/pull/584)) + ## 2023-11-29 九宫格方案 2~9 的映射由 ADGJMPTW 改为 23456789 [a0e0ef8](https://github.com/iDvel/rime-ice/commit/a0e0ef807e4ebc50771563717375f554c9473315)