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-10-05 07:06:49 +00:00
## [Unreleased]
2020-10-15 15:19:27 +00:00
### Changed
2020-10-16 12:48:19 +00:00
- Switch Gradle Wrapper to `-all` to improve the IntelliSense
2020-10-19 09:14:07 +00:00
- Update detekt config to be in line with IJ settings
2020-10-22 08:34:39 +00:00
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.14.2`
2020-10-27 10:32:12 +00:00
- GitHub Actions - `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
2020-10-15 15:19:27 +00:00
## [0.5.1]
### Added
2020-10-14 07:11:52 +00:00
- Missing properties in the `gradle.properties` template file
2020-10-12 16:33:06 +00:00
### Changed
2020-10-15 14:38:56 +00:00
- Upgrade Gradle Wrapper to `6.7`
- Dependencies - upgrade `org.jetbrains.changelog` to `0.6.2`
2020-10-12 16:33:06 +00:00
## [0.5.0]
### Added
2020-10-12 15:56:08 +00:00
- Introduced `platformPlugins` property in `gradle.properties` for configuring dependencies to bundled/external plugins
2020-10-05 07:25:03 +00:00
### Changed
- Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow
2020-10-15 14:38:56 +00:00
- 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`
2020-10-12 12:15:37 +00:00
- Remove LICENSE file during the Template Cleanup workflow
2020-10-05 07:06:49 +00:00
2020-10-05 06:55:23 +00:00
## [0.4.0]
2020-10-02 09:44:28 +00:00
### Added
- Fix default to opt-out of bundling Kotlin standard library in plugin distribution
2020-09-11 07:12:48 +00:00
### Changed
- GitHub Actions: allow releasing plugin even for the base project
2020-10-15 14:38:56 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.10`
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.13.1`
2020-09-11 07:12:48 +00:00
### Fixed
- `pluginName` variable name collision with `intellij` closure getter in Gradle configuration #29
2020-09-11 06:36:27 +00:00
## [0.3.2]
2020-08-12 09:55:32 +00:00
### Changed
- Simplify and optimize GitHub Actions
2020-10-15 14:38:56 +00:00
- 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`
2020-09-08 10:06:35 +00:00
- Rename `master` branch to `main`
2020-08-12 09:55:32 +00:00
2020-09-07 11:07:31 +00:00
### Fixed
- GitHub Actions - cache Gradle dependencies and wrapper separately
2020-08-12 09:55:32 +00:00
## [0.3.1]
2020-08-04 11:27:36 +00:00
### Added
- Better handling of the Gradle plugin description extraction from the README file
2020-08-09 08:54:03 +00:00
- GitHub Actions - cache Gradle Wrapper
2020-08-04 11:27:36 +00:00
2020-07-31 12:11:10 +00:00
### Changed
2020-08-04 10:59:51 +00:00
- Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
2020-10-15 14:38:56 +00:00
- Dependencies - bump ktlint to `9.3.0`
2020-08-07 08:39:37 +00:00
- GitHub Actions - make *Update Changelog* job dependent on the *Publish Plugin*
2020-07-31 12:11:10 +00:00
2020-08-09 08:42:05 +00:00
### Fixed
- Resolve ktlint reports
2020-07-31 12:11:10 +00:00
## [0.3.1]
2020-07-31 07:07:40 +00:00
### Changed
2020-10-15 14:38:56 +00:00
- GitHub Actions - run plugin verifier against `2019.3` `2020.1` `2020.2`
2020-07-07 04:38:12 +00:00
2020-07-31 11:14:35 +00:00
### Fixed
- GitHub Actions - Plugin Verifier broken for artifacts with whitespaces in name
2020-07-07 04:38:12 +00:00
## [0.3.0]
2020-07-06 12:27:26 +00:00
### Added
- Set publish channel depending on the plugin version, i.e. `1.0.0-beta` -> `beta` channel
2020-07-06 11:25:25 +00:00
### Changed
- Update `org.jetbrains.changelog` dependency to `v0.3.3`
2020-07-06 12:46:30 +00:00
- Update Gradle Wrapper to `v6.5.1`
2020-07-06 20:02:43 +00:00
- Run GitHub Actions Release workflow on `prereleased` event
2020-07-07 04:26:29 +00:00
- GitHub Actions - Release - separate changelog related job from the release
2020-07-06 11:25:25 +00:00
2020-07-02 06:41:26 +00:00
### Fixed
- Remove vendor website from `plugin.xml`
2020-07-06 11:24:19 +00:00
- Update Template Cleanup workflow test to avoid running it on forks
2020-07-02 04:45:51 +00:00
## [0.2.0]
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
2020-10-15 14:38:56 +00:00
- 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