mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Changelog update - v1.7.0
This commit is contained in:
parent
df1b15414a
commit
ce7d4b7266
37
CHANGELOG.md
37
CHANGELOG.md
@ -4,27 +4,29 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.7.0] - 2023-06-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- GitHub Actions - enable caching
|
- GitHub Actions - enable caching
|
||||||
- Specify `projectJDK: 17` in `qodana.yml`
|
- Specify `projectJDK: 17` in `qodana.yml`
|
||||||
- Specify `linter` property in `qodana.yml`
|
- Specify `linter` property in `qodana.yml`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Use Java `17` for JVM Toolchain
|
- Use Java `17` for JVM Toolchain
|
||||||
- Change since/until build to `222-232.*` (2022.2 - 2023.2.*)
|
- Change since/until build to `222-232.*` (2022.2 - 2023.2.*)
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.1`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.1`
|
||||||
- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.0`
|
- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.0`
|
||||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21`
|
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21`
|
||||||
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.1`
|
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.1`
|
||||||
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0`
|
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0`
|
||||||
- Upgrade Gradle Wrapper to `8.1.1`
|
- Upgrade Gradle Wrapper to `8.1.1`
|
||||||
- GitHub Actions — switch to Java 17
|
- GitHub Actions — switch to Java 17
|
||||||
- Update Run Configuration entries
|
- Update Run Configuration entries
|
||||||
- Adjust Kover configuration
|
- Adjust Kover configuration
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Example code - Fixed deprecated usage of `ContentFactory` in `MyToolWindowFactory` Jakub Chrzanowski A minute ago d454bc09
|
- Example code - Fixed deprecated usage of `ContentFactory` in `MyToolWindowFactory` Jakub Chrzanowski A minute ago d454bc09
|
||||||
- Example code - Migrate from the deprecated `FrameStateListener.onFrameActivated()` to `ApplicationActivationListener.applicationActivated(IdeFrame)`
|
- Example code - Migrate from the deprecated `FrameStateListener.onFrameActivated()` to `ApplicationActivationListener.applicationActivated(IdeFrame)`
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Remove `gradleJvm` property from the `.idea/gradle.xml` file
|
- Remove `gradleJvm` property from the `.idea/gradle.xml` file
|
||||||
@ -470,7 +472,8 @@
|
|||||||
- GitHub Actions to automate testing and deployment
|
- GitHub Actions to automate testing and deployment
|
||||||
- Kotlin support
|
- Kotlin support
|
||||||
|
|
||||||
[Unreleased]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.6.0...HEAD
|
[Unreleased]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.7.0...HEAD
|
||||||
|
[1.7.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.6.0...v1.7.0
|
||||||
[1.6.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.5.0...v1.6.0
|
[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
|
[1.5.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.4.0...v1.5.0
|
||||||
[1.4.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.3.0...v1.4.0
|
[1.4.0]: https://github.com/JetBrains/intellij-platform-plugin-template/compare/v1.3.0...v1.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user