2020-06-16 11:09:54 +02:00
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
2020-06-19 07:36:30 +02:00
# IntelliJ Platform Plugin Template Changelog
2020-05-06 09:13:49 +02:00
2020-06-23 12:36:55 +02:00
## [Unreleased]
2020-07-06 14:27:26 +02:00
### Added
- Set publish channel depending on the plugin version, i.e. `1.0.0-beta` -> `beta` channel
2020-07-06 13:25:25 +02:00
### Changed
- Update `org.jetbrains.changelog` dependency to `v0.3.3`
2020-07-06 14:46:30 +02:00
- Update Gradle Wrapper to `v6.5.1`
2020-07-06 22:02:43 +02:00
- Run GitHub Actions Release workflow on `prereleased` event
2020-07-07 06:26:29 +02:00
- GitHub Actions - Release - separate changelog related job from the release
2020-07-06 13:25:25 +02:00
2020-07-02 08:41:26 +02:00
### Fixed
- Remove vendor website from `plugin.xml`
2020-07-06 13:24:19 +02:00
- Update Template Cleanup workflow test to avoid running it on forks
2020-07-02 06:45:51 +02:00
## [0.2.0]
2020-07-01 17:42:29 +02:00
### Added
- JetBrains Plugin badges and TODO list for the end users
2020-07-02 06:27:29 +02:00
- `ktlint` integration
2020-07-01 17:42:29 +02:00
2020-06-26 13:23:43 +02:00
### Changed
- `pluginUntilBuild` set to the correct format: `201.*`
2020-07-02 05:46:55 +02:00
- Bump detekt dependency to `1.10.0`
2020-06-26 13:23:43 +02:00
2020-06-26 13:22:18 +02:00
### Fixed
- GitHub Actions - Template Cleanup - fixed adding files to git
- Update Template plugin name on cleanup
2020-07-02 05:46:55 +02:00
- Set `buildUponDefaultConfig = true` in detekt configuration
2020-06-26 11:44:52 +02:00
## [0.1.0]
2020-06-26 09:35:03 +02:00
### Added
- `settings.gradle.kts` for the [performance purposes ](https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#always_define_a_settings_file )
2020-06-26 11:26:31 +02:00
- `#REMOVE-ON-CLEANUP#` token to mark content to be removed with **Template Cleanup ** workflow
2020-06-26 09:35:03 +02:00
2020-06-23 12:28:35 +02:00
### Changed
- README proofreading
- GitHub Actions - Update IDE versions for the Plugin Verifier
- Update platformVersion to 2020.1.2
2020-06-23 04:43:58 +00:00
## [0.0.2]
2020-06-16 11:09:54 +02:00
### Added
- [Gradle Changelog Plugin ](https://github.com/JetBrains/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