Skip to content

Latest commit

 

History

History
133 lines (59 loc) · 5.58 KB

CHANGELOG.md

File metadata and controls

133 lines (59 loc) · 5.58 KB

1.10.0 (2023-01-18)

Bug Fixes

Features

  • jieba binary can be reused across vault (d38f9cb)

1.9.0 (2023-01-14)

Bug Fixes

  • 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)

Features

  • support background download jieba-wasm file from GitHub (94511a5)
  • support moveByWords and moveTillChinesePunctuation in Vim normal mode #4 (2cbfdf6)

Performance Improvements

  • auto download from cdn directly, remove unzipit to reduce bundle size (05736e9)

1.8.2 (2022-10-08)

Bug Fixes

  • should be compatable with codemirror v6 now (1fba3bf), closes #15

1.8.1 (2022-05-02)

Bug Fixes

  • fix no chs word selected when cursor at end of line (482f0b9)

1.8.0 (2022-04-29)

Features

  • support native segmenter (d642bf3)

1.7.0 (2022-04-28)

Features

  • support keyboard delete by chinese word (7b9631c), closes #2

1.6.0 (2022-04-28)

Features

  • support navigate by chinese word (3d33660), closes #2

1.5.0 (2022-02-24)

Features

  • 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)

Reverts

  • downgrade esbuild to support stable version of obsidian (7dfc4bd)
  • remove api (4144b91)

1.4.1 (2021-12-13)

Features

  • patch EditorState.wordAt (2eec604)

1.4.0 (2021-12-13)

Features

  • support live preview (cm6) (a809e2c)

1.3.1 (2021-09-03)

Bug Fixes

  • fix dependencies; fix api not loaded (795bb33)

1.3.0 (2021-09-03)

Features

  • api: add regex for chinese; update pinyinlite option def (639a61f)

1.2.0 (2021-09-03)

Features

  • add api for pinyin parse (5b861cc)

1.1.0 (2021-04-06)

1.1.0 (2021-04-06)

1.0.0 (2021-04-02)