Skip to content

Commit

Permalink
Remove screenshots from plugin.xml. (JetBrains Marketplace guidelines)
Browse files Browse the repository at this point in the history
  • Loading branch information
134130 committed Jul 24, 2024
1 parent 61e6bdc commit 91d1645
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# 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

Expand All @@ -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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<!-- Plugin description end -->

### Screenshots

| - | Setup | Notification |
Expand All @@ -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) | |

<!-- Plugin description end -->

## Installation

- Using the IDE built-in plugin system:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91d1645

Please sign in to comment.