Releases: 134130/intellij-mise
Releases · 134130/intellij-mise
v4.3.0
What's Changed
Added
- Add support for Mise Toml Tasks configured in
task_configs
section - Add source comment for Mise ToolWindow
Fixed
- Error report submitter always reports with title
null
- Cannot run unresolved tasks on Mise ToolWindow
- Some IDEs are not bundled with
ShLanguage
plugin - Ensure
mise
command is initialized before drawing the ToolWindow
Full Changelog: v4.2.1...v4.3.0
v4.2.1
v4.2.0
What's Changed
Added
- Support sh language injection by @134130 in #157
- Use MiseRunConfiguration on running task on ToolWindow by @134130 in #166
- Add support for
Go to Declaration
on ToolWindow by @134130 in #169
Fixed
- Add
wait_for
for tasks completion by @134130 in #159 - RunLineMarkerContributor is contributing on non-leaf nodes by @134130 in #167
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.0
What's Changed
BREAKING CHANGE
- Change minimum support version from
2023.3
to2024.2
to support2025.1+
IDEs
Full Changelog: v3.5.0...v4.0.0
v3.5.0
What's Changed
Added
- Use index for Mise task code completion.
- Support file task code completion.
- Support task code completion over project's base directory. (was only working on the
mise.toml
file) - Support documentation for Mise task code completion.
Fixed
- Refactoring
mise.toml
files are not working properly.
Full Changelog: v3.4.1...v3.5.0
v3.4.1
v3.4.0
What's Changed
Added
- Support code completion for mise file tasks.
Fixed
- Remove JsonSchema Provider for Mise file which is not working properly.
- Use IconProvider for Mise file to correctly show the icon.
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
Added
- Run Mise task as a run configuration.
- Unit tests for Mise code completion.
Fixed
- Code completion is not working on
depends
single string. - Mise task with quoted string cannot escape the quotes.
Full Changelog: v3.2.6...v3.3.0