File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to the "leetcode" extension will be documented in this file.
3
3
4
4
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
5
6
+ ## [ 0.16.1]
7
+ ### Added
8
+ - Can show the problem in current workspace even if it's not a LeetCode workspace [ #373 ] ( https://github.com/jdneo/vscode-leetcode/issues/373 )
9
+
10
+ ### Fixed
11
+ [ Bugs fixed] ( https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.16.1+is%3Aclosed+label%3Abug )
12
+
6
13
## [ 0.16.0]
7
14
### Added
8
15
- Support GitHub login and LinkedIn login [ PR #496 ] ( https://github.com/jdneo/vscode-leetcode/pull/496 )
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-leetcode" ,
3
3
"displayName" : " LeetCode" ,
4
4
"description" : " Solve LeetCode problems in VS Code" ,
5
- "version" : " 0.16.0 " ,
5
+ "version" : " 0.16.1 " ,
6
6
"author" : " Sheng Chen" ,
7
7
"publisher" : " shengchen" ,
8
8
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments