Skip to content

Commit

Permalink
bump version to 0.4.0 and add change log (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Summer authored Jan 12, 2018
1 parent a489499 commit 69aacc6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# Change Log
All notable changes to the "vscode-tomcat" extension will be documented in this file.

## 0.4.0
### Added
* Add "+" button in Tomcat Server Explorer to create new Tomcat Server
* Add option to create new Tomcat Server to start if there is no server to start
* Add context command "Delete Tomcat Server" for running server in Tomcat Server Explorer

### Changed
* Browse directly to select Tomcat Directory and create Tomcat Server without clicking "Browse..."
* Prompt information message to confirm continuing operations when user creating same Tomcat Server

### Fixed
* Using command to start a running server throw error and shutdown the running server [#60](https://github.com/adashen/vscode-tomcat/issues/60)
* Error message shows not clear enough information to user when no server to stop [#42](https://github.com/adashen/vscode-tomcat/issues/42)
* Using command to delete a running server didn't kill all tomcat process [#61](https://github.com/adashen/vscode-tomcat/issues/61)
* Command 'Open server.xml' command shows in Tomcat Server Explorer even if there is no Tomcat Server [#37](https://github.com/adashen/vscode-tomcat/issues/37)

## 0.3.0
### Added
* Support starting Tomcat from Tomcat Server Explorer
* Support restart if server.xml of a running server is updated
* Support open root page from Tomcat Server Explorer
* Support restarting if server.xml of a running server is updated
* Support opening root page from Tomcat Server Explorer
### Fixed
* Package the extension to work on linux OS [#10](https://github.com/adashen/vscode-tomcat/issues/10)
* Force stop Tomcat when closing Visual Studio Code [#6](https://github.com/adashen/vscode-tomcat/issues/6)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-tomcat",
"displayName": "Tomcat",
"description": "%extension.description%",
"version": "0.3.0",
"version": "0.4.0",
"publisher": "adashen",
"icon": "resources/Tomcat.png",
"engines": {
Expand Down

0 comments on commit 69aacc6

Please sign in to comment.