File tree 3 files changed +22
-22
lines changed
3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- All notable changes to the "interline-translate" extension will be documented in this file.
3
+ ### 0.3.0
4
4
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 )
6
8
7
- ## [ Unreleased ]
9
+ ### 0.2.0
8
10
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.
Original file line number Diff line number Diff line change @@ -60,20 +60,4 @@ If you like this project, you can support me in the following ways:
60
60
61
61
## Release Notes
62
62
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 )
Original file line number Diff line number Diff line change 3
3
"displayName" : " Interline Translate" ,
4
4
"publisher" : " rzmu" ,
5
5
"description" : " " ,
6
- "version" : " 0.2 .0" ,
6
+ "version" : " 0.3 .0" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " https://github.com/LittleSound/interline-translate.git"
You can’t perform that action at this time.
0 commit comments