From c2f69293fefaa0f7266a48f41c6bdab82e8f975c Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Sat, 29 Oct 2022 23:28:09 +0200 Subject: [PATCH] CHANGELOG.md update --- CHANGELOG.md | 119 +++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 87 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa92850..f03c728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # IntelliJ Platform Plugin Template Changelog ## [Unreleased] + ### Added - [Kover](https://github.com/Kotlin/kotlinx-kover) integration - Enable [Gradle Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) in `gradle.proeprties` @@ -21,7 +22,8 @@ - Update broken link in `gradle.properties` - GitHub Actions - use `$BRANCH` for creating changelog pull request -## [1.2.0] +## [1.2.0] - 2022-08-07 + ### Added - Use JVM toolchain for configuring source/target compilation compatibility - Make sure GitHub Actions release jobs have write permissions @@ -47,7 +49,8 @@ ### Removed - Removed Gradle caching from GitHub Actions -## [1.1.2] +## [1.1.2] - 2022-02-11 + ### Changed - Update `platformVersion` to `2021.1.3` for compatibility with Apple M1 - Change since/until build to `211-213.*` (2021.1 - 2021.3) @@ -55,7 +58,8 @@ - Dependencies - upgrade `org.jetbrains.intellij` to `1.4.0` - Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `4.2.5` -## [1.1.1] +## [1.1.1] - 2022-01-24 + ### Changed - GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow - Upgrade Gradle Wrapper to `7.3.3` @@ -64,12 +68,13 @@ - Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `4.2.3` - Dependencies (GitHub Actions) - upgrade `actions/cache` to `2.1.7` -## [1.1.0] +## [1.1.0] - 2021-11-16 + ### Added - GitHub Actions: Collect Qodana/Tests/Plugin Verifier results as artifacts ### Changed -- Dependencies - upgrade `org.jetbrains.intellij` to `1.3.0` +- Dependencies - upgrade `org.jetbrains.intellij` to `1.3.0` - Dependencies - upgrade `org.jetbrains.changelog` to `1.3.1` - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.0` - Dependencies (GitHub Actions) - upgrade `jtalk/url-health-check-action` to `2` @@ -83,14 +88,15 @@ ### Fixed - Fixed passing change notes from `CHANGELOG.md` to the Release Draft - Fixed passing updated change notes from the Release Draft to `patchChangelog` Gradle task -- Fixed `QODANA_SHOW_REPORT` environment variable resolving for Gradle `6.x` +- Fixed `QODANA_SHOW_REPORT` environment variable resolving for Gradle `6.x` ### Removed -- Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier` -- Removed `platformDownloadSources` from Gradle configuration to use default value +- Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier` +- Removed `platformDownloadSources` from Gradle configuration to use default value - Removed `updateSinceUntilBuild.set(true)` from Gradle configuration to use default value -## [1.0.0] +## [1.0.0] - 2021-09-07 + ### Added - Plugin Signing - Qodana integration @@ -120,7 +126,8 @@ ### Removed - Removed `detekt`/`ktlint` integration -## [0.10.1] +## [0.10.1] - 2021-05-31 + ### Added - Introduced `next` branch in the root repository to make `main` always a stable one @@ -128,7 +135,8 @@ - Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.6` - Trigger GitHub Actions `Build` workflows only on pushes to `main` branch or pull request to avoid duplicated checks -## [0.10.0] +## [0.10.0] - 2021-05-27 + ### Changed - Remove reference to the `jcenter()` from Gradle configuration file - Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.4, 2021.1.2` @@ -142,29 +150,32 @@ - Dependencies (GitHub Actions) - upgrade `actions/create-release` to `v1.1.4` - Upgrade Gradle Wrapper to `7.0.2` -## [0.9.0] +## [0.9.0] - 2021-03-29 + ### Added - `properties` shorthand function for accessing `gradle.properties` in a cleaner way - Dependabot check for GitHub Actions used in [workflow files](.github/workflows) ### 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 - 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` -## [0.8.3] +## [0.8.3] - 2021-02-23 + ### Changed - Dependencies - upgrade `org.jetbrains.intellij` to `0.7.2` - Dependencies - upgrade `org.jlleitschuh.gradle.ktlint` to `10.0.0` - Update `platformVersion` to `2020.2.4` for compatibility with macOS Big Sur - Upgrade Gradle Wrapper to `6.8.3` -## [0.8.2] +## [0.8.2] - 2021-02-09 + ### Changed - Use `-bin` distribution of the Gradle Wrapper - Upgrade Gradle Wrapper to `6.8.2` @@ -173,7 +184,8 @@ - Dependencies - upgrade `org.jetbrains.changelog` to `1.1.1` - Configure the `changelog` Gradle plugin -## [0.8.1] +## [0.8.1] - 2021-01-12 + ### Added - README: Dependencies management section @@ -186,7 +198,8 @@ - Template Cleanup: Run `ktlintFormat` task to fix imports order - GitHub Actions: Use the correct property in the "Upload artifact" step -## [0.8.0] +## [0.8.0] - 2020-12-21 + ### Added - Dependabot integration - Show `idea.log` logs of the run IDE in the Run console @@ -203,7 +216,8 @@ ### Fixed - Return `Supplier<@Nls String>` instead of `String` in `MyBundle.messagePointer` -## [0.7.1] +## [0.7.1] - 2020-12-02 + ### Changed - Upgrade Gradle Wrapper to `6.7.1` - Dependencies - upgrade `org.jetbrains.intellij` to `0.6.5` @@ -211,7 +225,8 @@ - Update the base platform version to 2020.1 - Change since/until build to `201-203.*` -## [0.7.0] +## [0.7.0] - 2020-11-16 + ### Added - Predefined Run/Debug Configurations - Project icon for development purposes @@ -219,7 +234,8 @@ ### Changed - Dependencies - upgrade `org.jetbrains.intellij` to `0.6.3` -## [0.6.1] +## [0.6.1] - 2020-11-05 + ### Added - GitHub Actions - use hash based on `pluginVerifierIdeVersions` in `Setup Plugin Verifier IDEs Cache` step @@ -228,7 +244,8 @@ - Dependencies - upgrade `org.jetbrains.intellij` to `0.6.2` - Update `pluginVerifierIdeVersions` in the `gradle.properties` files -## [0.6.0] +## [0.6.0] - 2020-10-29 + ### Added - 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 - Cache downloaded IDEs used by Plugin Verifier for the verification @@ -244,7 +261,8 @@ ### Removed - Remove Third-party IntelliJ Plugin Verifier GitHub Action -## [0.5.1] +## [0.5.1] - 2020-10-15 + ### Added - Missing properties in the `gradle.properties` template file @@ -252,7 +270,8 @@ - Upgrade Gradle Wrapper to `6.7` - Dependencies - upgrade `org.jetbrains.changelog` to `0.6.2` -## [0.5.0] +## [0.5.0] - 2020-10-12 + ### Added - Introduced `platformPlugins` property in `gradle.properties` for configuring dependencies to bundled/external plugins @@ -264,7 +283,8 @@ - Dependencies - upgrade `org.jlleitschuh.gradle.ktlint` to `9.4.1` - Remove LICENSE file during the Template Cleanup workflow -## [0.4.0] +## [0.4.0] - 2020-10-02 + ### Added - Fix default to opt-out of bundling Kotlin standard library in plugin distribution @@ -276,7 +296,8 @@ ### Fixed - `pluginName` variable name collision with `intellij` closure getter in Gradle configuration #29 -## [0.3.2] +## [0.3.2] - 2020-08-09 + ### Changed - Simplify and optimize GitHub Actions - Gradle Wrapper upgrade to `6.6.1` @@ -290,7 +311,8 @@ ### Fixed - GitHub Actions - cache Gradle dependencies and wrapper separately -## [0.3.1] +## [0.3.1] - 2020-07-31 + ### Added - Better handling of the Gradle plugin description extraction from the README file - GitHub Actions - cache Gradle Wrapper @@ -305,7 +327,8 @@ - Resolve ktlint reports - GitHub Actions - Plugin Verifier broken for artifacts with whitespaces in name -## [0.3.0] +## [0.3.0] - 2020-07-07 + ### Added - Set publish channel depending on the plugin version, i.e. `1.0.0-beta` -> `beta` channel @@ -319,7 +342,8 @@ - Remove vendor website from `plugin.xml` - Update Template Cleanup workflow test to avoid running it on forks -## [0.2.0] +## [0.2.0] - 2020-07-02 + ### Added - JetBrains Plugin badges and TODO list for the end users - `ktlint` integration @@ -333,7 +357,8 @@ - Update Template plugin name on cleanup - Set `buildUponDefaultConfig = true` in detekt configuration -## [0.1.0] +## [0.1.0] - 2020-06-26 + ### Added - `settings.gradle.kts` for the [performance purposes](https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#always_define_a_settings_file) - `#REMOVE-ON-CLEANUP#` token to mark content to be removed with **Template Cleanup** workflow @@ -343,7 +368,8 @@ - GitHub Actions - Update IDE versions for the Plugin Verifier - Update platformVersion to `2020.1.2` -## [0.0.2] +## [0.0.2] - 2020-06-22 + ### Added - [Gradle Changelog Plugin](https://github.com/JetBrains/gradle-changelog-plugin) integration @@ -352,7 +378,36 @@ - Change pluginSinceBuild to 193 ## [0.0.1] + ### Added - Initial project scaffold - GitHub Actions to automate testing and deployment - Kotlin support + +[Unreleased]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.2.0...HEAD +[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