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]
2023-08-04 14:12:20 +00:00
2024-02-20 21:40:28 +00:00
## [1.12.0] - 2024-02-20
2024-02-20 19:05:28 +00:00
### Added
- GitHub Actions: Reduce the number of concurrent builds
2024-02-20 19:09:59 +00:00
### Changed
2024-02-20 21:11:23 +00:00
- Change since/until build to `223-241.*` (2022.3-2024.1.*)
2024-02-20 21:10:11 +00:00
- Upgrade Gradle Wrapper to `8.6`
2024-02-20 21:07:47 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.17.2`
2024-02-20 19:09:59 +00:00
- Dependencies (GitHub Actions) - upgrade `gradle/gradle-build-action@v2` to `gradle/actions/setup-gradle@v3`
2024-02-20 19:13:38 +00:00
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.3.1`
2024-02-20 19:09:59 +00:00
2024-02-01 09:27:58 +00:00
### Fixed
- Adjusted obtaining the value for `publishPlugin.channels` property in `build.gradle.kts`
- Fixed bash variable access in the Create Release Draft step.
2024-02-01 08:51:15 +00:00
### Removed
- Remove Gradle Kotlin DSL Lazy Property Assignment because it's default now
2023-12-01 13:26:46 +00:00
## [1.11.3] - 2023-12-01
2023-11-29 18:57:37 +00:00
### Changed
- Upgrade Gradle Wrapper to `8.5`
2023-12-01 12:38:31 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.16.1`
2023-11-29 19:02:36 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.21`
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.5`
- Dependencies - upgrade `annotations` to `24.1.0`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.2.8`
2023-12-01 12:38:31 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/setup-java` to `4`
2023-11-29 18:57:37 +00:00
2023-10-06 15:31:39 +00:00
## [1.11.2] - 2023-10-06
2023-08-28 10:30:54 +00:00
### Changed
2023-10-06 12:34:13 +00:00
- Upgrade Gradle Wrapper to `8.4`
- Gradle - use JetBrains Runtime
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.7.0`
2023-10-06 08:10:48 +00:00
- Change since/until build to `223-233.*` (2022.3-2023.3.*)
2023-10-06 07:47:42 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.16.0`
2023-08-28 10:33:28 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.10`
2023-08-28 10:30:54 +00:00
- Dependencies - upgrade `org.jetbrains.changelog` to `2.2.0`
2023-10-05 06:48:17 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `4`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.2.6`
2023-08-28 10:30:54 +00:00
2023-08-17 09:58:23 +00:00
## [1.11.1] - 2023-08-17
2023-08-17 08:59:20 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2023-08-17 08:59:20 +00:00
- GitHub Actions: publish workflow fails due to the existing `release changelog` label
2023-08-17 08:57:25 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-08-17 08:57:25 +00:00
- Upgrade Gradle Wrapper to `8.3`
2023-08-07 14:29:22 +00:00
## [1.11.0] - 2023-08-07
2023-08-07 11:25:59 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-08-07 11:25:59 +00:00
- GitHub Actions: move the `Maximize Build Space` step from the `Build` job to `Inspect code` and `Verify plugin` jobs
2023-08-07 13:01:29 +00:00
- Update `platformVersion` to `2022.3.3`
2023-08-07 13:43:03 +00:00
- Change since/until build to `223-232.*` (2022.3-2023.2.*)
2023-08-07 13:47:41 +00:00
- `MyBundle` : remove `SpreadOperator` suppression
2023-08-07 13:44:07 +00:00
- `MyBundle.properties` : remove unused `name` property
2023-08-07 13:00:29 +00:00
2023-08-04 14:12:20 +00:00
## [1.10.0] - 2023-08-04
2023-08-04 08:49:32 +00:00
### Added
2023-08-28 10:30:54 +00:00
2023-08-04 09:58:42 +00:00
- [Foojay Toolchains Plugin ](https://github.com/gradle/foojay-toolchains ) integration
- GitHub Actions: set `gradle-home-cache-cleanup: true` flag to the Gradle Build Action
2023-08-04 10:36:08 +00:00
- GitHub Actions: use `jlumbroso/free-disk-space` to free disk space
2023-01-30 14:48:38 +00:00
2023-08-04 08:51:42 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-08-04 10:31:24 +00:00
- GitHub Actions: rearrange the Build workflow
2023-08-04 08:51:42 +00:00
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.3`
2023-08-04 08:56:22 +00:00
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `v1.1.0`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.2.1`
### Fixed
2023-08-28 10:30:54 +00:00
2023-08-04 08:56:22 +00:00
- GitHub Actions: Fixed Kover report path when uploading the code coverage report
2023-08-04 08:51:42 +00:00
2023-07-11 15:28:38 +00:00
## [1.9.0] - 2023-07-11
2023-07-10 14:55:15 +00:00
### Added
2023-08-28 10:30:54 +00:00
2023-07-10 14:55:15 +00:00
- GitHub Actions — use Java `17` explicitly
2023-07-10 14:01:25 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-07-10 14:01:25 +00:00
- Upgrade Gradle Wrapper to `8.2.1`
2023-07-11 13:59:41 +00:00
- Dependencies — upgrade `org.jetbrains.changelog` to `2.1.2`
- GitHub Actions — rearrange the Build workflow
2023-07-10 14:01:25 +00:00
2023-07-10 07:30:28 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2023-07-10 07:30:28 +00:00
- Fixed copying files issue when running the `Template Cleanup` workflow
2023-07-07 15:29:09 +00:00
## [1.8.0] - 2023-07-07
2023-06-13 15:33:04 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-06-14 11:40:51 +00:00
- GitHub Actions: Build workflow refactoring
2023-07-05 19:44:38 +00:00
- Upgrade Gradle Wrapper to `8.2`
2023-07-06 15:11:49 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.0`
2023-07-07 14:24:54 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.15.0`
2023-07-07 14:25:21 +00:00
- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.1`
2023-07-07 14:26:02 +00:00
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.2`
2023-06-21 10:31:04 +00:00
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.5`
2023-06-13 15:33:04 +00:00
2023-06-12 19:19:29 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2023-06-12 19:19:29 +00:00
- Dependabot workflow points to `next` branch in a newly created project
2023-07-06 15:13:31 +00:00
### Removed
2023-08-28 10:30:54 +00:00
2023-07-06 15:13:31 +00:00
- Removed workaround for Kotlin Compiler `OutOfMemoryError` as the issue is gone with Kotlin `1.9.0`
2023-06-07 09:26:14 +00:00
## [1.7.0] - 2023-06-07
2023-04-26 11:12:47 +00:00
### Added
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- GitHub Actions — enable caching
2023-06-07 09:27:39 +00:00
- Specify `projectJDK: 17` in `qodana.yml`
- Specify `linter` property in `qodana.yml`
2023-04-26 11:12:47 +00:00
2023-04-25 09:27:45 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-06-07 09:27:39 +00:00
- Use Java `17` for JVM Toolchain
2023-08-07 13:43:03 +00:00
- Change since/until build to `222-232.*` (2022.2– 2023.2.*)
2023-06-07 09:27:39 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.1`
- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.0`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21`
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.1`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0`
- Upgrade Gradle Wrapper to `8.1.1`
- GitHub Actions — switch to Java 17
- Update Run Configuration entries
- Adjust Kover configuration
2023-04-25 09:27:45 +00:00
2023-06-02 10:35:39 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- Example code — Fixed deprecated usage of `ContentFactory` in `MyToolWindowFactory`
- Example code — Migrate from the deprecated `FrameStateListener.onFrameActivated()` to `ApplicationActivationListener.applicationActivated(IdeFrame)`
2023-06-02 10:35:39 +00:00
2023-06-02 11:34:15 +00:00
### Removed
2023-08-28 10:30:54 +00:00
2023-06-02 11:34:15 +00:00
- Remove `gradleJvm` property from the `.idea/gradle.xml` file
2023-07-07 14:46:36 +00:00
- GitHub Actions — Drop unused `name` output from the `Build` workflow
2023-06-02 11:34:15 +00:00
2023-04-13 16:45:46 +00:00
## [1.6.0] - 2023-04-13
2023-04-04 14:14:39 +00:00
### Added
2023-08-28 10:30:54 +00:00
2023-04-13 16:45:46 +00:00
- Temporary workaround for Kotlin Compiler `OutOfMemoryError` -> https://jb.gg/intellij-platform-kotlin-oom
2023-04-04 15:17:47 +00:00
- Gradle version catalog integration
2023-04-12 19:51:50 +00:00
- Gradle Kotlin DSL Lazy Property Assignment
2023-04-12 19:57:18 +00:00
- Enable Gradle Build Cache
2023-04-04 14:14:39 +00:00
2023-03-30 05:46:02 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-03-30 05:46:02 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.3`
2023-04-04 14:13:41 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.20`
2023-04-12 18:57:37 +00:00
- Upgrade Gradle Wrapper to `8.1`
2023-04-04 14:12:59 +00:00
- Remove `UnusedProperty` suppression in `gradle.properties` file
2023-04-12 20:38:01 +00:00
- Rename `org.gradle.unsafe.configuration-cache` to `org.gradle.configuration-cache` in `gradle.properties`
2023-03-30 05:46:02 +00:00
## [1.5.0] - 2023-03-10
2023-02-06 07:59:55 +00:00
### Added
2023-08-28 10:30:54 +00:00
2023-02-06 07:59:55 +00:00
- Migrate to Gradle Provider API improving configuration cache compatibility
2023-03-02 15:31:41 +00:00
- Example code - `FrameStateListener` application listener
2023-03-03 16:15:42 +00:00
- Example code - `MyToolWindowFactory` tool window basic implementation
2023-02-06 07:59:55 +00:00
2023-01-30 14:48:38 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-03-03 16:12:54 +00:00
- Update `platformVersion` to `2022.1.4`
2023-08-07 13:43:03 +00:00
- Change since/until build to `221-231.*` (2022.1-2023.1.*)
2023-03-02 19:10:33 +00:00
- Example code - registered project service changed into a lightweight one
2023-08-07 13:43:03 +00:00
- GitHub Actions — pass changelog release notes as a multi-line content
- GitHub Actions — provide `plugin.verifier.home.dir` variable as a system property instead of project property
2023-02-23 14:51:44 +00:00
- Template Cleanup: remove default `pluginIcon.svg` icon
2023-03-03 19:39:29 +00:00
- Upgrade Gradle Wrapper to `8.0.2`
2023-02-06 07:59:55 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.10`
2023-03-10 10:46:48 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.2`
2023-02-23 14:57:47 +00:00
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.3.4`
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `v1.0.6`
2023-01-30 14:48:38 +00:00
2023-02-24 13:13:45 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2023-04-13 16:45:46 +00:00
- Resolving the content for the `patchPluginXML.changeNotes` property
2023-02-24 13:13:45 +00:00
2023-03-02 14:55:36 +00:00
### Removed
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- Example code — application service
- Example code — deprecated `ProjectManagerListener` application listener
2023-03-02 14:55:36 +00:00
2023-01-30 14:48:38 +00:00
## [1.4.0] - 2023-01-13
2022-11-26 16:30:37 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- GitHub Actions — use `GITHUB_OUTPUT` environment file instead of `::set-output` .
2023-01-13 19:55:45 +00:00
- Upgrade Gradle Wrapper to `7.6`
2023-01-13 15:47:21 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.0`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.12.0`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.3.0`
2022-12-05 09:35:54 +00:00
2022-12-05 09:46:26 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2022-12-05 09:46:26 +00:00
- Fallback to the unreleased change notes when the plugin in current was not released yet
2022-12-05 09:35:54 +00:00
## [1.3.0] - 2022-11-17
2022-09-19 10:21:15 +00:00
### Added
2023-08-28 10:30:54 +00:00
2022-09-20 12:47:28 +00:00
- [Kover ](https://github.com/Kotlin/kotlinx-kover ) integration
2022-09-19 20:08:26 +00:00
- Enable [Gradle Configuration Cache ](https://docs.gradle.org/current/userguide/configuration_cache.html ) in `gradle.proeprties`
2023-08-07 13:43:03 +00:00
- GitHub Actions — mark the pull request created with _Publish Plugin_ workflow with `release changelog` label
- GitHub Actions — send code coverage reports to [CodeCov ](https://codecov.io )
2022-10-05 07:26:06 +00:00
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.6.1`
2022-09-19 10:21:15 +00:00
2022-08-25 06:26:29 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2022-11-17 21:14:54 +00:00
- Update `changelog` extension configuration in `build.gradle.kts` file
- Update `pluginUntilBuild` to include `223.*` (2022.3.*)
2022-10-05 07:31:12 +00:00
- Use `kotlin.jvmToolchain(11)` shorthand in Gradle configuration
2022-11-17 20:40:06 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.10.0`
2022-10-29 21:32:29 +00:00
- Dependencies - upgrade `org.jetbrains.changelog` to `2.0.0`
2022-11-11 11:57:06 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.7.21`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.2.3`
2022-11-14 06:59:59 +00:00
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `v1.0.5`
- Dependencies (GitHub Actions) - upgrade `jtalk/url-health-check-action` to `v3`
2022-09-19 10:21:15 +00:00
- Use `file` instead of `projectDir.resolve` in Gradle configuration file
### Fixed
2023-08-28 10:30:54 +00:00
2022-09-19 10:21:15 +00:00
- Update broken link in `gradle.properties`
2023-08-07 13:43:03 +00:00
- GitHub Actions — use `$BRANCH` for creating changelog pull request
2022-08-25 06:26:29 +00:00
2022-10-29 21:28:09 +00:00
## [1.2.0] - 2022-08-07
2022-05-05 12:15:36 +00:00
### Added
2023-08-28 10:30:54 +00:00
2022-03-16 20:44:30 +00:00
- Use JVM toolchain for configuring source/target compilation compatibility
2022-05-05 12:15:36 +00:00
- Make sure GitHub Actions release jobs have write permissions
2022-05-18 18:38:56 +00:00
- Example implementation: Add `TODO()` with a hint to remove stale sample code
2022-08-05 12:14:02 +00:00
- Exclude `.qodana` directory from Qodana analysis
2022-08-07 19:45:51 +00:00
- Maximize disk space on GitHub Actions
2022-05-05 12:15:36 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2022-08-07 19:28:06 +00:00
- Upgrade Gradle Wrapper to `7.5.1`
2022-07-27 09:27:21 +00:00
- Update `platformVersion` to `2021.3.3`
2023-08-07 13:43:03 +00:00
- Change since/until build to `213-222.*` (2021.3-2022.2)
2022-08-05 11:54:55 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.0`
2022-07-11 07:20:32 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.7.10`
2022-03-02 11:31:36 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `3`
2022-03-24 21:47:29 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `3`
2022-05-05 08:47:23 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/setup-java` to `3`
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `3`
2022-08-05 11:55:36 +00:00
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.2.1`
2022-02-11 21:11:49 +00:00
2022-08-05 13:37:48 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2022-08-05 13:37:48 +00:00
- Pass Plugin Signing secrets as environment variables in the Release workflow
2022-10-28 12:07:02 +00:00
### Removed
2023-08-28 10:30:54 +00:00
2022-10-28 12:07:02 +00:00
- Removed Gradle caching from GitHub Actions
2022-10-29 21:28:09 +00:00
## [1.1.2] - 2022-02-11
2022-03-02 11:31:36 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2022-03-02 11:31:36 +00:00
- Update `platformVersion` to `2021.1.3` for compatibility with Apple M1
2023-08-07 13:43:03 +00:00
- Change since/until build to `211-213.*` (2021.1-2021.3)
2022-03-02 11:31:36 +00:00
- Upgrade Gradle Wrapper to `7.4`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.4.0`
2022-02-11 20:29:03 +00:00
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `4.2.5`
2022-01-24 14:01:05 +00:00
2022-10-29 21:28:09 +00:00
## [1.1.1] - 2022-01-24
2022-02-01 13:12:21 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- GitHub Actions — fixed duplicated `.zip` extension in artifact file's name of the build flow
2022-02-01 13:12:21 +00:00
- Upgrade Gradle Wrapper to `7.3.3`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.3.1`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.10`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `4.2.3`
2022-03-24 21:47:29 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `2.1.7`
2022-01-10 12:50:16 +00:00
2022-10-29 21:28:09 +00:00
## [1.1.0] - 2021-11-16
2021-09-08 09:42:30 +00:00
### Added
2023-08-28 10:30:54 +00:00
2021-09-08 09:42:30 +00:00
- GitHub Actions: Collect Qodana/Tests/Plugin Verifier results as artifacts
2021-09-07 10:17:49 +00:00
2021-09-22 06:33:54 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2022-10-29 21:28:09 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.3.0`
2021-10-13 21:19:30 +00:00
- Dependencies - upgrade `org.jetbrains.changelog` to `1.3.1`
2021-11-16 08:19:58 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.0`
2021-10-13 21:19:30 +00:00
- Dependencies (GitHub Actions) - upgrade `jtalk/url-health-check-action` to `2`
2021-10-28 07:08:33 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `2.3.5`
2021-09-30 13:32:04 +00:00
- GitHub Actions general performance refactoring
2023-08-07 13:43:03 +00:00
- GitHub Actions — prepare plugin archive content to be archived at once
- GitHub Actions — patch changelog only if change notes are provided
2021-09-30 20:14:53 +00:00
- Update `pluginUntilBuild` to include `213.*` (2021.3.*)
2021-11-10 13:03:47 +00:00
- Upgrade Gradle Wrapper to `7.3`
2021-09-30 13:32:04 +00:00
2021-10-13 21:21:28 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2021-10-13 21:21:28 +00:00
- Fixed passing change notes from `CHANGELOG.md` to the Release Draft
2021-10-13 21:21:44 +00:00
- Fixed passing updated change notes from the Release Draft to `patchChangelog` Gradle task
2022-10-29 21:28:09 +00:00
- Fixed `QODANA_SHOW_REPORT` environment variable resolving for Gradle `6.x`
2021-10-13 21:21:28 +00:00
2021-09-30 13:32:04 +00:00
### Removed
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- Removed the `pluginVerifierIdeVersions` configuration to use a default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier`
2022-10-29 21:28:09 +00:00
- Removed `platformDownloadSources` from Gradle configuration to use default value
2021-11-10 13:03:47 +00:00
- Removed `updateSinceUntilBuild.set(true)` from Gradle configuration to use default value
2021-09-22 06:33:54 +00:00
2022-10-29 21:28:09 +00:00
## [1.0.0] - 2021-09-07
2021-06-09 22:17:26 +00:00
### Added
2023-08-28 10:30:54 +00:00
2021-09-03 08:09:24 +00:00
- Plugin Signing
2021-09-02 13:44:46 +00:00
- Qodana integration
- Functional tests
2021-09-03 08:09:24 +00:00
- Compatibility with Java 11
- `Run Qodana` and `Run IDE for UI Tests` run configurations
2021-07-05 10:24:43 +00:00
- Use Gradle `wrapper` task to handle Gradle updates
2021-07-05 19:58:29 +00:00
- JVM compatibility version extracted to `gradle.properties` file
2021-09-03 08:09:24 +00:00
- Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties`
2021-06-09 21:30:40 +00:00
2021-06-02 10:02:48 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- GitHub Actions: Switch to Java 11
2021-08-31 07:04:03 +00:00
- GitHub Actions: Update Build and Release flows
- GitHub Actions: Use Gradle cache provided with `actions/setup-java`
2021-09-06 17:12:18 +00:00
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3, 2021.2.1`
2021-07-05 10:19:03 +00:00
- Change since/until build to `203-212.*`
2021-08-18 10:23:06 +00:00
- Upgrade Gradle Wrapper to `7.2`
2021-07-05 10:55:07 +00:00
- Gradle – Changelog plugin configuration update
2021-09-06 06:05:21 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.30`
- Dependencies - upgrade `org.jetbrains.changelog` to `1.3.0`
2021-09-06 06:01:19 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.1.6`
2021-07-05 10:25:48 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v2.2.4`
2021-06-02 10:02:48 +00:00
2021-08-13 12:02:52 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2021-08-13 12:02:52 +00:00
- Use `DynamicBundle` instead of `AbstractBundle` in `MyBundle.kt`
### Removed
2023-08-28 10:30:54 +00:00
2021-08-13 12:02:52 +00:00
- Removed `detekt` /`ktlint` integration
2022-10-29 21:28:09 +00:00
## [0.10.1] - 2021-05-31
2021-05-31 10:01:53 +00:00
### Added
2023-08-28 10:30:54 +00:00
2021-05-31 10:01:53 +00:00
- Introduced `next` branch in the root repository to make `main` always a stable one
### Changed
2023-08-28 10:30:54 +00:00
2021-05-31 10:01:53 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.6`
2021-05-31 10:15:43 +00:00
- Trigger GitHub Actions `Build` workflows only on pushes to `main` branch or pull request to avoid duplicated checks
2021-05-31 10:01:53 +00:00
2022-10-29 21:28:09 +00:00
## [0.10.0] - 2021-05-27
2021-04-13 07:43:43 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2021-05-17 12:04:30 +00:00
- Remove reference to the `jcenter()` from Gradle configuration file
2021-05-20 20:56:37 +00:00
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.4, 2021.1.2`
2021-09-30 20:14:53 +00:00
- Update `pluginUntilBuild` to include `211.*` (2021.1.*)
2021-05-25 08:56:06 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.10`
2021-05-21 06:50:32 +00:00
- Dependencies - upgrade `detekt-formatting from` to `1.17.1`
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.17.1`
2021-04-13 09:26:34 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.5`
2021-05-12 06:26:10 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `v2.3.4`
- Dependencies (GitHub Actions) - upgrade `actions/upload-release-asset` to `v1.0.2`
- Dependencies (GitHub Actions) - upgrade `actions/create-release` to `v1.1.4`
2021-05-25 09:09:24 +00:00
- Upgrade Gradle Wrapper to `7.0.2`
2021-04-13 07:43:43 +00:00
2022-10-29 21:28:09 +00:00
## [0.9.0] - 2021-03-29
2021-02-25 09:41:19 +00:00
### Added
2023-08-28 10:30:54 +00:00
2021-02-25 09:41:19 +00:00
- `properties` shorthand function for accessing `gradle.properties` in a cleaner way
2021-03-29 08:38:56 +00:00
- Dependabot check for GitHub Actions used in [workflow files ](.github/workflows )
2021-02-25 09:41:19 +00:00
2021-03-29 19:03:41 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2022-10-29 21:28:09 +00:00
- 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`
2021-03-29 19:03:41 +00:00
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v2.2.2`
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.4`
### Fixed
2023-08-28 10:30:54 +00:00
2021-03-29 19:03:41 +00:00
- Fix `README.md` file resolution in the `build.gradle.kts`
2022-10-29 21:28:09 +00:00
## [0.8.3] - 2021-02-23
2021-02-09 11:44:33 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2021-02-23 15:19:22 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.7.2`
2021-02-11 08:05:53 +00:00
- Dependencies - upgrade `org.jlleitschuh.gradle.ktlint` to `10.0.0`
2021-02-11 10:36:54 +00:00
- Update `platformVersion` to `2020.2.4` for compatibility with macOS Big Sur
2021-02-23 12:24:03 +00:00
- Upgrade Gradle Wrapper to `6.8.3`
2021-02-09 11:44:33 +00:00
2022-10-29 21:28:09 +00:00
## [0.8.2] - 2021-02-09
2021-01-12 21:40:58 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2021-01-13 15:21:33 +00:00
- Use `-bin` distribution of the Gradle Wrapper
2021-02-08 07:09:04 +00:00
- Upgrade Gradle Wrapper to `6.8.2`
2021-01-29 08:50:43 +00:00
- Update `pluginVerifierIdeVersions` in `gradle.properties` files
2021-02-04 09:15:49 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.30`
2021-02-09 11:09:45 +00:00
- Dependencies - upgrade `org.jetbrains.changelog` to `1.1.1`
2021-02-08 07:04:58 +00:00
- Configure the `changelog` Gradle plugin
2021-01-12 21:40:58 +00:00
2022-10-29 21:28:09 +00:00
## [0.8.1] - 2021-01-12
2021-01-12 21:40:58 +00:00
### Added
2023-08-28 10:30:54 +00:00
2021-01-12 21:19:02 +00:00
- README: Dependencies management section
2021-01-08 21:03:24 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2021-01-08 21:03:24 +00:00
- Upgrade Gradle Wrapper to `6.8`
2021-01-12 16:28:39 +00:00
- Dependencies - upgrade `org.jetbrains.changelog` to `1.0.0`
2021-01-08 21:03:24 +00:00
2020-12-21 10:59:36 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2021-01-11 15:21:53 +00: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
2022-10-29 21:28:09 +00:00
## [0.8.0] - 2020-12-21
2020-12-21 10:59:36 +00:00
### Added
2023-08-28 10:30:54 +00:00
2020-12-21 09:43:02 +00:00
- Dependabot integration
2020-12-18 11:14:39 +00: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
2023-08-28 10:30:54 +00:00
2020-12-21 08:23:26 +00:00
- `build.gradle.kts` : simpler syntax for configuring `KotlinCompile`
2020-12-10 21:25:25 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.21`
2020-12-21 10:19:54 +00:00
- Dependencies - upgrade `detekt-formatting` to `1.15.0`
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.15.0`
2023-08-07 13:43:03 +00:00
- README: Clarifying the Java usage in the project
2020-12-21 10:32:06 +00:00
- `pluginVerifierIdeVersions` - upgrade to `2020.1.4, 2020.2.3, 2020.3.1`
2020-12-02 16:06:16 +00:00
2020-12-21 08:23:26 +00:00
### Fixed
2023-08-28 10:30:54 +00:00
2020-12-21 08:23:26 +00:00
- Return `Supplier<@Nls String>` instead of `String` in `MyBundle.messagePointer`
2022-10-29 21:28:09 +00:00
## [0.7.1] - 2020-12-02
2020-11-16 13:22:33 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2020-11-17 10:00:21 +00:00
- Upgrade Gradle Wrapper to `6.7.1`
2020-11-30 14:11:51 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.5`
2020-11-22 23:07:25 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.20`
2020-12-02 13:56:42 +00:00
- Update the base platform version to 2020.1
- Change since/until build to `201-203.*`
2020-11-16 13:22:33 +00:00
2022-10-29 21:28:09 +00:00
## [0.7.0] - 2020-11-16
2020-11-16 13:22:33 +00:00
### Added
2023-08-28 10:30:54 +00:00
2020-11-16 10:32:22 +00:00
- Predefined Run/Debug Configurations
2020-11-16 10:26:43 +00:00
- Project icon for development purposes
2020-11-05 21:17:11 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2020-11-10 07:51:57 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.3`
2020-11-05 21:17:11 +00:00
2022-10-29 21:28:09 +00:00
## [0.6.1] - 2020-11-05
2020-11-05 21:17:11 +00:00
### Added
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- GitHub Actions — use hash based on `pluginVerifierIdeVersions` in `Setup Plugin Verifier IDEs Cache` step
2020-11-05 20:33:41 +00:00
2020-10-30 16:07:47 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2021-01-21 10:10:06 +00: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 13:35:19 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.2`
2020-11-05 13:42:39 +00:00
- Update `pluginVerifierIdeVersions` in the `gradle.properties` files
2020-10-30 16:07:47 +00:00
2022-10-29 21:28:09 +00:00
## [0.6.0] - 2020-10-29
2020-10-29 19:41:47 +00:00
### Added
2023-08-28 10:30:54 +00:00
2022-06-03 10:14:49 +00:00
- Integration with [IntelliJ Plugin Verifier ](https://github.com/JetBrains/intellij-plugin-verifier ) through the [Gradle IntelliJ Plugin ](https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#runpluginverifier-task ) `runPluginVerifier` task
2020-10-29 20:46:49 +00:00
- Cache downloaded IDEs used by Plugin Verifier for the verification
2020-10-29 19:41:47 +00:00
2020-10-15 15:19:27 +00:00
### Changed
2023-08-28 10:30:54 +00:00
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-29 19:41:47 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.1`
2023-08-07 13:43:03 +00:00
- GitHub Actions — `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
- GitHub Actions — `releaseDraft` update to `actions/download-artifact@v2`
2020-10-15 15:19:27 +00:00
2020-10-29 19:41:47 +00:00
### Removed
2023-08-28 10:30:54 +00:00
2020-10-29 19:41:47 +00:00
- Remove Third-party IntelliJ Plugin Verifier GitHub Action
2022-10-29 21:28:09 +00:00
## [0.5.1] - 2020-10-15
2020-10-15 15:19:27 +00:00
### Added
2023-08-28 10:30:54 +00:00
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
2023-08-28 10:30:54 +00:00
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
2022-10-29 21:28:09 +00:00
## [0.5.0] - 2020-10-12
2020-10-12 16:33:06 +00:00
### Added
2023-08-28 10:30:54 +00:00
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
2023-08-28 10:30:54 +00:00
2020-10-05 07:25:03 +00:00
- 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
2022-10-29 21:28:09 +00:00
## [0.4.0] - 2020-10-02
2020-10-02 09:44:28 +00:00
### Added
2023-08-28 10:30:54 +00:00
2020-10-02 09:44:28 +00:00
- Fix default to opt-out of bundling Kotlin standard library in plugin distribution
2020-09-11 07:12:48 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2020-09-11 07:12:48 +00:00
- 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
2023-08-28 10:30:54 +00:00
2020-09-11 07:12:48 +00:00
- `pluginName` variable name collision with `intellij` closure getter in Gradle configuration #29
2020-09-11 06:36:27 +00:00
2022-10-29 21:28:09 +00:00
## [0.3.2] - 2020-08-09
2020-08-12 09:55:32 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2020-08-12 09:55:32 +00:00
- 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
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- GitHub Actions — cache Gradle dependencies and wrapper separately
2020-09-07 11:07:31 +00:00
2022-10-29 21:28:09 +00:00
## [0.3.1] - 2020-07-31
2020-08-04 11:27:36 +00:00
### Added
2023-08-28 10:30:54 +00:00
2020-08-04 11:27:36 +00:00
- Better handling of the Gradle plugin description extraction from the README file
2023-08-07 13:43: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
2023-08-28 10:30:54 +00:00
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`
2023-08-07 13:43:03 +00:00
- GitHub Actions — make *Update Changelog* job dependent on the *Publish Plugin*
- 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
2023-08-28 10:30:54 +00:00
2021-08-26 14:48:38 +00:00
- Resolve ktlint reports
2023-08-07 13:43:03 +00:00
- GitHub Actions — Plugin Verifier broken for artifacts with spaces in name
2020-07-31 11:14:35 +00:00
2022-10-29 21:28:09 +00:00
## [0.3.0] - 2020-07-07
2020-07-06 12:27:26 +00:00
### Added
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- Set the publishing channel depending on the plugin version, i.e. `1.0.0-beta` -> `beta` channel
2020-07-06 12:27:26 +00:00
2020-07-06 11:25:25 +00:00
### Changed
2023-08-28 10:30:54 +00:00
2020-07-06 11:25:25 +00:00
- 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
2023-08-07 13:43:03 +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
2023-08-28 10:30:54 +00:00
2020-07-02 06:41:26 +00:00
- 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
2022-10-29 21:28:09 +00:00
## [0.2.0] - 2020-07-02
2020-07-01 15:42:29 +00:00
### Added
2023-08-28 10:30:54 +00:00
2020-07-01 15:42:29 +00:00
- 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
2023-08-28 10:30:54 +00:00
2020-06-26 11:23:43 +00:00
- `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
2023-08-28 10:30:54 +00:00
2023-08-07 13:43:03 +00:00
- GitHub Actions — Template Cleanup, fixed adding files to git
2020-06-26 11:22:18 +00:00
- 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
2022-10-29 21:28:09 +00:00
## [0.1.0] - 2020-06-26
2020-06-26 07:35:03 +00:00
### Added
2023-08-28 10:30:54 +00:00
2020-06-26 07:35:03 +00:00
- `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
2023-08-28 10:30:54 +00:00
2020-06-23 10:28:35 +00:00
- README proofreading
2023-08-07 13:43:03 +00:00
- 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
2022-10-29 21:28:09 +00:00
## [0.0.2] - 2020-06-22
2020-06-16 09:09:54 +00:00
### Added
2023-08-28 10:30:54 +00:00
2020-06-16 09:09:54 +00:00
- [Gradle Changelog Plugin ](https://github.com/JetBrains/gradle-changelog-plugin ) integration
### Changed
2023-08-28 10:30:54 +00:00
2020-06-16 09:09:54 +00:00
- Bump Detekt version
- Change pluginSinceBuild to 193
## [0.0.1]
2022-10-29 21:28:09 +00:00
2020-06-16 09:09:54 +00:00
### Added
2023-08-28 10:30:54 +00:00
2020-06-16 09:09:54 +00:00
- Initial project scaffold
- GitHub Actions to automate testing and deployment
2022-03-02 11:31:36 +00:00
- Kotlin support
2022-10-29 21:28:09 +00:00
2024-02-20 21:40:28 +00:00
[Unreleased]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.12.0...HEAD
[1.12.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.11.3...v1.12.0
2023-12-01 13:26:46 +00:00
[1.11.3]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.11.2...v1.11.3
2023-10-06 15:31:39 +00:00
[1.11.2]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.11.1...v1.11.2
2023-08-17 09:58:23 +00:00
[1.11.1]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.11.0...v1.11.1
2023-08-07 14:29:22 +00:00
[1.11.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.10.0...v1.11.0
2023-08-04 14:12:20 +00:00
[1.10.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.9.0...v1.10.0
2023-07-11 15:28:38 +00:00
[1.9.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.8.0...v1.9.0
2023-07-07 15:29:09 +00:00
[1.8.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.7.0...v1.8.0
2023-06-07 09:26:14 +00:00
[1.7.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.6.0...v1.7.0
2023-04-13 16:45:46 +00:00
[1.6.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.4.0...v1.5.0
2023-02-06 07:59:55 +00:00
[1.4.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.2.0...v1.3.0
2022-10-29 21:28:09 +00:00
[1.2.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.10.1...v1.0.0
[0.10.1]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.8.3...v0.9.0
[0.8.3]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v0.0.2...v0.1.0
[0.0.2]: https://github.com/JetBrains/intellij-platform-plugin-template/commits/v0.0.2
[0.0.1]: https://github.com/JetBrains/intellij-platform-plugin-template/commits