Skip to content

Releases: JetBrains/intellij-platform-plugin-template

v0.10.1

31 May 10:27
Compare
Choose a tag to compare

Added

  • Introduced next branch in the root repository to make main always a stable one

Changed

  • Dependencies (GitHub Actions) - upgrade actions/cache to v2.1.6
  • Trigger GitHub Actions Build workflows only on pushes to main branch or pull request to avoid duplicated checks

v0.10.0

27 May 20:42
Compare
Choose a tag to compare

Changed

  • Remove reference to the jcenter() from Gradle configuration file
  • Update pluginVerifierIdeVersions to 2020.2.4, 2020.3.4, 2021.1.2
  • Update pluginUntilBuild to include 211.* (2021.1.*)
  • Dependencies - upgrade org.jetbrains.intellij to 1.0
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.5.10
  • Dependencies - upgrade detekt-formatting from to 1.17.1
  • Dependencies - upgrade io.gitlab.arturbosch.detekt to 1.17.1
  • Dependencies (GitHub Actions) - upgrade actions/cache to v2.1.5
  • Dependencies (GitHub Actions) - upgrade actions/checkout to v2.3.4
  • Dependencies (GitHub Actions) - upgrade actions/upload-release-asset to v1.0.2
  • Dependencies (GitHub Actions) - upgrade actions/create-release to v1.1.4
  • Upgrade Gradle Wrapper to 7.0.2

v0.9.0

29 Mar 19:31
Compare
Choose a tag to compare

Added

  • properties shorthand function for accessing gradle.properties in a cleaner way
  • Dependabot check for GitHub Actions used in workflow files

Changed

  • Dependencies - upgrade detekt-formatting from to 1.16.0
  • Dependencies - upgrade io.gitlab.arturbosch.detekt to 1.16.0
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.4.32
  • Dependencies (GitHub Actions) - upgrade actions/upload-artifact to v2.2.2
  • Dependencies (GitHub Actions) - upgrade actions/cache to v2.1.4

Fixed

  • Fix README.md file resolution in the build.gradle.kts

v0.8.3

23 Feb 19:20
Compare
Choose a tag to compare

Changed

  • Dependencies - upgrade org.jetbrains.intellij to 0.7.2
  • Dependencies - upgrade org.jlleitschuh.gradle.ktlint to 10.0.0
  • Update platformVersion to 2020.2.4 for compatibility with macOS Big Sur
  • Upgrade Gradle Wrapper to 6.8.3

v0.8.2

09 Feb 11:40
Compare
Choose a tag to compare

Changed

  • Use -bin distribution of the Gradle Wrapper
  • Upgrade Gradle Wrapper to 6.8.2
  • Update pluginVerifierIdeVersions in gradle.properties files
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.4.30
  • Dependencies - upgrade org.jetbrains.changelog to 1.1.1
  • Configure the changelog Gradle plugin

v0.8.1

12 Jan 21:36
Compare
Choose a tag to compare

Added

  • README: Dependencies management section

Changed

  • Upgrade Gradle Wrapper to 6.8
  • Dependencies - upgrade org.jetbrains.changelog to 1.0.0

Fixed

  • Template Cleanup: Escape GitHub username to avoid incorrect characters in class package name
  • Template Cleanup: Run ktlintFormat task to fix imports order
  • GitHub Actions: Use the correct property in the "Upload artifact" step

v0.8.0

21 Dec 10:54
Compare
Choose a tag to compare

Added

  • Dependabot integration
  • Show idea.log logs of the run IDE in the Run console
  • README: FAQ section

Changed

  • build.gradle.kts: simpler syntax for configuring KotlinCompile
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.4.21
  • Dependencies - upgrade detekt-formatting to 1.15.0
  • Dependencies - upgrade io.gitlab.arturbosch.detekt to 1.15.0
  • README: Clarify the Java usage in the project
  • pluginVerifierIdeVersions - upgrade to 2020.1.4, 2020.2.3, 2020.3.1

Fixed

  • Return Supplier<@Nls String> instead of String in MyBundle.messagePointer

v0.7.1

02 Dec 16:01
Compare
Choose a tag to compare

Changed

  • Upgrade Gradle Wrapper to 6.7.1
  • Dependencies - upgrade org.jetbrains.intellij to 0.6.5
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.4.20
  • Update the base platform version to 2020.1
  • Change since/until build to 201-203.*

v0.7.0

16 Nov 13:18
Compare
Choose a tag to compare

Added

  • Predefined Run/Debug Configurations
  • Project icon for development purposes

Changed

  • Dependencies - upgrade org.jetbrains.intellij to 0.6.3

v0.6.1

05 Nov 21:12
Compare
Choose a tag to compare

Added

  • GitHub Actions - use hash based on pluginVerifierIdeVersions in Setup Plugin Verifier IDEs Cache step

Changed

  • Use Kotlin extension function to retrieve the MyProjectService in the MyProjectManagerListener
  • Dependencies - upgrade org.jetbrains.intellij to 0.6.2
  • Update pluginVerifierIdeVersions in the gradle.properties files