From 3bc09e21020f9a22427d3a188934c9548a767b2c Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 8 Aug 2018 17:57:54 +0200 Subject: [PATCH] updated changelogs for M14 --- vscode-extensions/vscode-bosh/CHANGELOG.md | 12 ++++++++++++ vscode-extensions/vscode-concourse/CHANGELOG.md | 5 +++++ vscode-extensions/vscode-manifest-yaml/CHANGELOG.md | 12 ++++++++++++ vscode-extensions/vscode-spring-boot/CHANGELOG.md | 12 ++++++++++++ 4 files changed, 41 insertions(+) diff --git a/vscode-extensions/vscode-bosh/CHANGELOG.md b/vscode-extensions/vscode-bosh/CHANGELOG.md index 4d5e6d431..d7acfbc2a 100644 --- a/vscode-extensions/vscode-bosh/CHANGELOG.md +++ b/vscode-extensions/vscode-bosh/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2018-08-09 (M14) + +* no major changes + +## 2018-07-23 (M13) + +* no major changes + +## 2018-06-08 (M12) + +* no major changes + ## 2018-05-14 (M11) * _(all)_ JVM used to run the language servers can now be specified via custom settings ([#51](https://github.com/spring-projects/sts4/issues/51)) diff --git a/vscode-extensions/vscode-concourse/CHANGELOG.md b/vscode-extensions/vscode-concourse/CHANGELOG.md index d1050d12d..a812dc6fd 100644 --- a/vscode-extensions/vscode-concourse/CHANGELOG.md +++ b/vscode-extensions/vscode-concourse/CHANGELOG.md @@ -1,7 +1,12 @@ +## 2018-08-09 (M14) + +* no major changes + ## 2018-07-23 (M13) * _(Concourse)_ Added support for missing attributes to `GitGetParams`, `GitPutParams`, `Job` and `Step` schemas ([#64](https://github.com/spring-projects/sts4/issues/64)), ([#65](https://github.com/spring-projects/sts4/issues/65)) * _(Concourse)_ fixed: Concourse VSCode Extension: Does not recognize GCS buckets in semver resource ([#60](https://github.com/spring-projects/sts4/issues/60)) + ## 2018-06-08 (M12) * _(Concourse)_ add support for new attributes of DockerImageSource (aws_session_token, max_concurrent_downloads, max_concurrent_uploads) and DockerImagePutParams (additional_tags, cache_from, load_bases, target_name) ([#56](https://github.com/spring-projects/sts4/issues/56)) diff --git a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md index a34d66255..b4d648fc2 100644 --- a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md +++ b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2018-08-09 (M14) + +* no major changes + +## 2018-07-23 (M13) + +* no major changes + +## 2018-06-08 (M12) + +* no major changes + ## 2018-05-14 (M11) * _(all)_ JVM used to run the language servers can now be specified via custom settings ([#51](https://github.com/spring-projects/sts4/issues/51)) diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index 14fc8a0ad..1312f0dfb 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2018-08-09 (M14) + +* _(Spring Boot)_ added support for showing live hovers for Spring Boot apps running remotely (on Cloud Foundry) +* _(Spring Boot)_ improved and simplified content for live hovers showing bean wiring information +* _(Spring Boot)_ improved look of live hover highlights +* (_Spring Boot)_ improved error handling when source code parsing goes wrong +* (_Spring Boot)_ added specific bean wiring live hovers for `@Autowired` fields and constructors +* (_Spring Boot)_ user-defined values in property files showing up as suggestions for `@Value` completions +* (_Spring Boot)_ bean symbols now directly contain additional annotations (like `@Conditional...` or `@Profile`) +* (_Spring Boot)_ added option to match running process directly to specific project in the workspace (for live hovers) via system property (set `-Dspring.boot.project.name=` to show live hovers of that running process exclusively on the project with that name). +* (_Spring Boot)_ fixed bug that prevented property editing support to work on Windows ([#59](https://github.com/spring-projects/sts4/issues/59)) + ## 2018-07-23 (M13) * _(Spring Boot)_ early prototype for detecting changed bean definitions in live-running (and restarted) boot applications