Skip to content

Commit ccc2abe

Browse files
committed
refine changelog
1 parent 20a6a82 commit ccc2abe

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,44 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
55

66
## [0.5.1]
77
### Fixed
8-
- Fix the bug when user's path contains whitespaces [#34](https://github.com/jdneo/vscode-leetcode/issues/34)
8+
- Fix the bug when user's path contains whitespaces ([#34](https://github.com/jdneo/vscode-leetcode/issues/34))
99

1010
## [0.5.0]
1111
### Added
1212
- Support submit and test solution files from the file explorer in VS Code ([#24](https://github.com/jdneo/vscode-leetcode/issues/24), [#26](https://github.com/jdneo/vscode-leetcode/issues/26))
1313

1414
## [0.4.0]
1515
### Added
16-
- Support locked problem [(#20)](https://github.com/jdneo/vscode-leetcode/issues/20)
16+
- Support locked problem ([#20](https://github.com/jdneo/vscode-leetcode/issues/20))
1717

1818
### Changed
19-
- Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test' [(#18)](https://github.com/jdneo/vscode-leetcode/issues/18)
20-
- Will automatically save cuurent file when 'LeetCode: Test' command is triggered [(#17)](https://github.com/jdneo/vscode-leetcode/issues/17)
19+
- Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test' ([#18](https://github.com/jdneo/vscode-leetcode/issues/18))
20+
- Will automatically save cuurent file when 'LeetCode: Test' command is triggered ([#17](https://github.com/jdneo/vscode-leetcode/issues/17))
2121

2222
## [0.3.0]
2323
### Added
24-
- Test current solution file [(#15)](https://github.com/jdneo/vscode-leetcode/issues/15)
24+
- Test current solution file ([#15](https://github.com/jdneo/vscode-leetcode/issues/15))
2525

2626
## [0.2.1]
2727
### Fixed
28-
- Fix the wrong icon bug in LeetCode Explorer [(#9)](https://github.com/jdneo/vscode-leetcode/issues/9)
29-
- Fix the switch session bug when login session is experied [(#12)](https://github.com/jdneo/vscode-leetcode/issues/12)
28+
- Fix the wrong icon bug in LeetCode Explorer ([#9](https://github.com/jdneo/vscode-leetcode/issues/9))
29+
- Fix the switch session bug when login session is experied ([#12](https://github.com/jdneo/vscode-leetcode/issues/12))
3030

3131
## [0.2.0]
3232
### Added
33-
- Support setting the default language to solve problems [(#5)](https://github.com/jdneo/vscode-leetcode/issues/5)
33+
- Support setting the default language to solve problems ([#5](https://github.com/jdneo/vscode-leetcode/issues/5))
3434

3535
### Fixed
36-
- When user cancels login, no further actions will happen [(#10)](https://github.com/jdneo/vscode-leetcode/issues/10)
36+
- When user cancels login, no further actions will happen ([#10](https://github.com/jdneo/vscode-leetcode/issues/10))
3737

3838
## [0.1.2]
3939
### Fixed
40-
- Fix the deplicated nodes in LeetCode Explorer bug [(#6)](https://github.com/jdneo/vscode-leetcode/issues/6)
40+
- Fix the deplicated nodes in LeetCode Explorer bug ([#6](https://github.com/jdneo/vscode-leetcode/issues/6))
4141

4242
## [0.1.1]
4343
### Fixed
44-
- Fix a bug in LeetCode Explorer [(#3)](https://github.com/jdneo/vscode-leetcode/issues/3)
45-
- Remove the show problem command from command palette [(#4)](https://github.com/jdneo/vscode-leetcode/issues/4)
44+
- Fix a bug in LeetCode Explorer ([#3](https://github.com/jdneo/vscode-leetcode/issues/3))
45+
- Remove the show problem command from command palette ([#4](https://github.com/jdneo/vscode-leetcode/issues/4))
4646

4747
## [0.1.0]
4848
### Added

0 commit comments

Comments
 (0)