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-10-05 09:06:49 +02:00
## [Unreleased]
2021-02-25 10:41:19 +01:00
### Added
- `properties` shorthand function for accessing `gradle.properties` in a cleaner way
2021-03-29 10:38:56 +02:00
- Dependabot check for GitHub Actions used in [workflow files ](.github/workflows )
2021-02-25 10:41:19 +01:00
2021-03-29 21:03:41 +02:00
### Changed
- Dependencies - upgrade `detekt-formatting from` to `1.16.0`
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.16.0`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.32`
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v2.2.2`
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.4`
### Fixed
- Fix `README.md` file resolution in the `build.gradle.kts`
2021-02-23 19:26:03 +00:00
## [0.8.3]
2021-02-09 11:44:33 +00:00
### Changed
2021-02-23 16:19:22 +01:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.7.2`
2021-02-11 09:05:53 +01:00
- Dependencies - upgrade `org.jlleitschuh.gradle.ktlint` to `10.0.0`
2021-02-11 11:36:54 +01:00
- Update `platformVersion` to `2020.2.4` for compatibility with macOS Big Sur
2021-02-23 13:24:03 +01:00
- Upgrade Gradle Wrapper to `6.8.3`
2021-02-09 11:44:33 +00:00
## [0.8.2]
2021-01-12 21:40:58 +00:00
### Changed
2021-01-13 16:21:33 +01:00
- Use `-bin` distribution of the Gradle Wrapper
2021-02-08 08:09:04 +01:00
- Upgrade Gradle Wrapper to `6.8.2`
2021-01-29 09:50:43 +01:00
- Update `pluginVerifierIdeVersions` in `gradle.properties` files
2021-02-04 10:15:49 +01:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.30`
2021-02-09 12:09:45 +01:00
- Dependencies - upgrade `org.jetbrains.changelog` to `1.1.1`
2021-02-08 08:04:58 +01:00
- Configure the `changelog` Gradle plugin
2021-01-12 21:40:58 +00:00
2021-01-13 16:21:33 +01:00
## [0.8.1]
2021-01-12 21:40:58 +00:00
### Added
2021-01-12 22:19:02 +01:00
- README: Dependencies management section
2021-01-08 22:03:24 +01:00
### Changed
- Upgrade Gradle Wrapper to `6.8`
2021-01-12 17:28:39 +01:00
- Dependencies - upgrade `org.jetbrains.changelog` to `1.0.0`
2021-01-08 22:03:24 +01:00
2020-12-21 10:59:36 +00:00
### Fixed
2021-01-11 16:21:53 +01:00
- Template Cleanup: Escape GitHub username to avoid incorrect characters in class package name
- Template Cleanup: Run `ktlintFormat` task to fix imports order
- GitHub Actions: Use the correct property in the "Upload artifact" step
2020-12-21 10:59:36 +00:00
## [0.8.0]
### Added
2020-12-21 10:43:02 +01:00
- Dependabot integration
2020-12-18 12:14:39 +01:00
- Show `idea.log` logs of the run IDE in the Run console
- README: FAQ section
2020-12-02 16:06:16 +00:00
### Changed
2020-12-21 09:23:26 +01:00
- `build.gradle.kts` : simpler syntax for configuring `KotlinCompile`
2020-12-10 22:25:25 +01:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.21`
2020-12-21 11:19:54 +01:00
- Dependencies - upgrade `detekt-formatting` to `1.15.0`
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.15.0`
2020-12-18 12:14:39 +01:00
- README: Clarify the Java usage in the project
2020-12-21 11:32:06 +01:00
- `pluginVerifierIdeVersions` - upgrade to `2020.1.4, 2020.2.3, 2020.3.1`
2020-12-02 16:06:16 +00:00
2020-12-21 09:23:26 +01:00
### Fixed
- Return `Supplier<@Nls String>` instead of `String` in `MyBundle.messagePointer`
2020-12-02 16:06:16 +00:00
## [0.7.1]
2020-11-16 13:22:33 +00:00
### Changed
2020-11-17 11:00:21 +01:00
- Upgrade Gradle Wrapper to `6.7.1`
2020-11-30 15:11:51 +01:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.5`
2020-11-23 00:07:25 +01:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.20`
2020-12-02 14:56:42 +01:00
- Update the base platform version to 2020.1
- Change since/until build to `201-203.*`
2020-11-16 13:22:33 +00:00
## [0.7.0]
### Added
2020-11-16 11:32:22 +01:00
- Predefined Run/Debug Configurations
2020-11-16 11:26:43 +01:00
- Project icon for development purposes
2020-11-05 21:17:11 +00:00
### Changed
2020-11-10 08:51:57 +01:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.3`
2020-11-05 21:17:11 +00:00
## [0.6.1]
### Added
2020-11-05 21:33:41 +01:00
- GitHub Actions - use hash based on `pluginVerifierIdeVersions` in `Setup Plugin Verifier IDEs Cache` step
2020-10-30 17:07:47 +01:00
### Changed
2021-01-21 11:10:06 +01:00
- Use [Kotlin extension function ](https://plugins.jetbrains.com/docs/intellij/plugin-services.html#retrieving-a-service ) to retrieve the `MyProjectService` in the `MyProjectManagerListener`
2020-11-05 14:35:19 +01:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.2`
2020-11-05 14:42:39 +01:00
- Update `pluginVerifierIdeVersions` in the `gradle.properties` files
2020-10-30 17:07:47 +01:00
## [0.6.0]
2020-10-29 20:41:47 +01:00
### Added
- Integration with [IntelliJ Plugin Verifier ](https://github.com/JetBrains/intellij-plugin-verifier ) through the [Gradle IntelliJ Plugin ](https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl ) `runPluginVerifier` task
2020-10-29 21:46:49 +01:00
- Cache downloaded IDEs used by Plugin Verifier for the verification
2020-10-29 20:41:47 +01:00
2020-10-15 15:19:27 +00:00
### Changed
2020-10-16 14:48:19 +02:00
- Switch Gradle Wrapper to `-all` to improve the IntelliSense
2020-10-19 11:14:07 +02:00
- Update detekt config to be in line with IJ settings
2020-10-22 10:34:39 +02:00
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.14.2`
2020-10-29 20:41:47 +01:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.1`
2020-10-27 11:32:12 +01:00
- GitHub Actions - `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
2020-10-29 20:49:30 +01:00
- GitHub Actions - `releaseDraft` update to `actions/download-artifact@v2`
2020-10-15 15:19:27 +00:00
2020-10-29 20:41:47 +01:00
### Removed
- Remove Third-party IntelliJ Plugin Verifier GitHub Action
2020-10-15 15:19:27 +00:00
## [0.5.1]
### Added
2020-10-14 09:11:52 +02:00
- Missing properties in the `gradle.properties` template file
2020-10-12 16:33:06 +00:00
### Changed
2020-10-15 16:38:56 +02: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 17:56:08 +02:00
- Introduced `platformPlugins` property in `gradle.properties` for configuring dependencies to bundled/external plugins
2020-10-05 09:25:03 +02:00
### Changed
- Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow
2020-10-15 16:38:56 +02: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 14:15:37 +02:00
- Remove LICENSE file during the Template Cleanup workflow
2020-10-05 09:06:49 +02:00
2020-10-05 08:55:23 +02:00
## [0.4.0]
2020-10-02 11:44:28 +02:00
### Added
- Fix default to opt-out of bundling Kotlin standard library in plugin distribution
2020-09-11 09:12:48 +02:00
### Changed
- GitHub Actions: allow releasing plugin even for the base project
2020-10-15 16:38:56 +02:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.10`
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.13.1`
2020-09-11 09:12:48 +02:00
### Fixed
- `pluginName` variable name collision with `intellij` closure getter in Gradle configuration #29
2020-09-11 08:36:27 +02:00
## [0.3.2]
2020-08-12 11:55:32 +02:00
### Changed
- Simplify and optimize GitHub Actions
2020-10-15 16:38:56 +02: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 12:06:35 +02:00
- Rename `master` branch to `main`
2020-08-12 11:55:32 +02:00
2020-09-07 13:07:31 +02:00
### Fixed
- GitHub Actions - cache Gradle dependencies and wrapper separately
2020-08-12 11:55:32 +02:00
## [0.3.1]
2020-08-04 13:27:36 +02:00
### Added
- Better handling of the Gradle plugin description extraction from the README file
2020-08-09 10:54:03 +02:00
- GitHub Actions - cache Gradle Wrapper
2020-08-04 13:27:36 +02:00
2020-07-31 12:11:10 +00:00
### Changed
2020-08-04 12:59:51 +02:00
- Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
2020-10-15 16:38:56 +02:00
- Dependencies - bump ktlint to `9.3.0`
2020-08-07 10:39:37 +02:00
- GitHub Actions - make * Update Changelog * job dependent on the * Publish Plugin *
2020-07-31 12:11:10 +00:00
2020-08-09 10:42:05 +02:00
### Fixed
- Resolve ktlint reports
2020-07-31 12:11:10 +00:00
## [0.3.1]
2020-07-31 09:07:40 +02:00
### Changed
2020-10-15 16:38:56 +02:00
- GitHub Actions - run plugin verifier against `2019.3` `2020.1` `2020.2`
2020-07-07 04:38:12 +00:00
2020-07-31 13:14:35 +02: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 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
2020-10-15 16:38:56 +02:00
- 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