mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-04 22:01:54 +00:00
34 KiB
34 KiB
IntelliJ Platform Plugin Template Changelog
Unreleased
Fixed
- Use the GitHub event release body for a condition when creating the Release Draft
Changed
- Upgrade Gradle Wrapper to
9.2.1 - Update
platformVersionto2025.2.5 - Change since build to
252(2025.2) - Dependencies - upgrade
org.jetbrains.intellij.platformto2.10.5 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto2.2.21 - Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.9.3 - Dependencies - upgrade
org.jetbrains.qodanato2025.2.2 - Dependencies (GitHub Actions) - upgrade
actions/checkouttov5 - Dependencies (GitHub Actions) - upgrade
actions/setup-javatov5 - Dependencies (GitHub Actions) - upgrade
actions/upload-artifacttov5 - Dependencies (GitHub Actions) - upgrade
gradle/actions/setup-gradletov5 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2025.2.2
2.3.1 - 2025-08-09
Added
- Add
platformBundledModulestogradle.propertiesalong withbundledModules()helper to the Gradle build file
Changed
- Dependencies - upgrade
org.jetbrains.intellij.platformto2.7.1
Fixed
- GitHub: Fixed the missing
$RELEASE_NOTEparent directory in the Release workflow
2.3.0 - 2025-08-09
Added
- Added
.DS_Storedirectory to.gitignore
Changed
- GitHub Actions: simplify changelog handling
- Dependencies - upgrade
org.jetbrains.changelogto2.4.0
2.2.0 - 2025-08-05
Added
- GitHub Actions: set Gradle cache to read-only for non-build jobs
- GitHub Actions: add
jlumbroso/free-disk-spaceaction to build related steps to maximize build environment storage - Added
.kotlindirectory to.gitignorefor Kotlin 2.0
Removed
- Remove
pluginUntilBuildobsolete property - GitHub Actions: Remove obsolete Plugin Verifier cache directory configuration
Changed
- Upgrade Gradle Wrapper to
8.14.3 - Update
platformVersionto2024.3.6 - Dependencies - upgrade
org.jetbrains.intellij.platformto2.7.0 - Dependencies - upgrade
org.jetbrains.changelogto2.3.0 - Dependencies - upgrade
org.jetbrains.qodanato2025.1.1 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto2.2.0 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2025.1.1 - Dependencies (GitHub Actions) - upgrade
ad-m/github-push-actiontov0.8.0 - Dependencies (GitHub Actions) - upgrade
jlumbroso/free-disk-spacetov1.3.1 - Gradle - upgrade
org.gradle.toolchains.foojay-resolver-conventionto1.0.0 - Change since build to
243(2024.3) - Update codecov configuration based on new required upload token
2.1.0 - 2025-03-28
Added
- Example code –
ProjectActivity - Added
opentest4jtest dependency, see: Missing opentest4j dependency in Test Framework
Removed
- Example code –
MyApplicationActivationListener - Remove redundant IntelliJ Platform dependency helpers:
instrumentationTools(),pluginVerifier(),zipSigner() - GitHub Actions: Remove
gradle/actions/wrapper-validationbecause validation is performed by default ingradle/actions/setup-gradle@v4
Changed
- Change JVM version to
21 - Upgrade Gradle Wrapper to
8.13 - Update
platformVersionto2024.2.5 - Change since/until build to
242-252.*(2024.2-2025.2.*) - Dependencies - upgrade
org.jetbrains.intellij.platformto2.5.0 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto2.1.20 - Dependencies - upgrade
org.jetbrains.qodanato2024.3.4 - Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.9.1 - Dependencies (GitHub Actions) - upgrade
gradle/actions/wrapper-validationtov4 - Dependencies (GitHub Actions) - upgrade
codecov/codecov-actiontov5
2.0.2 - 2024-10-07
Changed
- Upgrade Gradle Wrapper to
8.10.2 - Update
platformVersionto2023.3.8 - Dependencies - upgrade
org.jetbrains.intellij.platformto2.1.0 - Dependencies - upgrade
org.jetbrains.qodanato2024.2.3 - Dependencies (GitHub Actions) - upgrade
gradle/actions/setup-gradletov4 - Add back the
org.gradle.toolchains.foojay-resolver-conventionGradle settings plugin
Fixed
- Fixed Run Plugin run configuration logs location
Removed
- Removed Run Qodana and Run UI for UI Tests run configurations
2.0.1 - 2024-08-09
Changed
- Update
platformVersionto2023.3.7 - Change since/until build to
233-242.*(2023.3-2024.2.*) - Cleanup registering the
runIdeForUiTeststask - Dependencies - upgrade
org.jetbrains.intellij.platformto2.0.1 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.9.25 - Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.8.3 - Dependencies - upgrade
org.jetbrains.qodanato2024.1.9
2.0.0 - 2024-07-30
Changed
- Migrate to IntelliJ Platform Gradle Plugin 2.0.
1.14.2 - 2024-07-12
Changed
- Upgrade Gradle Wrapper to
8.9
Removed
- Remove default plugin icon (
pluginIcon.svg)
1.14.1 - 2024-06-19
Changed
- Update
platformVersionto2023.2.7 - Upgrade Gradle Wrapper to
8.8 - Dependencies - upgrade
org.jetbrains.intellijto1.17.4 - Dependencies - downgrade
org.jetbrains.kotlin.jvmto1.9.24 - Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.8.1
1.14.0 - 2024-05-30
Changed
- Update
platformVersionto2023.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:annotationslibrary with ancom.example:exampleLibraryplaceholder - Dependencies - upgrade
org.jetbrains.intellijto1.17.3 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto2.0.0 - Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.8.0 - Dependencies - upgrade
org.jetbrains.qodanato2024.1.5 - Dependencies (GitHub Actions) - replace
gradle/wrapper-validation-action@v2withgradle/actions/wrapper-validation@v3 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2024.1.5 - Dependencies (GitHub Actions) - upgrade
jtalk/url-health-check-actiontov4
1.13.0 - 2024-03-11
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 - 2024-02-20
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 - 2023-12-01
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 - 2023-10-06
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 - 2023-08-17
Fixed
- GitHub Actions: publish workflow fails due to the existing
release changeloglabel
Changed
- Upgrade Gradle Wrapper to
8.3
1.11.0 - 2023-08-07
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 - 2023-08-04
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 - 2023-07-11
Added
- GitHub Actions — use Java
17explicitly
Changed
- Upgrade Gradle Wrapper to
8.2.1 - Dependencies — upgrade
org.jetbrains.changelogto2.1.2 - GitHub Actions — rearrange the Build workflow
Fixed
- Fixed copying files issue when running the
Template Cleanupworkflow
1.8.0 - 2023-07-07
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 - 2023-06-07
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
1.6.0 - 2023-04-13
Added
- Temporary workaround for Kotlin Compiler
OutOfMemoryError-> https://jb.gg/intellij-platform-kotlin-oom - Gradle version catalog integration
- Gradle Kotlin DSL Lazy Property Assignment
- Enable Gradle Build Cache
Changed
- Dependencies - upgrade
org.jetbrains.intellijto1.13.3 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.8.20 - Upgrade Gradle Wrapper to
8.1 - Remove
UnusedPropertysuppression ingradle.propertiesfile - Rename
org.gradle.unsafe.configuration-cachetoorg.gradle.configuration-cacheingradle.properties
1.5.0 - 2023-03-10
Added
- Migrate to Gradle Provider API improving configuration cache compatibility
- Example code -
FrameStateListenerapplication listener - Example code -
MyToolWindowFactorytool window basic implementation
Changed
- Update
platformVersionto2022.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.dirvariable as a system property instead of project property - Template Cleanup: remove default
pluginIcon.svgicon - Upgrade Gradle Wrapper to
8.0.2 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.8.10 - Dependencies - upgrade
org.jetbrains.intellijto1.13.2 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2022.3.4 - Dependencies (GitHub Actions) - upgrade
gradle/wrapper-validation-actiontov1.0.6
Fixed
- Resolving the content for the
patchPluginXML.changeNotesproperty
Removed
- Example code — application service
- Example code — deprecated
ProjectManagerListenerapplication listener
1.4.0 - 2023-01-13
Changed
- GitHub Actions — use
GITHUB_OUTPUTenvironment file instead of::set-output. - Upgrade Gradle Wrapper to
7.6 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.8.0 - Dependencies - upgrade
org.jetbrains.intellijto1.12.0 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2022.3.0
Fixed
- Fallback to the unreleased change notes when the plugin in current was not released yet
1.3.0 - 2022-11-17
Added
- Kover integration
- Enable Gradle Configuration Cache in
gradle.properties - GitHub Actions — mark the pull request created with Publish Plugin workflow with
release changeloglabel - GitHub Actions — send code coverage reports to CodeCov
- Dependencies - upgrade
org.jetbrains.kotlinx.koverto0.6.1
Changed
- Update
changelogextension configuration inbuild.gradle.ktsfile - Update
pluginUntilBuildto include223.*(2022.3.*) - Use
kotlin.jvmToolchain(11)shorthand in Gradle configuration - Dependencies - upgrade
org.jetbrains.intellijto1.10.0 - Dependencies - upgrade
org.jetbrains.changelogto2.0.0 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.7.21 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2022.2.3 - Dependencies (GitHub Actions) - upgrade
gradle/wrapper-validation-actiontov1.0.5 - Dependencies (GitHub Actions) - upgrade
jtalk/url-health-check-actiontov3 - Use
fileinstead ofprojectDir.resolvein Gradle configuration file
Fixed
- Update broken link in
gradle.properties - GitHub Actions — use
$BRANCHfor creating changelog pull request
1.2.0 - 2022-08-07
Added
- Use JVM toolchain for configuring source/target compilation compatibility
- Make sure GitHub Actions release jobs have write permissions
- Example implementation: Add
TODO()with a hint to remove stale sample code - Exclude
.qodanadirectory from Qodana analysis - Maximize disk space on GitHub Actions
Changed
- Upgrade Gradle Wrapper to
7.5.1 - Update
platformVersionto2021.3.3 - Change since/until build to
213-222.*(2021.3-2022.2) - Dependencies - upgrade
org.jetbrains.intellijto1.8.0 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.7.10 - Dependencies (GitHub Actions) - upgrade
actions/checkoutto3 - Dependencies (GitHub Actions) - upgrade
actions/cacheto3 - Dependencies (GitHub Actions) - upgrade
actions/setup-javato3 - Dependencies (GitHub Actions) - upgrade
actions/upload-artifactto3 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actiontov2022.2.1
Fixed
- Pass Plugin Signing secrets as environment variables in the Release workflow
Removed
- Removed Gradle caching from GitHub Actions
1.1.2 - 2022-02-11
Changed
- Update
platformVersionto2021.1.3for compatibility with Apple M1 - Change since/until build to
211-213.*(2021.1-2021.3) - Upgrade Gradle Wrapper to
7.4 - Dependencies - upgrade
org.jetbrains.intellijto1.4.0 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actionto4.2.5
1.1.1 - 2022-01-24
Changed
- GitHub Actions — fixed duplicated
.zipextension in artifact file's name of the build flow - Upgrade Gradle Wrapper to
7.3.3 - Dependencies - upgrade
org.jetbrains.intellijto1.3.1 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.6.10 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actionto4.2.3 - Dependencies (GitHub Actions) - upgrade
actions/cacheto2.1.7
1.1.0 - 2021-11-16
Added
- GitHub Actions: Collect Qodana/Tests/Plugin Verifier results as artifacts
Changed
- Dependencies - upgrade
org.jetbrains.intellijto1.3.0 - Dependencies - upgrade
org.jetbrains.changelogto1.3.1 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.6.0 - Dependencies (GitHub Actions) - upgrade
jtalk/url-health-check-actionto2 - Dependencies (GitHub Actions) - upgrade
actions/checkoutto2.3.5 - GitHub Actions general performance refactoring
- GitHub Actions — prepare plugin archive content to be archived at once
- GitHub Actions — patch changelog only if change notes are provided
- Update
pluginUntilBuildto include213.*(2021.3.*) - Upgrade Gradle Wrapper to
7.3
Fixed
- Fixed passing change notes from
CHANGELOG.mdto the Release Draft - Fixed passing updated change notes from the Release Draft to
patchChangelogGradle task - Fixed
QODANA_SHOW_REPORTenvironment variable resolving for Gradle6.x
Removed
- Removed the
pluginVerifierIdeVersionsconfiguration to use a default IDEs list provided by thelistProductsReleasestask forrunPluginVerifier - Removed
platformDownloadSourcesfrom Gradle configuration to use default value - Removed
updateSinceUntilBuild.set(true)from Gradle configuration to use default value
1.0.0 - 2021-09-07
Added
- Plugin Signing
- Qodana integration
- Functional tests
- Compatibility with Java 11
Run QodanaandRun IDE for UI Testsrun configurations- Use Gradle
wrappertask to handle Gradle updates - JVM compatibility version extracted to
gradle.propertiesfile - Suppress
UnusedPropertyinspection for thekotlin.stdlib.default.dependencyingradle.properties
Changed
- GitHub Actions: Switch to Java 11
- GitHub Actions: Update Build and Release flows
- GitHub Actions: Use Gradle cache provided with
actions/setup-java - Update
pluginVerifierIdeVersionsto2020.3.4, 2021.1.3, 2021.2.1 - Change since/until build to
203-212.* - Upgrade Gradle Wrapper to
7.2 - Gradle – Changelog plugin configuration update
- Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.5.30 - Dependencies - upgrade
org.jetbrains.changelogto1.3.0 - Dependencies - upgrade
org.jetbrains.intellijto1.1.6 - Dependencies (GitHub Actions) - upgrade
actions/upload-artifacttov2.2.4
Fixed
- Use
DynamicBundleinstead ofAbstractBundleinMyBundle.kt
Removed
- Removed
detekt/ktlintintegration
0.10.1 - 2021-05-31
Added
- Introduced
nextbranch in the root repository to makemainalways a stable one
Changed
- Dependencies (GitHub Actions) - upgrade
actions/cachetov2.1.6 - Trigger GitHub Actions
Buildworkflows only on pushes tomainbranch or pull request to avoid duplicated checks
0.10.0 - 2021-05-27
Changed
- Remove reference to the
jcenter()from Gradle configuration file - Update
pluginVerifierIdeVersionsto2020.2.4, 2020.3.4, 2021.1.2 - Update
pluginUntilBuildto include211.*(2021.1.*) - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.5.10 - Dependencies - upgrade
detekt-formatting fromto1.17.1 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.17.1 - Dependencies (GitHub Actions) - upgrade
actions/cachetov2.1.5 - Dependencies (GitHub Actions) - upgrade
actions/checkouttov2.3.4 - Dependencies (GitHub Actions) - upgrade
actions/upload-release-assettov1.0.2 - Dependencies (GitHub Actions) - upgrade
actions/create-releasetov1.1.4 - Upgrade Gradle Wrapper to
7.0.2
0.9.0 - 2021-03-29
Added
propertiesshorthand function for accessinggradle.propertiesin a cleaner way- Dependabot check for GitHub Actions used in workflow files
Changed
- Dependencies - upgrade
detekt-formatting fromto1.16.0 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.16.0 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.32 - Dependencies (GitHub Actions) - upgrade
actions/upload-artifacttov2.2.2 - Dependencies (GitHub Actions) - upgrade
actions/cachetov2.1.4
Fixed
- Fix
README.mdfile resolution in thebuild.gradle.kts
0.8.3 - 2021-02-23
Changed
- Dependencies - upgrade
org.jetbrains.intellijto0.7.2 - Dependencies - upgrade
org.jlleitschuh.gradle.ktlintto10.0.0 - Update
platformVersionto2020.2.4for compatibility with macOS Big Sur - Upgrade Gradle Wrapper to
6.8.3
0.8.2 - 2021-02-09
Changed
- Use
-bindistribution of the Gradle Wrapper - Upgrade Gradle Wrapper to
6.8.2 - Update
pluginVerifierIdeVersionsingradle.propertiesfiles - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.30 - Dependencies - upgrade
org.jetbrains.changelogto1.1.1 - Configure the
changelogGradle plugin
0.8.1 - 2021-01-12
Added
- README: Dependencies management section
Changed
- Upgrade Gradle Wrapper to
6.8 - Dependencies - upgrade
org.jetbrains.changelogto1.0.0
Fixed
- Template Cleanup: Escape GitHub username to avoid incorrect characters in class package name
- Template Cleanup: Run
ktlintFormattask to fix imports order - GitHub Actions: Use the correct property in the "Upload artifact" step
0.8.0 - 2020-12-21
Added
- Dependabot integration
- Show
idea.loglogs of the run IDE in the Run console - README: FAQ section
Changed
build.gradle.kts: simpler syntax for configuringKotlinCompile- Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.21 - Dependencies - upgrade
detekt-formattingto1.15.0 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.15.0 - README: Clarifying the Java usage in the project
pluginVerifierIdeVersions- upgrade to2020.1.4, 2020.2.3, 2020.3.1
Fixed
- Return
Supplier<@Nls String>instead ofStringinMyBundle.messagePointer
0.7.1 - 2020-12-02
Changed
- Upgrade Gradle Wrapper to
6.7.1 - Dependencies - upgrade
org.jetbrains.intellijto0.6.5 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.20 - Update the base platform version to 2020.1
- Change since/until build to
201-203.*
0.7.0 - 2020-11-16
Added
- Predefined Run/Debug Configurations
- Project icon for development purposes
Changed
- Dependencies - upgrade
org.jetbrains.intellijto0.6.3
0.6.1 - 2020-11-05
Added
- GitHub Actions — use hash based on
pluginVerifierIdeVersionsinSetup Plugin Verifier IDEs Cachestep
Changed
- Use Kotlin extension function to retrieve the
MyProjectServicein theMyProjectManagerListener - Dependencies - upgrade
org.jetbrains.intellijto0.6.2 - Update
pluginVerifierIdeVersionsin thegradle.propertiesfiles
0.6.0 - 2020-10-29
Added
- Integration with IntelliJ Plugin Verifier through the Gradle IntelliJ Plugin
runPluginVerifiertask - Cache downloaded IDEs used by Plugin Verifier for the verification
Changed
- Switch Gradle Wrapper to
-allto improve the IntelliSense - Update detekt config to be in line with IJ settings
- Dependencies - upgrade
io.gitlab.arturbosch.detektto1.14.2 - Dependencies - upgrade
org.jetbrains.intellijto0.6.1 - GitHub Actions —
gradleValidationupdate togradle/wrapper-validation-action@v1.0.3 - GitHub Actions —
releaseDraftupdate toactions/download-artifact@v2
Removed
- Remove Third-party IntelliJ Plugin Verifier GitHub Action
0.5.1 - 2020-10-15
Added
- Missing properties in the
gradle.propertiestemplate file
Changed
- Upgrade Gradle Wrapper to
6.7 - Dependencies - upgrade
org.jetbrains.changelogto0.6.2
0.5.0 - 2020-10-12
Added
- Introduced
platformPluginsproperty ingradle.propertiesfor configuring dependencies to bundled/external plugins
Changed
- Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow
- Dependencies - upgrade
org.jetbrains.intellijto0.5.0 - Dependencies - upgrade
org.jetbrains.changelogto0.6.1 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.14.1 - Dependencies - upgrade
org.jlleitschuh.gradle.ktlintto9.4.1 - Remove LICENSE file during the Template Cleanup workflow
0.4.0 - 2020-10-02
Added
- Fix default to opt-out of bundling Kotlin standard library in plugin distribution
Changed
- GitHub Actions: allow releasing plugin even for the base project
- Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.10 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.13.1
Fixed
pluginNamevariable name collision withintellijclosure getter in Gradle configuration #29
0.3.2 - 2020-08-09
Changed
- Simplify and optimize GitHub Actions
- Gradle Wrapper upgrade to
6.6.1 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.0 - Dependencies - upgrade
org.jetbrains.intellijto0.4.22 - Dependencies - upgrade
org.jetbrains.changelogto0.5.0 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.12.0 - Dependencies - upgrade
org.jlleitschuh.gradle.ktlintto9.4.0 - Rename
masterbranch tomain
Fixed
- GitHub Actions — cache Gradle dependencies and wrapper separately
0.3.1 - 2020-07-31
Added
- Better handling of the Gradle plugin description extraction from the README file
- GitHub Actions — cache Gradle Wrapper
Changed
- Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
- Dependencies - bump ktlint to
9.3.0 - GitHub Actions — make Update Changelog job dependent on the Publish Plugin
- GitHub Actions — run plugin verifier against
2019.32020.12020.2
Fixed
- Resolve ktlint reports
- GitHub Actions — Plugin Verifier broken for artifacts with spaces in name
0.3.0 - 2020-07-07
Added
- Set the publishing channel depending on the plugin version, i.e.
1.0.0-beta->betachannel
Changed
- Update
org.jetbrains.changelogdependency tov0.3.3 - Update Gradle Wrapper to
v6.5.1 - Run GitHub Actions Release workflow on
prereleasedevent - GitHub Actions — Release, separate changelog-related job from the release
Fixed
- Remove vendor website from
plugin.xml - Update Template Cleanup workflow test to avoid running it on forks
0.2.0 - 2020-07-02
Added
- JetBrains Plugin badges and TODO list for the end users
ktlintintegration
Changed
pluginUntilBuildset to the correct format:201.*- Bump detekt dependency to
1.10.0
Fixed
- GitHub Actions — Template Cleanup, fixed adding files to git
- Update Template plugin name on cleanup
- Set
buildUponDefaultConfig = truein detekt configuration
0.1.0 - 2020-06-26
Added
settings.gradle.ktsfor the performance purposes#REMOVE-ON-CLEANUP#token to mark content to be removed with Template Cleanup workflow
Changed
- README proofreading
- GitHub Actions — Update IDE versions for the Plugin Verifier
- Update platformVersion to
2020.1.2
0.0.2 - 2020-06-22
Added
- Gradle Changelog Plugin integration
Changed
- Bump Detekt version
- Change pluginSinceBuild to 193
0.0.1
Added
- Initial project scaffold
- GitHub Actions to automate testing and deployment
- Kotlin support