mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Changelog update - v1.6.0
This commit is contained in:
parent
d8935248fd
commit
19f6a130c1
12
CHANGELOG.md
12
CHANGELOG.md
@ -4,8 +4,10 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.6.0] - 2023-04-13
|
||||
|
||||
### Added
|
||||
- Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
|
||||
- Temporary workaround for Kotlin Compiler `OutOfMemoryError` -> https://jb.gg/intellij-platform-kotlin-oom
|
||||
- Gradle version catalog integration
|
||||
- Gradle Kotlin DSL Lazy Property Assignment
|
||||
- Enable Gradle Build Cache
|
||||
@ -29,7 +31,7 @@
|
||||
- Change since/until build to `221-231.*` (2022.1 - 2023.1.*)
|
||||
- Example code - registered project service changed into a lightweight one
|
||||
- GitHub Actions - pass changelog release notes as a multi-line content
|
||||
- GitHub Actions - provide `plugin.verifier.home.dir` variable as a system property instead of project property
|
||||
- GitHub Actions - provide `plugin.verifier.home.dir` variable as a system property instead of project property
|
||||
- Template Cleanup: remove default `pluginIcon.svg` icon
|
||||
- Upgrade Gradle Wrapper to `8.0.2`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.10`
|
||||
@ -38,7 +40,7 @@
|
||||
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `v1.0.6`
|
||||
|
||||
### Fixed
|
||||
- Resolving the content for the `patchPluginXML.changeNotes` property
|
||||
- Resolving the content for the `patchPluginXML.changeNotes` property
|
||||
|
||||
### Removed
|
||||
- Example code - application service
|
||||
@ -443,7 +445,9 @@
|
||||
- GitHub Actions to automate testing and deployment
|
||||
- Kotlin support
|
||||
|
||||
[Unreleased]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.4.0...HEAD
|
||||
[Unreleased]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.6.0...HEAD
|
||||
[1.6.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.5.0...v1.6.0
|
||||
[1.5.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.4.0...v1.5.0
|
||||
[1.4.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.3.0...v1.4.0
|
||||
[1.3.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.2.0...v1.3.0
|
||||
[1.2.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.1.2...v1.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user