From 19f6a130c18876dcf6deb3529bb1a59cc75d33c4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 13 Apr 2023 16:45:46 +0000 Subject: [PATCH] Changelog update - v1.6.0 --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954c9fd..648ab12 100644 --- a/CHANGELOG.md +++ b/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