Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

85 lines (54 loc) · 2.07 KB

Changelog

0.10.1

new

  • 使用模块化引入 lua 脚本
    用户将不再需要手动修改 rime.lua

0.10.0

new

  • 支持英文编辑模式下记住用户自造词
    候选旁显示 📝 表示选中该词后会将其纳入用户词典
    之后可在混输模式下使用该词

  • 支持英文编辑模式下调频

0.9.1

new / fix

  • patch
    • 新增针对 terra_pinyin 的特定配置 (fix #25)

0.9

new

  • 分词
    新的 lua 分词模块 wordninja-rs-lua
    在加载速度以及运行速度方面都有所提升

  • 配置

    • 新增 easy_en/use_wordninja_rs_lua_module 配置
    • 新增 easy_en/use_wordninja_py 配置
    • 新增 easy_en/wordninja_rs_lua_module_path 配置,默认值为 "/usr/lib/lua/5.4/wordninja.so"

breaking change

  • 分词
    • 现在不再默认使用 wordninja_rs,而是使用 wordninja_rs_lua_module

0.8.2

new / fix

  • patch
    • 新增针对 double_pinyin_mspy 的特定配置 (fix #22)

0.8.1

new

  • 配置
    • 新增 use_wordninja_rs 配置,默认值为 true
    • 设置 easy_en/wordninja_rs_path 的默认值为 "/usr/bin/wordninja"

0.8

new

  • 分词
    使用新的快速分词程序 wordninja-rs
    引入配置 easy_en/wordninja_rs_path 指定 wordninja-rs 的可执行文件路径
    如不指定此选项,则会使用之前的 wordninja 进行分词

0.7

new

  • 分词功能
    通过调用 wordninja 来实现
    引入配置 easy_en/split_sentence 控制是否开启分词功能,默认开启

breaking change

  • append_blank_filter 现已被替换为 easy_en_enhance_filter
    需要修改 rime.lua 中的代码

    -append_blank_filter = easy_en.append_blank_filter
    +easy_en_enhance_filter = easy_en.enhance_filter