Skip to content

Commit

Permalink
chore: release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Jan 14, 2023
1 parent 43fba16 commit 2866373
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@


# [1.9.0](https://github.com/aidenlx/cm-chs-patch/compare/1.8.2...1.9.0) (2023-01-14)


### Bug Fixes

* display vim mode settings only if vimMode is enabled ([2f9e9ad](https://github.com/aidenlx/cm-chs-patch/commit/2f9e9ad9c112c94f0c966532642afadfbbef4613))
* fix English word truncated out of RANGE_LIMIT [#14](https://github.com/aidenlx/cm-chs-patch/issues/14) ([6794478](https://github.com/aidenlx/cm-chs-patch/commit/6794478311a419778d11a37ff11ad72c865d4554))
* refresh settings if useJieba toggled ([2eaa113](https://github.com/aidenlx/cm-chs-patch/commit/2eaa113807a4d24d3e7244304c3bcc84a495586a))
* Vim mode toggle is available even if useJieba is false ([a220965](https://github.com/aidenlx/cm-chs-patch/commit/a2209658af95edf76cfc80fd1046379656f06513))


### Features

* support background download jieba-wasm file from GitHub ([94511a5](https://github.com/aidenlx/cm-chs-patch/commit/94511a522cec38ee6e2d4bce0c2525da1584d3c3))
* support moveByWords and moveTillChinesePunctuation in Vim normal mode [#4](https://github.com/aidenlx/cm-chs-patch/issues/4) ([2cbfdf6](https://github.com/aidenlx/cm-chs-patch/commit/2cbfdf6139d416860ba758b8aaba52da848a693d))


### Performance Improvements

* auto download from cdn directly, remove unzipit to reduce bundle size ([05736e9](https://github.com/aidenlx/cm-chs-patch/commit/05736e9713560733bf949c7fccd3bb9029243c83))

## [1.8.2](https://github.com/aidenlx/cm-chs-patch/compare/1.8.1...1.8.2) (2022-10-08)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "cm-chs-patch",
"name": "Word Splitting for Simplified Chinese in Edit Mode and Vim Mode",
"version": "1.8.2",
"version": "1.9.0",
"minAppVersion": "0.15.0",
"description": "A patch for Obsidian's built-in CodeMirror Editor to support Simplified Chinese word splitting",
"author": "AidenLx",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aidenlx/cm-chs-patch",
"version": "1.8.2",
"version": "1.9.0",
"description": "A patch for Obsidian's built-in CodeMirror Editor to support Simplified Chinese word splitting",
"private": true,
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.7.0": "0.13.8",
"1.8.0": "0.13.8",
"1.8.1": "0.13.8",
"1.8.2": "0.15.0"
"1.8.2": "0.15.0",
"1.9.0": "0.15.0"
}

0 comments on commit 2866373

Please sign in to comment.