Releases: 134130/intellij-mise
Releases · 134130/intellij-mise
v5.3.3
What's Changed
I apologize for your inconvenience
Fixed
- Calling invokeAndWait from read-action leads to possible deadlock by @134130 in #272
- class
MnRunConfiguration
cannot be cast to classGradleRunConfiguration
by @134130 in #273 - Read access is allowed from inside read-action only by @134130 in #274
Full Changelog: v5.3.2...v5.3.3
v5.3.2
Fixed
- Plugin verification failing with
Package 'com.intellij.deno' is not found
andPackage 'com.jetbrains.nodejs' is not found
Full Changelog: v5.3.1...v5.3.2
v5.3.1
What's Changed
Long time no see!
Fixed
- Test is cached when running tests with
gradle
and no source code changes - Indicate progress when running Mise commands on background
- NullPointerException when indicating Mise file icon
Full Changelog: v5.3.0...v5.3.1
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