Skip to content

Releases: 134130/intellij-mise

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

v4.1.0

31 Jan 15:59
Compare
Choose a tag to compare

What's Changed

PyCharm environment variables are finally supported! 🎉

Added

  • Support run configuration for PyCharm Community & Professional by @134130 in #19

Full Changelog: v4.0.0...v4.1.0

v4.0.0

31 Jan 08:59
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE

  • Change minimum support version from 2023.3 to 2024.2 to support 2025.1+ IDEs

Full Changelog: v3.5.0...v4.0.0

v3.5.0

30 Jan 11:08
Compare
Choose a tag to compare

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

22 Jan 13:11
Compare
Choose a tag to compare

What's Changed

  • fix: Failed to load MiseTomlDocumentationProvider by @134130 in #143
  • fix: stacktrace for error reporter is too short by @134130 in #144

Full Changelog: v3.4.0...v3.4.1

v3.4.0

19 Jan 11:16
Compare
Choose a tag to compare

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

16 Jan 14:49
Compare
Choose a tag to compare

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

v3.2.6

01 Jan 06:13
Compare
Choose a tag to compare

What's Changed

Fixed

  • Jackson Deserialization failing on Unknown properties by @134130 in #122

Full Changelog: v3.2.5...v3.2.6