Skip to content

Commit 63c7807

Browse files
New version: jdx.mise version 2026.2.8 (microsoft#337793)
1 parent 6bec65f commit 63c7807

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: jdx.mise
5+
PackageVersion: 2026.2.8
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: mise/bin/mise.exe
10+
UpgradeBehavior: install
11+
Dependencies:
12+
PackageDependencies:
13+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
14+
ReleaseDate: 2026-02-09
15+
Installers:
16+
- Architecture: x64
17+
InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.2.8/mise-v2026.2.8-windows-x64.zip
18+
InstallerSha256: A6E7201F66B41EE668861538A7E48CD8021FDE406DD83396C494B7277D943577
19+
- Architecture: arm64
20+
InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.2.8/mise-v2026.2.8-windows-arm64.zip
21+
InstallerSha256: D312D15A0CE02651A52FB0F8191772B1663718257FDEDEC37FC65ACFBB1BDED4
22+
ManifestType: installer
23+
ManifestVersion: 1.12.0
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: jdx.mise
5+
PackageVersion: 2026.2.8
6+
PackageLocale: en-US
7+
Publisher: jdx
8+
PublisherUrl: https://jdx.dev/
9+
PublisherSupportUrl: https://github.com/jdx/mise
10+
Author: jdx
11+
PackageName: mise-en-place
12+
PackageUrl: https://mise.jdx.dev/
13+
License: MIT
14+
LicenseUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE
15+
ShortDescription: Dev tools, env vars, tasks
16+
Moniker: mise
17+
ReleaseNotes: |-
18+
This release focuses on hooks—fixing 12 community-reported issues that were making them unreliable. There are also some nice quality-of-life improvements for Node.js and Ruby users.
19+
Highlights
20+
Hooks overhaul — A comprehensive fix for the hooks system addressing a dozen issues reported by the community. Global hooks now actually work, hook execution order is corrected (leave fires before enter), infinite loops in fish shell are fixed, and postinstall hooks can now find all installed tools. #8058
21+
Node version detection from package.json — mise now reads tool versions directly from package.json using the devEngines and packageManager fields. This means your Node, Bun, pnpm, yarn, and npm versions can be auto-detected without a separate .tool-versions or mise.toml file. Semver ranges are simplified automatically (>=18.0.0 → 18). #8059
22+
Precompiled Ruby goes stable — You can now use precompiled Ruby binaries by setting ruby.compile=false without needing experimental=true. This will become the default in 2026.8.0. If you haven't tried it, precompiled Ruby installs in seconds instead of minutes. #8052
23+
New Features
24+
- --dry-run-code flag — Added to install, upgrade, prune, uninstall, and use commands. Behaves like --dry-run but exits with code 1 when there's work to do, enabling patterns like if ! mise install --dry-run-code -q; then mise install; fi #8063
25+
Bug Fixes
26+
- MISE_ARCH override — The bun and erlang plugins now respect MISE_ARCH at runtime, which is useful for Windows ARM64 users running x64 binaries under emulation #8062
27+
- key=value format — mise settings set, mise settings add, mise config set, and mise shell-alias set now accept key=value as a single argument #8053
28+
Registry
29+
- Added quicktype (npm:quicktype) — thanks @zdunecki! #8054
30+
Dependencies
31+
- Upgraded to TOML 1.1 support via toml 0.9 and toml_edit 0.24 #8057
32+
ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2026.2.8
33+
ManifestType: defaultLocale
34+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: jdx.mise
5+
PackageVersion: 2026.2.8
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)