Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
134130 committed Feb 9, 2025
1 parent c7670bc commit 218d0e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

## [Unreleased]

## [4.2.0] - 2024-02-09

### Added

- Support sh language injection
- Use MiseRunConfiguration on running task on ToolWindow
- Add support for `Go to Declaration` on ToolWindow

### Fixed

- Add `wait_for` for tasks completion
- RunLineMarkerContributor is contributing on non-leaf nodes

## [4.1.0] - 2024-02-01

### Added
Expand Down Expand Up @@ -245,7 +258,8 @@

- Support JDK integration from mise tools.

[Unreleased]: https://github.com/134130/intellij-mise/compare/v4.1.0...HEAD
[Unreleased]: https://github.com/134130/intellij-mise/compare/v4.2.0...HEAD
[4.2.0]: https://github.com/134130/intellij-mise/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/134130/intellij-mise/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/134130/intellij-mise/compare/v3.5.0...v4.0.0
[3.5.0]: https://github.com/134130/intellij-mise/compare/v3.4.1...v3.5.0
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=4.1.0
pluginVersion=4.2.0

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

0 comments on commit 218d0e4

Please sign in to comment.