diff --git a/CHANGELOG.md b/CHANGELOG.md index edc143f9..d33499e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -# mise Changelog +# Mise Changelog -## [Unreleased] - 2024-06-30 +## [Unreleased] + +## [1.2.1] - 2024-07-24 + +- Remove screenshots from plugin.xml. (JetBrains Marketplace guidelines) ## [1.2.0] - 2024-07-21 @@ -26,7 +30,8 @@ - Support JDK integration from mise tools. -[Unreleased]: https://github.com/134130/intellij-mise/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/134130/intellij-mise/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/134130/intellij-mise/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/134130/intellij-mise/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/134130/intellij-mise/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/134130/intellij-mise/releases/tag/v1.0.1 diff --git a/README.md b/README.md index e615a8b1..ad51a759 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ from mise config files. see: **[mise-en-place](https://mise.jdx.dev)** - **JDK Integration**: Set JDK from mise config files. - **Go SDK Integration**: Set Go SDK (GOROOT) from mise config files. + + + ### Screenshots | - | Setup | Notification | @@ -29,8 +32,6 @@ from mise config files. see: **[mise-en-place](https://mise.jdx.dev)** | **GoLand** | ![image](https://github.com/user-attachments/assets/4a51b036-f2b3-48e9-b85d-eb114ea1af7c) | ![image](https://github.com/user-attachments/assets/e72fa0ac-4dc1-44ff-ac18-08883d0f9ede) | | **Run Configuration** | ![image](https://github.com/user-attachments/assets/2ad4239e-fd05-4291-8844-441dc47ffe11) | | - - ## Installation - Using the IDE built-in plugin system: diff --git a/gradle.properties b/gradle.properties index 5c87a820..9f95dbd5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.l34130.mise pluginName = mise pluginRepositoryUrl = https://github.com/134130/intellij-mise # SemVer format -> https://semver.org -pluginVersion = 1.2.0 +pluginVersion = 1.2.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223