2020-06-16 09:09:54 +00:00
<!-- Keep a Changelog guide - > https://keepachangelog.com -->
2020-06-19 05:36:30 +00:00
# IntelliJ Platform Plugin Template Changelog
2020-05-06 07:13:49 +00:00
2020-06-23 10:36:55 +00:00
## [Unreleased]
2020-07-01 15:42:29 +00:00
### Added
- JetBrains Plugin badges and TODO list for the end users
2020-07-02 04:27:29 +00:00
- `ktlint` integration
2020-07-01 15:42:29 +00:00
2020-06-26 11:23:43 +00:00
### Changed
- `pluginUntilBuild` set to the correct format: `201.*`
2020-07-02 03:46:55 +00:00
- Bump detekt dependency to `1.10.0`
2020-06-26 11:23:43 +00:00
2020-06-26 11:22:18 +00:00
### Fixed
- GitHub Actions - Template Cleanup - fixed adding files to git
- Update Template plugin name on cleanup
2020-07-02 03:46:55 +00:00
- Set `buildUponDefaultConfig = true` in detekt configuration
2020-06-26 09:44:52 +00:00
## [0.1.0]
2020-06-26 07:35:03 +00: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 09:26:31 +00:00
- `#REMOVE-ON-CLEANUP#` token to mark content to be removed with **Template Cleanup** workflow
2020-06-26 07:35:03 +00:00
2020-06-23 10:28:35 +00: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 09:09:54 +00: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