From ce7d4b726646c7ab32520c5cdbcbd2c8e1095471 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 7 Jun 2023 09:26:14 +0000 Subject: [PATCH] Changelog update - v1.7.0 --- CHANGELOG.md | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c35ee..331fabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,27 +4,29 @@ ## [Unreleased] +## [1.7.0] - 2023-06-07 + ### Added -- GitHub Actions - enable caching -- Specify `projectJDK: 17` in `qodana.yml` -- Specify `linter` property in `qodana.yml` +- GitHub Actions - enable caching +- Specify `projectJDK: 17` in `qodana.yml` +- Specify `linter` property in `qodana.yml` ### Changed -- Use Java `17` for JVM Toolchain -- Change since/until build to `222-232.*` (2022.2 - 2023.2.*) -- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.1` -- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.0` -- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21` -- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.1` -- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0` -- Upgrade Gradle Wrapper to `8.1.1` -- GitHub Actions — switch to Java 17 -- Update Run Configuration entries -- Adjust Kover configuration +- Use Java `17` for JVM Toolchain +- Change since/until build to `222-232.*` (2022.2 - 2023.2.*) +- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.1` +- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.0` +- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21` +- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.1` +- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0` +- Upgrade Gradle Wrapper to `8.1.1` +- GitHub Actions — switch to Java 17 +- Update Run Configuration entries +- Adjust Kover configuration ### Fixed -- Example code - Fixed deprecated usage of `ContentFactory` in `MyToolWindowFactory` Jakub Chrzanowski A minute ago d454bc09 -- Example code - Migrate from the deprecated `FrameStateListener.onFrameActivated()` to `ApplicationActivationListener.applicationActivated(IdeFrame)` +- Example code - Fixed deprecated usage of `ContentFactory` in `MyToolWindowFactory` Jakub Chrzanowski A minute ago d454bc09 +- Example code - Migrate from the deprecated `FrameStateListener.onFrameActivated()` to `ApplicationActivationListener.applicationActivated(IdeFrame)` ### Removed - Remove `gradleJvm` property from the `.idea/gradle.xml` file @@ -470,7 +472,8 @@ - GitHub Actions to automate testing and deployment - Kotlin support -[Unreleased]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.7.0...HEAD +[1.7.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.6.0...v1.7.0 [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