Skip to content

Commit 0d27cf7

Browse files
committed
bump version to 0.7.0
1 parent bd9da79 commit 0d27cf7

File tree

4 files changed

+563
-554
lines changed

4 files changed

+563
-554
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.
33

44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
## [0.7.0]
7+
### Added
8+
- Add spinner when submitting code([#43](https://github.com/jdneo/vscode-leetcode/issues/43))
9+
610
## [0.6.1]
711
### Added
812
- Add Sign in action into LeetCode Explorer title area ([#25](https://github.com/jdneo/vscode-leetcode/issues/25))

Diff for: README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ Refer to [CHANGELOG](CHANGELOG.md)
6565

6666
## Acknowledgement
6767

68-
This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcode-cli](https://github.com/skygragon/leetcode-cli) open source project.
68+
- This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcode-cli](https://github.com/skygragon/leetcode-cli) open source project.
69+
- Thanks [@TsFreddie](https://github.com/TsFreddie) for contributing [#19](https://github.com/jdneo/vscode-leetcode/pull/19).
70+
- Thanks [@ntt2k](https://github.com/ntt2k) for contributing [#38](https://github.com/jdneo/vscode-leetcode/pull/38).
71+
6972

7073

7174
# 中文
@@ -123,4 +126,6 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
123126

124127
## 鸣谢
125128

126-
本插件基于[@skygragon](https://github.com/skygragon)[leetcode-cli](https://github.com/skygragon/leetcode-cli)开源项目制作。
129+
- 本插件基于[@skygragon](https://github.com/skygragon)[leetcode-cli](https://github.com/skygragon/leetcode-cli)开源项目制作。
130+
- 感谢[@TsFreddie](https://github.com/TsFreddie)贡献[#19](https://github.com/jdneo/vscode-leetcode/pull/19)
131+
- 感谢[@ntt2k](https://github.com/ntt2k)贡献[#38](https://github.com/jdneo/vscode-leetcode/pull/38)

0 commit comments

Comments
 (0)