Releases: JetBrains/intellij-platform-plugin-template
Releases · JetBrains/intellij-platform-plugin-template
0.5.1
0.5.0
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
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.4
0.3.3
0.3.2
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
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
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.3.0-test
Release 0.3.0-test
0.2.0
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