Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSound committed Jul 11, 2024
1 parent c77ea9d commit eb928b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

### 0.4.0

* fix: onig.wasm path by @hyoban in https://github.com/LittleSound/interline-translate/pull/12
* fix: wrong regex index assignment by @antfu in https://github.com/LittleSound/interline-translate/pull/13
* feat: do not display hint with untranslated content by @antfu in https://github.com/LittleSound/interline-translate/pull/14
* feat: use vscode-ext-gen to provide better type safety by @antfu in https://github.com/LittleSound/interline-translate/pull/15

### 0.3.0

* feat: option to ignore popular words by @antfu in https://github.com/LittleSound/interline-translate/pull/11
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Interline Translate",
"publisher": "rzmu",
"description": "",
"version": "0.3.2",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/LittleSound/interline-translate.git"
Expand Down

0 comments on commit eb928b5

Please sign in to comment.