Releases: JetBrains/intellij-platform-plugin-template
Releases · JetBrains/intellij-platform-plugin-template
1.13.0
Changed
- Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.9.23 - Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.7.6 - Dependencies - upgrade
org.jetbrains.qodanato2023.3.2 - Dependencies (GitHub Actions) - upgrade
actions/upload-artifactto4 - Dependencies (GitHub Actions) - upgrade
codecov/codecov-actionto4 - Dependencies (GitHub Actions) - upgrade
gradle/wrapper-validation-actionto2 - Dependencies (GitHub Actions) - upgrade
actions/cacheto4 - Gradle - upgrade
org.gradle.toolchains.foojay-resolver-conventionto0.8.0 - Gradle - cleanup the
jvmToolchainsetup - Run Configurations -
Run Qodanaruns theqodanaScanGradle task
Fixed
- Fixed calculation of the plugin publication channel
- Run Configurations -
Run Testsuses theRunAsTestIDE feature - Replace the whole
IntelliJ Platform Plugin Templatewith the new project name when running the GitHub Actions Cleanup workflow
Removed
- GitHub Actions: Remove the
Setup Javastep from thereleaseDraftbuild step - Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults
1.12.0
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.intellijto1.17.2 - Dependencies (GitHub Actions) - upgrade
gradle/gradle-build-action@v2togradle/actions/setup-gradle@v3 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2023.3.1
Fixed
- Adjusted obtaining the value for
publishPlugin.channelsproperty inbuild.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
1.11.3
Changed
- Upgrade Gradle Wrapper to
8.5 - Dependencies - upgrade
org.jetbrains.intellijto1.16.1 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.9.21 - Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.7.5 - Dependencies - upgrade
annotationsto24.1.0 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2023.2.8 - Dependencies (GitHub Actions) - upgrade
actions/setup-javato4
1.11.2
Changed
- Upgrade Gradle Wrapper to
8.4 - Gradle - use JetBrains Runtime
- Gradle - upgrade
org.gradle.toolchains.foojay-resolver-conventionto0.7.0 - Change since/until build to
223-233.*(2022.3-2023.3.*) - Dependencies - upgrade
org.jetbrains.intellijto1.16.0 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.9.10 - Dependencies - upgrade
org.jetbrains.changelogto2.2.0 - Dependencies (GitHub Actions) - upgrade
actions/checkoutto4 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2023.2.6
1.11.1
1.11.0
Changed
- GitHub Actions: move the
Maximize Build Spacestep from theBuildjob toInspect codeandVerify pluginjobs - Update
platformVersionto2022.3.3 - Change since/until build to
223-232.*(2022.3-2023.2.*) MyBundle: removeSpreadOperatorsuppressionMyBundle.properties: remove unusednameproperty
1.10.0
Added
- Foojay Toolchains Plugin integration
- GitHub Actions: set
gradle-home-cache-cleanup: trueflag to the Gradle Build Action - GitHub Actions: use
jlumbroso/free-disk-spaceto free disk space
Changed
- GitHub Actions: rearrange the Build workflow
- Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.7.3 - Dependencies (GitHub Actions) - upgrade
gradle/wrapper-validation-actiontov1.1.0 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2023.2.1
Fixed
- GitHub Actions: Fixed Kover report path when uploading the code coverage report
1.9.0
1.8.0
Changed
- GitHub Actions: Build workflow refactoring
- Upgrade Gradle Wrapper to
8.2 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.9.0 - Dependencies - upgrade
org.jetbrains.intellijto1.15.0 - Dependencies - upgrade
org.jetbrains.changelogto2.1.1 - Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.7.2 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2023.1.5
Fixed
- Dependabot workflow points to
nextbranch in a newly created project
Removed
- Removed workaround for Kotlin Compiler
OutOfMemoryErroras the issue is gone with Kotlin1.9.0
1.7.0
Added
- GitHub Actions — enable caching
- Specify
projectJDK: 17inqodana.yml - Specify
linterproperty inqodana.yml
Changed
- Use Java
17for JVM Toolchain - Change since/until build to
222-232.*(2022.2–2023.2.*) - Dependencies - upgrade
org.jetbrains.intellijto1.14.1 - Dependencies - upgrade
org.jetbrains.changelogto2.1.0 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.8.21 - Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.7.1 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2023.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
ContentFactoryinMyToolWindowFactory - Example code — Migrate from the deprecated
FrameStateListener.onFrameActivated()toApplicationActivationListener.applicationActivated(IdeFrame)
Removed
- Remove
gradleJvmproperty from the.idea/gradle.xmlfile - GitHub Actions — Drop unused
nameoutput from theBuildworkflow