Skip to content

Releases: 134130/intellij-mise

v5.3.3

19 Jun 12:21
Compare
Choose a tag to compare

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 class GradleRunConfiguration 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

15 Jun 07:00
Compare
Choose a tag to compare

Fixed

  • Plugin verification failing with Package 'com.intellij.deno' is not found and Package 'com.jetbrains.nodejs' is not found

Full Changelog: v5.3.1...v5.3.2

v5.3.1

08 Jun 06:49
Compare
Choose a tag to compare
v5.3.1 Pre-release
Pre-release

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

11 May 10:48
Compare
Choose a tag to compare

What's Changed

  • Fix date in CHANGELOG.md by @koppor in #238
  • feat: getMiseExecutablePath supports WinGet path resolving by @134130 in #242

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

01 May 11:44
Compare
Choose a tag to compare

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

26 Apr 09:19
Compare
Choose a tag to compare

What's Changed

Added

Fixed

  • Python: Run configration envvars are not restoring by @134130 in #230

Full Changelog: v5.0.0...v5.1.0

v5.0.0

19 Apr 08:27
29dd6a6
Compare
Choose a tag to compare

What's Changed

Changed

  • Change minimum support version from 2024.2 to 2025.1

Full Changelog: 4.5.0...v5.0.0

4.5.0

12 Apr 03:40
Compare
Choose a tag to compare

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

22 Mar 09:05
Compare
Choose a tag to compare

What's Changed

Fixed

  • Mise settings panel cannot be opened when mise is not installed by @134130 in #203
  • Mise 'depends' with arguments occurs an Cannot resolve symbol error by @134130 in #204

Full Changelog: v4.4.0...v4.4.1

v4.4.0

04 Mar 01:38
e26826a
Compare
Choose a tag to compare

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