Skip to content

Releases: JetBrains/intellij-platform-plugin-template

v1.11.1

17 Aug 09:56
Compare
Choose a tag to compare

Fixed

  • GitHub Actions: publish workflow fails due to the existing release changelog label

Changed

  • Upgrade Gradle Wrapper to 8.3

v1.11.0

07 Aug 14:27
f723411
Compare
Choose a tag to compare

Changed

  • GitHub Actions: move the Maximize Build Space step from the Build job to Inspect code and Verify plugin jobs
  • Update platformVersion to 2022.3.3
  • Change since/until build to 223-232.* (2022.3-2023.2.*)
  • MyBundle: remove SpreadOperator suppression
  • MyBundle.properties: remove unused name property

v1.10.0

04 Aug 14:10
68292b4
Compare
Choose a tag to compare

Added

  • Foojay Toolchains Plugin integration
  • GitHub Actions: set gradle-home-cache-cleanup: true flag to the Gradle Build Action
  • GitHub Actions: use jlumbroso/free-disk-space to free disk space

Changed

  • GitHub Actions: rearrange the Build workflow
  • Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.3
  • Dependencies (GitHub Actions) - upgrade gradle/wrapper-validation-action to v1.1.0
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2023.2.1

Fixed

  • GitHub Actions: Fixed Kover report path when uploading the code coverage report

v1.9.0

11 Jul 15:25
c905546
Compare
Choose a tag to compare

Added

  • GitHub Actions — use Java 17 explicitly

Changed

  • Upgrade Gradle Wrapper to 8.2.1
  • Dependencies — upgrade org.jetbrains.changelog to 2.1.2
  • GitHub Actions — rearrange the Build workflow

Fixed

  • Fixed copying files issue when running the Template Cleanup workflow

v1.8.0

07 Jul 15:27
Compare
Choose a tag to compare

Unreleased

Changed

  • GitHub Actions: Build workflow refactoring
  • Upgrade Gradle Wrapper to 8.2
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.9.0
  • Dependencies - upgrade org.jetbrains.intellij to 1.15.0
  • Dependencies - upgrade org.jetbrains.changelog to 2.1.1
  • Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.2
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2023.1.5

Fixed

  • Dependabot workflow points to next branch in a newly created project

Removed

  • Removed workaround for Kotlin Compiler OutOfMemoryError as the issue is gone with Kotlin 1.9.0

v1.7.0

07 Jun 09:22
Compare
Choose a tag to compare

Added

  • 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

Fixed

  • 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

v1.6.0

13 Apr 16:33
13c0ba1
Compare
Choose a tag to compare

Added

Changed

  • Dependencies - upgrade org.jetbrains.intellij to 1.13.3
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.8.20
  • Upgrade Gradle Wrapper to 8.1
  • Remove UnusedProperty suppression in gradle.properties file
  • Rename org.gradle.unsafe.configuration-cache to org.gradle.configuration-cache in gradle.properties

v1.5.0

10 Mar 11:25
Compare
Choose a tag to compare

Added

  • Migrate to Gradle Provider API improving configuration cache compatibility
  • Example code - FrameStateListener application listener
  • Example code - MyToolWindowFactory tool window basic implementation

Changed

  • Update platformVersion to 2022.1.4
  • 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
  • Template Cleanup: remove default pluginIcon.svg icon
  • Upgrade Gradle Wrapper to 8.0.2
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.8.10
  • Dependencies - upgrade org.jetbrains.intellij to 1.13.2
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2022.3.4
  • Dependencies (GitHub Actions) - upgrade gradle/wrapper-validation-action to v1.0.6

Fixed

  • Resolving the content for the patchPluginXML.changeNotes property

Removed

  • Example code - application service
  • Example code - deprecated ProjectManagerListener application listener

v1.4.0

13 Jan 21:04
Compare
Choose a tag to compare

Changed

  • GitHub Actions - use GITHUB_OUTPUT environment file instead of ::set-output.
  • Upgrade Gradle Wrapper to 7.6
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.8.0
  • Dependencies - upgrade org.jetbrains.intellij to 1.12.0
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2022.3.0

Fixed

  • Fallback to the unreleased change notes when the plugin in current was not released yet

v1.3.0

17 Nov 21:54
61a1a04
Compare
Choose a tag to compare

Added

  • Kover integration
  • Enable Gradle Configuration Cache in gradle.proeprties
  • GitHub Actions - mark the pull request created with Publish Plugin workflow with release changelog label
  • GitHub Actions - send code coverage reports to CodeCov
  • Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.6.1

Changed

  • Update changelog extension configuration in build.gradle.kts file
  • Update pluginUntilBuild to include 223.* (2022.3.*)
  • Use kotlin.jvmToolchain(11) shorthand in Gradle configuration
  • Dependencies - upgrade org.jetbrains.intellij to 1.10.0
  • Dependencies - upgrade org.jetbrains.changelog to 2.0.0
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.7.21
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2022.2.3
  • Dependencies (GitHub Actions) - upgrade gradle/wrapper-validation-action to v1.0.5
  • Dependencies (GitHub Actions) - upgrade jtalk/url-health-check-action to v3
  • Use file instead of projectDir.resolve in Gradle configuration file

Fixed

  • Update broken link in gradle.properties
  • GitHub Actions - use $BRANCH for creating changelog pull request