Skip to content

Commit

Permalink
v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
134130 committed Dec 28, 2024
1 parent 3d2e40a commit 26af1bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

## [Unreleased]

## [3.2.4] - 2024-12-28

### Fixed

- Error report submitter cannot report an error when the error is too long.
- Mise Tools name is not showing correctly.
- Escape long-running tasks running on EDT.

### Added

- Add a mise cli version to the error report.

## [3.2.3] - 2024-12-26

### Fixed
Expand Down Expand Up @@ -165,7 +177,8 @@

- Support JDK integration from mise tools.

[Unreleased]: https://github.com/134130/intellij-mise/compare/v3.2.3...HEAD
[Unreleased]: https://github.com/134130/intellij-mise/compare/v3.2.4...HEAD
[3.2.4]: https://github.com/134130/intellij-mise/compare/v3.2.3...v3.2.4
[3.2.3]: https://github.com/134130/intellij-mise/compare/v3.2.2...v3.2.3
[3.2.2]: https://github.com/134130/intellij-mise/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/134130/intellij-mise/compare/v3.2.0...v3.2.1
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=3.2.3
pluginVersion=3.2.4

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=233
Expand Down

0 comments on commit 26af1bd

Please sign in to comment.