Releases: JetBrains/intellij-platform-plugin-template
Releases · JetBrains/intellij-platform-plugin-template
0.10.0
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
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
0.8.2
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
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
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
0.7.0
0.6.1
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
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/[email protected] - GitHub Actions —
releaseDraftupdate toactions/download-artifact@v2
Removed
- Remove Third-party IntelliJ Plugin Verifier GitHub Action