intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform

APACHE-2.0 License

Stars
3.1K
Committers
47

Bot releases are visible (Hide)

intellij-platform-plugin-template - v1.1.2

Published by github-actions[bot] over 2 years ago

Changed

  • Update platformVersion to 2021.1.3 for 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.intellij to 1.4.0
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to 4.2.5
intellij-platform-plugin-template - v1.1.1

Published by github-actions[bot] over 2 years ago

Changed

  • GitHub Actions - fixed duplicated .zip extension in artifact file's name of the build flow
  • Upgrade Gradle Wrapper to 7.3.3
  • Dependencies - upgrade org.jetbrains.intellij to 1.3.1
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.6.10
  • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to 4.2.3
  • Dependencies (GitHub Actions) - upgrade actions/cache to v2.1.7
intellij-platform-plugin-template - v1.1.0

Published by github-actions[bot] almost 3 years ago

Added

  • GitHub Actions: Collect Qodana/Tests/Plugin Verifier results as artifacts

Changed

  • Dependencies - upgrade org.jetbrains.intellij to 1.3.0
  • Dependencies - upgrade org.jetbrains.changelog to 1.3.1
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.6.0
  • Dependencies (GitHub Actions) - upgrade jtalk/url-health-check-action to 2
  • Dependencies (GitHub Actions) - upgrade actions/checkout to 2.3.5
  • GitHub Actions general performance refactoring
  • GitHub Actions - prepare plugin archive content to be archived once
  • GitHub Actions - patch changelog only if change notes are provided
  • Update pluginUntilBuild to include 213.* (2021.3.*)
  • Upgrade Gradle Wrapper to 7.3

Fixed

  • Fixed passing change notes from CHANGELOG.md to the Release Draft
  • Fixed passing updated change notes from the Release Draft to patchChangelog Gradle task
  • Fixed QODANA_SHOW_REPORT environment variable resolving for Gradle 6.x

Removed

  • Removed the pluginVerifierIdeVersions configuration to use default IDEs list provided by the listProductsReleases task for runPluginVerifier
  • Removed platformDownloadSources from Gradle configuration to use default value
  • Removed updateSinceUntilBuild.set(true) from Gradle configuration to use default value
intellij-platform-plugin-template - v1.0.0

Published by github-actions[bot] about 3 years ago

Added

  • Plugin Signing
  • Qodana integration
  • Functional tests
  • Compatibility with Java 11
  • Run Qodana and Run IDE for UI Tests run configurations
  • Use Gradle wrapper task to handle Gradle updates
  • JVM compatibility version extracted to gradle.properties file
  • Suppress UnusedProperty inspection for the kotlin.stdlib.default.dependency in gradle.properties

Changed

  • GitHub Actions: Use Java 11
  • GitHub Actions: Update Build and Release flows
  • GitHub Actions: Use Gradle cache provided with actions/setup-java
  • Update pluginVerifierIdeVersions to 2020.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.jvm to 1.5.30
  • Dependencies - upgrade org.jetbrains.changelog to 1.3.0
  • Dependencies - upgrade org.jetbrains.intellij to 1.1.6
  • Dependencies (GitHub Actions) - upgrade actions/upload-artifact to v2.2.4

Fixed

  • Use DynamicBundle instead of AbstractBundle in MyBundle.kt

Removed

  • Removed detekt/ktlint integration
intellij-platform-plugin-template - v0.10.1

Published by github-actions[bot] over 3 years ago

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
intellij-platform-plugin-template - v0.10.0

Published by github-actions[bot] over 3 years ago

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
intellij-platform-plugin-template - v0.9.0

Published by github-actions[bot] over 3 years ago

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
intellij-platform-plugin-template - v0.8.3

Published by github-actions[bot] over 3 years ago

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
intellij-platform-plugin-template - v0.8.2

Published by github-actions[bot] over 3 years ago

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
intellij-platform-plugin-template - v0.8.1

Published by github-actions[bot] almost 4 years ago

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
intellij-platform-plugin-template - v0.8.0

Published by github-actions[bot] almost 4 years ago

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
intellij-platform-plugin-template - v0.7.1

Published by github-actions[bot] almost 4 years ago

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.*
intellij-platform-plugin-template - v0.7.0

Published by github-actions[bot] almost 4 years ago

Added

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

Changed

  • Dependencies - upgrade org.jetbrains.intellij to 0.6.3
intellij-platform-plugin-template - v0.6.1

Published by github-actions[bot] almost 4 years ago

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
intellij-platform-plugin-template - v0.6.0

Published by github-actions[bot] almost 4 years ago

Added

Changed

  • Switch Gradle Wrapper to -all to improve the IntelliSense
  • Update detekt config to be in line with IJ settings
  • Dependencies - upgrade io.gitlab.arturbosch.detekt to 1.14.2
  • Dependencies - upgrade org.jetbrains.intellij to 0.6.1
  • GitHub Actions - gradleValidation update to gradle/[email protected]
  • GitHub Actions - releaseDraft update to actions/download-artifact@v2

Removed

  • Remove Third-party IntelliJ Plugin Verifier GitHub Action
intellij-platform-plugin-template - v0.5.1

Published by github-actions[bot] about 4 years ago

Added

  • Missing properties in the gradle.properties template file

Changed

  • Upgrade Gradle Wrapper to 6.7
  • Dependencies - upgrade org.jetbrains.changelog to 0.6.2
intellij-platform-plugin-template - v0.5.0

Published by github-actions[bot] about 4 years ago

Added

  • Introduced platformPlugins property in gradle.properties for configuring dependencies to bundled/external plugins

Changed

  • Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow
  • Dependencies - upgrade org.jetbrains.intellij to 0.5.0
  • Dependencies - upgrade org.jetbrains.changelog to 0.6.1
  • Dependencies - upgrade io.gitlab.arturbosch.detekt to 1.14.1
  • Dependencies - upgrade org.jlleitschuh.gradle.ktlint to 9.4.1
  • Remove LICENSE file during the Template Cleanup workflow
intellij-platform-plugin-template - v0.4.0

Published by github-actions[bot] about 4 years ago

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.jvm to 1.4.10
  • Dependencies - upgrade org.jetbrains.intellij to 0.4.26
  • Dependencies - upgrade org.jetbrains.changelog to 0.6.0
  • Dependencies - upgrade io.gitlab.arturbosch.detekt to 1.14.1

Fixed

  • pluginName variable name collision with intellij closure getter in Gradle configuration #29
intellij-platform-plugin-template - v0.3.4

Published by github-actions[bot] about 4 years ago

Changed

  • Simplify and optimize GitHub Actions
  • Gradle Wrapper upgrade to 6.6.1
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.4.0
  • Dependencies - upgrade org.jetbrains.intellij to 0.4.22
  • Dependencies - upgrade org.jetbrains.changelog to 0.5.0
  • Dependencies - upgrade io.gitlab.arturbosch.detekt to 1.12.0
  • Dependencies - upgrade org.jlleitschuh.gradle.ktlint to 9.4.0
  • Rename master branch to main

Fixed

  • GitHub Actions - cache Gradle dependencies and wrapper separately
intellij-platform-plugin-template - v0.3.3

Published by github-actions[bot] about 4 years ago

Changed

  • Simplify and optimize GitHub Actions
  • Gradle Wrapper upgrade to v6.6
  • Dependencies - bump org.jetbrains.kotlin.jvm to 1.4.0
  • Dependencies - bump io.gitlab.arturbosch.detekt to 1.11.0
Related Projects