Skip to content

Latest commit

 

History

History
218 lines (129 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

218 lines (129 loc) · 5.33 KB

Mise Changelog

3.2.6 - 2025-01-01

Fixed

  • Jackson Deserialization failing on Unknown properties

3.2.5 - 2024-12-28

Fixed

  • Mise executable customization is not working
  • Address new version of mise tasks --json output

3.2.4 - 2024-12-28

Fixed

  • Error report submitter cannot report an error when the error is too long.
  • Mise Tools name is not showing correctly.
  • Escape long-running tasks running on EDT.

Added

  • Add a mise cli version to the error report.

3.2.3 - 2024-12-26

Fixed

  • Fix environment variables are not loaded onto Gradle Task when triggered on Gradle Tool Window.

3.2.2 - 2024-12-25

Fixed

  • Fix runConfiguration cannot be saved
  • Fix runConfiguration cannot load envvars when it doesn't have working directory.
    • When the working directory is not set, it will use the project's base directory.

3.2.1 - 2024-12-16

Added

  • Introduce error reporter for more convenient error reporting

3.2.0 - 2024-12-08

Added

  • Support mise trust on UI
  • Add toolbar for Mise Tool window

Fixed

  • Handle if mise command is not installed
  • Use mise --env if available

3.1.0 - 2024-11-23

Added

  • Support mise executable path configuration

3.0.0 - 2024-11-18

BREAKING CHANGE

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

2.6.2 - 2024-11-16

  • fix: Do not check DevTool name's lowercase by @134130 in #88

2.6.1 - 2024-11-15

Fixed

  • 2024.3 Compatibility

2.6.0 - 2024-11-15

Added

  • Trust config files with Button

Fixed

  • Tools Window is now beautified
  • Drop Schema provider for mise.toml files
  • Some performance improvements

2.5.0 - 2024-11-12

Added

  • Add mise settings to preferences
  • Add mise panel (display tasks, env, tool)
  • Add run button in mise.toml files
  • Support autocomplete in mise.toml files

Fixed

  • Fix Node.js envvars are overriding runconfiguraion's envvars

2.4.0 - 2024-11-10

Added

  • Automatically setup NodeJS Interpreter and Package Manager

Fixed

  • Fix Deno's Path is not configured to executable, but home directory.

2.3.0 - 2024-11-09

Added

  • Support auto-configuration for Deno.

2.2.0 - 2024-11-09

Added

  • Use --offline flag for mise ls if available.

Changed

  • Fix NodeJS's run configuration is not working on IDEA.

2.1.1 - 2024-10-03

Changed

  • Unset the untilBuild property to automatically include future IntelliJ versions

2.1.0 - 2024-09-18

Added

  • Add run configurations support for Rider.
  • Rename from 'mise' to 'Mise'.

2.0.1 - 2024-08-31

Added

  • Support automatic tools update for GoLand.

2.0.0 - 2024-08-03

Changed

  • Migrate to intellij-platform-gradle-plugin v2.0.0
  • Support JetBrains 2024.2+ IDEs

Removed

  • Drop not perfectly working feature for the PyCharm Community & Professional

1.3.0 - 2024-08-03

Added

  • Add environment variables (run configuration) support for the PyCharm Community & Professional

1.2.1 - 2024-07-24

  • Remove screenshots from plugin.xml. (JetBrains Marketplace guidelines)

1.2.0 - 2024-07-21

  • Add support for the Go SDK (GOROOT) integration from mise tools.

1.1.0 - 2024-07-20

Added

  • Add support for the JDK integration from mise tools.

1.0.1 - 2024-07-03

Added

  • Support JDK integration from mise tools.