1.10.0 (2023-01-18)
- improve install guide (2864ad1)
- jieba binary can be reused across vault (d38f9cb)
1.9.0 (2023-01-14)
- display vim mode settings only if vimMode is enabled (2f9e9ad)
- fix English word truncated out of RANGE_LIMIT #14 (6794478)
- refresh settings if useJieba toggled (2eaa113)
- Vim mode toggle is available even if useJieba is false (a220965)
- support background download jieba-wasm file from GitHub (94511a5)
- support moveByWords and moveTillChinesePunctuation in Vim normal mode #4 (2cbfdf6)
- auto download from cdn directly, remove unzipit to reduce bundle size (05736e9)
1.8.2 (2022-10-08)
1.8.1 (2022-05-02)
- fix no chs word selected when cursor at end of line (482f0b9)
1.8.0 (2022-04-29)
- support native segmenter (d642bf3)
1.7.0 (2022-04-28)
1.6.0 (2022-04-28)
1.5.0 (2022-02-24)
- add button to reload user dict (6ff2d44)
- add hmm option, add user dict (f6c6299)
- add 蓝奏云 download link (eb4bdeb)
- migrate to @node-rs/jieba (801621f)
- migrate to jieba-wasm; enable mobile flag (338245d)
1.4.1 (2021-12-13)
- patch EditorState.wordAt (2eec604)
1.4.0 (2021-12-13)
- support live preview (cm6) (a809e2c)
1.3.1 (2021-09-03)
- fix dependencies; fix api not loaded (795bb33)
1.3.0 (2021-09-03)
- api: add regex for chinese; update pinyinlite option def (639a61f)
1.2.0 (2021-09-03)
- add api for pinyin parse (5b861cc)