Skip to content

Releases: 134130/intellij-mise

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

v4.3.0

22 Feb 10:56
Compare
Choose a tag to compare

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

21 Feb 14:35
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix Mise ToolWindow cannot run File tasks by @134130 in #175
  • Fix nodejs sdk is not loaded properly on Windows by @134130 in #176

Full Changelog: v4.2.0...v4.2.1

v4.2.0

09 Feb 10:38
Compare
Choose a tag to compare

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