We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent67101c9 commit6f42925Copy full SHA for 6f42925
CHANGELOG.md
@@ -3,6 +3,18 @@ All notable changes to the "leetcode" extension will be documented in this file.
3
4
Check[Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
6
+##[0.18.3]
7
+###Added
8
+- re-add cookie-based login method[PR#969](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/969)
9
+
10
+##[0.18.2]
11
+###Fixed
12
+- fix login issue on VS Code Insiders[PR#968](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/968)
13
14
+##[0.18.1]
15
+###Changed
16
+- change login way and add tracking logic option[PR#944](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/944)
17
18
##[0.18.0]
19
###Added
20
- Add`star` command in shortcuts[PR#601](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/601)