mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
1.5 KiB
1.5 KiB
IntelliJ Platform Plugin Template Changelog
[Unreleased]
Added
- Set publish channel depending on the plugin version, i.e.
1.0.0-beta->betachannel
Changed
- Update
org.jetbrains.changelogdependency tov0.3.3
Fixed
- Remove vendor website from
plugin.xml - Update Template Cleanup workflow test to avoid running it on forks
[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
[0.1.0]
Added
settings.gradle.ktsfor the performance purposes#REMOVE-ON-CLEANUP#token to mark content to be removed with Template Cleanup workflow
Changed
- README proofreading
- GitHub Actions - Update IDE versions for the Plugin Verifier
- Update platformVersion to 2020.1.2
[0.0.2]
Added
- Gradle Changelog Plugin integration
Changed
- Bump Detekt version
- Change pluginSinceBuild to 193
[0.0.1]
Added
- Initial project scaffold
- GitHub Actions to automate testing and deployment
- Kotlin support