Releases: 134130/intellij-mise
Releases · 134130/intellij-mise
v5.3.0
v5.2.0
What's Changed
- Changelog update -
v5.1.0
by @github-actions in #231 - fix: Invalid thread access for psi by @134130 in #235
- fix:
ignore duplicated child at 1: Environment
from AyncTreeModel by @134130 in #236 - feat(clion): Add environment variable injection for C/C++ by @134130 in #237
Full Changelog: v5.1.0...v5.2.0
v5.1.0
v5.0.0
What's Changed
Changed
- Change minimum support version from
2024.2
to2025.1
Full Changelog: 4.5.0...v5.0.0
4.5.0
What's Changed
Warning
The miseExecutablePath
is moved from project to application scope. I failed to write the conveter logic properly due to my poor understanding of intellij converter, sorry. Please let me know if there is any issue. Please backup and remove the .idea/mise.xml
file if there is any issue.
Changed
- Separate mise executable configuration to application scope
- Make mise toml task Run Configuration as portable
- Bump org.jetbrains.intellij.platform.settings from 2.4.0 to 2.5.0
Fixed
- Read access is allowed from inside read-action in RunMiseTomlTaskAction
- Remove internal API usage:
IdeaReportingEvent
Full Changelog: v4.4.1...4.5.0
v4.4.1
v4.4.0
What's Changed
- fix: Avoid slow operation on
RunMiseTomlTaskAction
by @134130 in #188 - feat: Support argument passing on executablePath settings by @134130 in #189
- feat: Add dependency graph support by @134130 in #190
- build(deps): bump org.jetbrains.intellij.platform.settings from 2.2.1 to 2.3.0 by @dependabot in #185
Full Changelog: v4.3.0...v4.4.0
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