mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
CHANGELOG update
This commit is contained in:
parent
e3e031bd96
commit
e2c8a1f847
@ -3,6 +3,10 @@
|
|||||||
# IntelliJ Platform Plugin Template Changelog
|
# IntelliJ Platform Plugin Template Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Changed
|
||||||
|
- Use [Kotlin extension function](https://jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_services.html?search=servic#retrieving-a-service) to retrieve the `MyProjectService` in the `MyProjectManagerListener`
|
||||||
|
|
||||||
|
## [0.6.0]
|
||||||
### Added
|
### 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
|
- 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
|
||||||
- Cache downloaded IDEs used by Plugin Verifier for the verification
|
- Cache downloaded IDEs used by Plugin Verifier for the verification
|
||||||
@ -14,7 +18,6 @@
|
|||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.1`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.1`
|
||||||
- GitHub Actions - `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
|
- GitHub Actions - `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
|
||||||
- GitHub Actions - `releaseDraft` update to `actions/download-artifact@v2`
|
- GitHub Actions - `releaseDraft` update to `actions/download-artifact@v2`
|
||||||
- Use [Kotlin extension function](https://jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_services.html?search=servic#retrieving-a-service) to retrieve the `MyProjectService` in the `MyProjectManagerListener`
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Remove Third-party IntelliJ Plugin Verifier GitHub Action
|
- Remove Third-party IntelliJ Plugin Verifier GitHub Action
|
||||||
|
Loading…
Reference in New Issue
Block a user