Skip to content

Commit ee378b8

Browse files
committed
release: v0.3.0
1 parent 66de24b commit ee378b8

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

CHANGELOG.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# Change Log
22

3-
All notable changes to the "interline-translate" extension will be documented in this file.
3+
### 0.3.0
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
* feat: option to ignore popular words by @antfu in https://github.com/LittleSound/interline-translate/pull/11
6+
* [feat: more target languages options](https://github.com/LittleSound/interline-translate/commit/c3e342a78deeafac9970d0ee360865bd5bcd334a)
7+
* [fix: unable to switch languages](https://github.com/LittleSound/interline-translate/commit/4305b9f0e6c0f16bf8a8894a9a969882121adf52)
68

7-
## [Unreleased]
9+
### 0.2.0
810

9-
- Initial release
11+
* fix: remove empty codelens ([#5](https://github.com/LittleSound/interline-translate/pull/5))
12+
* feat: persist translate cache ([#6](https://github.com/LittleSound/interline-translate/pull/6))
13+
* feat: one click status bar toggle ([#7](https://github.com/LittleSound/interline-translate/pull/7))
14+
* feat: normalize `knownWords` to lower case ([#8](https://github.com/LittleSound/interline-translate/pull/8))
15+
* feat: custom translations ([#9](https://github.com/LittleSound/interline-translate/pull/9))
16+
* feat: hover to mark as known ([#10](https://github.com/LittleSound/interline-translate/pull/10))
17+
18+
### 0.1.0
19+
20+
* feat: add configs to skip translations for some words ([#4](https://github.com/LittleSound/interline-translate/pull/4))
21+
* feat: format multi-word variables
22+
23+
### 0.0.1
24+
25+
* initial release. Implemented basic code variable name translation functionality.

README.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,4 @@ If you like this project, you can support me in the following ways:
6060

6161
## Release Notes
6262

63-
### 0.2.0
64-
65-
* fix: remove empty codelens ([#5](https://github.com/LittleSound/interline-translate/pull/5))
66-
* feat: persist translate cache ([#6](https://github.com/LittleSound/interline-translate/pull/6))
67-
* feat: one click status bar toggle ([#7](https://github.com/LittleSound/interline-translate/pull/7))
68-
* feat: normalize `knownWords` to lower case ([#8](https://github.com/LittleSound/interline-translate/pull/8))
69-
* feat: custom translations ([#9](https://github.com/LittleSound/interline-translate/pull/9))
70-
* feat: hover to mark as known ([#10](https://github.com/LittleSound/interline-translate/pull/10))
71-
72-
### 0.1.0
73-
74-
* feat: add configs to skip translations for some words ([#4](https://github.com/LittleSound/interline-translate/pull/4))
75-
* feat: format multi-word variables
76-
77-
### 0.0.1
78-
79-
* initial release. Implemented basic code variable name translation functionality.
63+
[Interline Translate Releases](https://github.com/LittleSound/interline-translate/releases)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Interline Translate",
44
"publisher": "rzmu",
55
"description": "",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/LittleSound/interline-translate.git"

0 commit comments

Comments
 (0)