updated changelogs for individual vscode extension bundles
This commit is contained in:
19
vscode-extensions/vscode-bosh/CHANGELOG.md
Normal file
19
vscode-extensions/vscode-bosh/CHANGELOG.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## 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))
|
||||
|
||||
## 2018-03-15 (M10)
|
||||
|
||||
* _(all)_ language server processes now show up with their real name when using `jps` instead of just `JarLauncher`
|
||||
|
||||
## 2018-02-23 (M9)
|
||||
|
||||
* _(all)_ improved the way the JDK to run the language server is found together with an improved error message if no JDK can be found
|
||||
|
||||
## 2017-12-15 (M7)
|
||||
|
||||
* _(all)_ issues solved when running on Windows ([#25](https://github.com/spring-projects/sts4/issues/25), [#26](https://github.com/spring-projects/sts4/issues/26), [#29](https://github.com/spring-projects/sts4/issues/29))
|
||||
|
||||
## 2017-12-04
|
||||
|
||||
* initial public beta launch
|
||||
33
vscode-extensions/vscode-concourse/CHANGELOG.md
Normal file
33
vscode-extensions/vscode-concourse/CHANGELOG.md
Normal file
@@ -0,0 +1,33 @@
|
||||
## 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))
|
||||
* _(Concourse)_ bugfix: quick fixes work again
|
||||
|
||||
## 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))
|
||||
|
||||
## 2018-03-15 (M10)
|
||||
|
||||
* _(Concourse)_ added support for symbols for groups
|
||||
* _(Concourse)_ updated URLs in documentation to point to new Concourse domain
|
||||
* _(all)_ language server processes now show up with their real name when using `jps` instead of just `JarLauncher`
|
||||
|
||||
## 2018-02-23 (M9)
|
||||
|
||||
* _(Concourse)_ Concourse CI Pipeline Editor reports errors on valid `pipeline.yml` fixed (([#41](https://github.com/spring-projects/sts4/issues/41)))
|
||||
* _(all)_ improved the way the JDK to run the language server is found together with an improved error message if no JDK can be found
|
||||
|
||||
## 2018-01-30 (M8)
|
||||
|
||||
* _(Concourse)_ added support for cache attribute in tasks
|
||||
* _(Concourse)_ added missing version attribute in image_resource
|
||||
|
||||
## 2017-12-15 (M7)
|
||||
|
||||
* _(all)_ issues solved when running on Windows ([#25](https://github.com/spring-projects/sts4/issues/25), [#26](https://github.com/spring-projects/sts4/issues/26), [#29](https://github.com/spring-projects/sts4/issues/29))
|
||||
* _(Concourse)_ getstep.version property in concourse pipeline now accepts a Map<String,String> ([#24](https://github.com/spring-projects/sts4/issues/24)) as well as special values 'every' and 'latest' ([#28](https://github.com/spring-projects/sts4/issues/28)).
|
||||
|
||||
## 2017-12-04
|
||||
|
||||
* initial public beta launch
|
||||
19
vscode-extensions/vscode-manifest-yaml/CHANGELOG.md
Normal file
19
vscode-extensions/vscode-manifest-yaml/CHANGELOG.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## 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))
|
||||
|
||||
## 2018-03-15 (M10)
|
||||
|
||||
* _(all)_ language server processes now show up with their real name when using `jps` instead of just `JarLauncher`
|
||||
|
||||
## 2018-02-23 (M9)
|
||||
|
||||
* _(all)_ improved the way the JDK to run the language server is found together with an improved error message if no JDK can be found
|
||||
|
||||
## 2017-12-15 (M7)
|
||||
|
||||
* _(all)_ issues solved when running on Windows ([#25](https://github.com/spring-projects/sts4/issues/25), [#26](https://github.com/spring-projects/sts4/issues/26), [#29](https://github.com/spring-projects/sts4/issues/29))
|
||||
|
||||
## 2017-12-04
|
||||
|
||||
* initial public beta launch
|
||||
@@ -1,3 +1,10 @@
|
||||
## 2018-06-08 (M12)
|
||||
|
||||
* _(Spring Boot)_ live hovers now updated in all open editors, not just the active one
|
||||
* _(Spring Boot)_ performance improvement: project symbols now show up a lot faster for the open editors/projects (in a multi-root folder workspace)
|
||||
* _(Spring Boot)_ bugfix: JDK9 and JDK10 projects supported now even if main editor and/or language server runs on JDK8
|
||||
* _(Spring Boot)_ bugfix: various NPEs in Spring indexer fixed
|
||||
|
||||
## 2018-05-14 (M11)
|
||||
|
||||
* _(Spring Boot)_ major performance improvements and footprint reductions (due to a groundbreaking change to how projects are being resolved, this is now delegated to the surrounding Java tooling)
|
||||
|
||||
Reference in New Issue
Block a user