Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.14.0 release #340

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to the "vscode-spring-boot-dashboard" extension will be docu
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.14.0
### Added
- Show active profiles on BootApp description when attached to live process. [#320](https://github.com/microsoft/vscode-spring-boot-dashboard/issues/320).

### Fixed
- Spring boot Dashboard keep spinning. [#216](https://github.com/microsoft/vscode-spring-boot-dashboard/issues/216).

## 0.13.1
### Fixed
- Should look for available profiles from all supported files like .yml. [#315](https://github.com/microsoft/vscode-spring-boot-dashboard/issues/315).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-spring-boot-dashboard",
"displayName": "Spring Boot Dashboard",
"description": "Spring Boot Dashboard for VS Code",
"version": "0.13.1",
"version": "0.14.0",
"license": "MIT",
"icon": "resources/logo.png",
"publisher": "vscjava",
Expand Down
Loading