JetBrains_intellij-platform.../CHANGELOG.md

347 lines
13 KiB
Markdown
Raw Normal View History

<!-- Keep a Changelog guide -> https://keepachangelog.com -->
# IntelliJ Platform Plugin Template Changelog
2020-05-06 07:13:49 +00:00
2020-10-05 07:06:49 +00:00
## [Unreleased]
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.1`
### Fixed
- Update broken link in `gradle.properties`
## [1.2.0]
2022-05-05 12:15:36 +00:00
### Added
- 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
- 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
- Maximize disk space on GitHub Actions
2022-05-05 12:15:36 +00:00
### Changed
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`
- Change since/until build to `213-222.*` (2021.3 - 2022.2)
- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.0`
- 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`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.2.1`
2022-02-11 21:11:49 +00:00
### Fixed
- Pass Plugin Signing secrets as environment variables in the Release workflow
### Removed
- Removed Gradle caching from GitHub Actions
2022-02-11 21:11:49 +00:00
## [1.1.2]
2022-03-02 11:31:36 +00:00
### Changed
- Update `platformVersion` to `2021.1.3` for compatibility with Apple M1
- Change since/until build to `211-213.*` (2021.1 - 2021.3)
- 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
## [1.1.1]
### Changed
- GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow
- 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
## [1.1.0]
### Added
- 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
2021-11-16 08:19:58 +00:00
- Dependencies - upgrade `org.jetbrains.intellij` to `1.3.0`
- 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`
- 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`
- GitHub Actions general performance refactoring
2021-09-30 20:15:52 +00:00
- GitHub Actions - prepare plugin archive content to be archived once
- GitHub Actions - patch changelog only if change notes are provided
- Update `pluginUntilBuild` to include `213.*` (2021.3.*)
2021-11-10 13:03:47 +00:00
- Upgrade Gradle Wrapper to `7.3`
### 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`
### 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
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
2021-09-07 10:17:49 +00:00
## [1.0.0]
2021-06-09 22:17:26 +00:00
### Added
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
- Use Gradle `wrapper` task to handle Gradle updates
- 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
2021-07-22 09:29:09 +00:00
- GitHub Actions: Use Java 11
- GitHub Actions: Update Build and Release flows
- GitHub Actions: Use Gradle cache provided with `actions/setup-java`
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3, 2021.2.1`
- Change since/until build to `203-212.*`
2021-08-18 10:23:06 +00:00
- Upgrade Gradle Wrapper to `7.2`
- 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`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.1.6`
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v2.2.4`
2021-06-02 10:02:48 +00:00
### Fixed
- Use `DynamicBundle` instead of `AbstractBundle` in `MyBundle.kt`
### Removed
- Removed `detekt`/`ktlint` integration
2021-05-31 10:31:05 +00:00
## [0.10.1]
### Added
- Introduced `next` branch in the root repository to make `main` always a stable one
### Changed
- 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:15:43 +00:00
## [0.10.0]
### Changed
2021-05-17 12:04:30 +00:00
- Remove reference to the `jcenter()` from Gradle configuration file
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.4, 2021.1.2`
- 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-03-29 19:36:29 +00:00
## [0.9.0]
### Added
- `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-03-29 19:03:41 +00: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
- 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
2021-02-23 12:24:03 +00: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
- Use `-bin` distribution of the Gradle Wrapper
2021-02-08 07:09:04 +00:00
- Upgrade Gradle Wrapper to `6.8.2`
- Update `pluginVerifierIdeVersions` in `gradle.properties` files
2021-02-04 09:15:49 +00:00
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.30`
- Dependencies - upgrade `org.jetbrains.changelog` to `1.1.1`
- Configure the `changelog` Gradle plugin
2021-01-12 21:40:58 +00:00
## [0.8.1]
2021-01-12 21:40:58 +00:00
### Added
- README: Dependencies management section
2021-01-08 21:03:24 +00:00
### Changed
- Upgrade Gradle Wrapper to `6.8`
- 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
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
## [0.8.0]
### Added
2020-12-21 09:43:02 +00:00
- Dependabot integration
- 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 08:23:26 +00:00
- `build.gradle.kts`: simpler syntax for configuring `KotlinCompile`
- 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`
- README: Clarify the Java usage in the project
- `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
- 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 10:00:21 +00:00
- Upgrade Gradle Wrapper to `6.7.1`
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.5`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.20`
- 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
- Predefined Run/Debug Configurations
- Project icon for development purposes
2020-11-05 21:17:11 +00:00
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.3`
2020-11-05 21:17:11 +00:00
## [0.6.1]
### Added
- GitHub Actions - use hash based on `pluginVerifierIdeVersions` in `Setup Plugin Verifier IDEs Cache` step
2020-10-30 16:07:47 +00:00
### Changed
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`
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.2`
- Update `pluginVerifierIdeVersions` in the `gradle.properties` files
2020-10-30 16:07:47 +00:00
## [0.6.0]
### 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
2020-10-15 15:19:27 +00:00
### Changed
- Switch Gradle Wrapper to `-all` to improve the IntelliSense
- Update detekt config to be in line with IJ settings
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.14.2`
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.1`
- 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
### Removed
- Remove Third-party IntelliJ Plugin Verifier GitHub Action
2020-10-15 15:19:27 +00:00
## [0.5.1]
### Added
- 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
- Introduced `platformPlugins` property in `gradle.properties` for configuring dependencies to bundled/external plugins
### 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`
- 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]
### Added
- Fix default to opt-out of bundling Kotlin standard library in plugin distribution
### 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`
### 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]
### 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-07-31 12:11:10 +00:00
### Changed
- 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`
- GitHub Actions - make *Update Changelog* job dependent on the *Publish Plugin*
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
### Fixed
- Resolve ktlint reports
- GitHub Actions - Plugin Verifier broken for artifacts with whitespaces in name
2020-07-07 04:38:12 +00:00
## [0.3.0]
### Added
- Set publish channel depending on the plugin version, i.e. `1.0.0-beta` -> `beta` channel
### 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`
- Run GitHub Actions Release workflow on `prereleased` event
- GitHub Actions - Release - separate changelog related job from the release
### Fixed
- Remove vendor website from `plugin.xml`
- Update Template Cleanup workflow test to avoid running it on forks
2020-07-02 04:45:51 +00:00
## [0.2.0]
### Added
- JetBrains Plugin badges and TODO list for the end users
2020-07-02 04:27:29 +00:00
- `ktlint` integration
### Changed
- `pluginUntilBuild` set to the correct format: `201.*`
- Bump detekt dependency to `1.10.0`
### Fixed
- GitHub Actions - Template Cleanup - fixed adding files to git
- Update Template plugin name on cleanup
- Set `buildUponDefaultConfig = true` in detekt configuration
2020-06-26 09:44:52 +00:00
## [0.1.0]
### 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-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]
### 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
2022-03-02 11:31:36 +00:00
- Kotlin support