3.2.6 - 2025-01-01
- Jackson Deserialization failing on Unknown properties
3.2.5 - 2024-12-28
- Mise executable customization is not working
- Address new version of
mise tasks --json
output
3.2.4 - 2024-12-28
- 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.
- Add a mise cli version to the error report.
3.2.3 - 2024-12-26
- Fix environment variables are not loaded onto Gradle Task when triggered on Gradle Tool Window.
3.2.2 - 2024-12-25
- 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
- Introduce error reporter for more convenient error reporting
3.2.0 - 2024-12-08
- Support
mise trust
on UI - Add toolbar for Mise Tool window
- Handle if
mise
command is not installed - Use mise --env if available
3.1.0 - 2024-11-23
- Support mise executable path configuration
3.0.0 - 2024-11-18
- Change minimum support version from
2024.2
to2023.3
to support2024.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
- 2024.3 Compatibility
2.6.0 - 2024-11-15
- Trust config files with Button
- Tools Window is now beautified
- Drop Schema provider for
mise.toml
files - Some performance improvements
2.5.0 - 2024-11-12
- 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
- Fix Node.js envvars are overriding runconfiguraion's envvars
2.4.0 - 2024-11-10
- Automatically setup NodeJS Interpreter and Package Manager
- Fix Deno's Path is not configured to executable, but home directory.
2.3.0 - 2024-11-09
- Support auto-configuration for Deno.
2.2.0 - 2024-11-09
- Use
--offline
flag formise ls
if available.
- Fix NodeJS's run configuration is not working on IDEA.
2.1.1 - 2024-10-03
- Unset the untilBuild property to automatically include future IntelliJ versions
2.1.0 - 2024-09-18
- Add run configurations support for Rider.
- Rename from 'mise' to 'Mise'.
2.0.1 - 2024-08-31
- Support automatic tools update for GoLand.
2.0.0 - 2024-08-03
- Migrate to intellij-platform-gradle-plugin v2.0.0
- Support JetBrains 2024.2+ IDEs
- Drop not perfectly working feature for the PyCharm Community & Professional
1.3.0 - 2024-08-03
- 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
- Add support for the JDK integration from mise tools.
1.0.1 - 2024-07-03
- Support JDK integration from mise tools.