Skip to content

Releases: JetBrains/intellij-platform-plugin-template

v1.14.0

30 May 08:45
47b2d17
Compare
Choose a tag to compare

Changed

  • Update platformVersion to 2023.2.6
  • Change since/until build to 232-242.* (2023.2-2024.2.*)
  • Upgrade Gradle Wrapper to 8.7
  • Update Kover configuration
  • Replace org.jetbrains:annotations library with an com.example:exampleLibrary placeholder
  • Dependencies - upgrade org.jetbrains.intellij to 1.17.3
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 2.0.0
  • Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.8.0
  • Dependencies - upgrade org.jetbrains.qodana to 2024.1.5
  • Dependencies (GitHub Actions) - replace gradle/wrapper-validation-action@v2 with gradle/actions/wrapper-validation@v3
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2024.1.5
  • Dependencies (GitHub Actions) - upgrade jtalk/url-health-check-action to v4

v1.13.0

11 Mar 09:05
81206eb
Compare
Choose a tag to compare

Changed

  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.9.23
  • Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.6
  • Dependencies - upgrade org.jetbrains.qodana to 2023.3.1
  • Dependencies (GitHub Actions) - upgrade actions/upload-artifact to 4
  • Dependencies (GitHub Actions) - upgrade codecov/codecov-action to 4
  • Dependencies (GitHub Actions) - upgrade gradle/wrapper-validation-action to 2
  • Dependencies (GitHub Actions) - upgrade actions/cache to 4
  • Gradle - upgrade org.gradle.toolchains.foojay-resolver-convention to 0.8.0
  • Gradle - cleanup the jvmToolchain setup
  • Run Configurations - Run Qodana runs the qodanaScan Gradle task

Fixed

  • Fixed calculation of the plugin publication channel
  • Run Configurations - Run Tests uses the RunAsTest IDE feature
  • Replace the whole IntelliJ Platform Plugin Template with the new project name when running the GitHub Actions Cleanup workflow

Removed

  • GitHub Actions: Remove the Setup Java step from the releaseDraft build step
  • Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults

v1.12.0

20 Feb 21:38
427dc4e
Compare
Choose a tag to compare

Added

  • GitHub Actions: Reduce the number of concurrent builds

Changed

  • Change since/until build to 223-241.* (2022.3-2024.1.*)
  • Upgrade Gradle Wrapper to 8.6
  • Dependencies - upgrade org.jetbrains.intellij to 1.17.2
  • Dependencies (GitHub Actions) - upgrade gradle/gradle-build-action@v2 to gradle/actions/setup-gradle@v3
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2023.3.1

Fixed

  • Adjusted obtaining the value for publishPlugin.channels property in build.gradle.kts
  • Fixed bash variable access in the Create Release Draft step.

Removed

  • Remove Gradle Kotlin DSL Lazy Property Assignment because it's default now

v1.11.3

01 Dec 13:25
Compare
Choose a tag to compare

Changed

  • Upgrade Gradle Wrapper to 8.5
  • Dependencies - upgrade org.jetbrains.intellij to 1.16.1
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.9.21
  • Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.5
  • Dependencies - upgrade annotations to 24.1.0
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2023.2.8
  • Dependencies (GitHub Actions) - upgrade actions/setup-java to 4

v1.11.2

06 Oct 15:29
Compare
Choose a tag to compare

Changed

  • Upgrade Gradle Wrapper to 8.4
  • Gradle - use JetBrains Runtime
  • Gradle - upgrade org.gradle.toolchains.foojay-resolver-convention to 0.7.0
  • Change since/until build to 223-233.* (2022.3-2023.3.*)
  • Dependencies - upgrade org.jetbrains.intellij to 1.16.0
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.9.10
  • Dependencies - upgrade org.jetbrains.changelog to 2.2.0
  • Dependencies (GitHub Actions) - upgrade actions/checkout to 4
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2023.2.6

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