Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 11:25
· 199 commits to main since this release

Added

  • Migrate to Gradle Provider API improving configuration cache compatibility
  • Example code - FrameStateListener application listener
  • Example code - MyToolWindowFactory tool window basic implementation

Changed

  • Update platformVersion to 2022.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.dir variable as a system property instead of project property
  • Template Cleanup: remove default pluginIcon.svg icon
  • Upgrade Gradle Wrapper to 8.0.2
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.8.10
  • Dependencies - upgrade org.jetbrains.intellij to 1.13.2
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2022.3.4
  • Dependencies (GitHub Actions) - upgrade gradle/wrapper-validation-action to v1.0.6

Fixed

  • Resolving the content for the patchPluginXML.changeNotes property

Removed

  • Example code - application service
  • Example code - deprecated ProjectManagerListener application listener