Skip to content

Commit

Permalink
refine changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Mar 28, 2018
1 parent 20a6a82 commit ccc2abe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

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

## [0.5.0]
### Added
- 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))

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

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

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

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

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

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

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

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

## [0.1.0]
### Added
Expand Down

0 comments on commit ccc2abe

Please sign in to comment.