updated changelogs for M14

This commit is contained in:
Martin Lippert
2018-08-08 17:57:54 +02:00
parent 3949aa0a93
commit 3bc09e2102
4 changed files with 41 additions and 0 deletions

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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=<project-name-in-workspace>` 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