From afe711755bbbccb402c5463787347c09b16493d0 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 7 Jun 2023 11:27:39 +0200 Subject: [PATCH] CHANGELOG update --- CHANGELOG.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 331fabe..15244a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,26 +7,26 @@ ## [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` +- Example code - Migrate from the deprecated `FrameStateListener.onFrameActivated()` to `ApplicationActivationListener.applicationActivated(IdeFrame)` ### Removed - Remove `gradleJvm` property from the `.idea/gradle.xml` file