Skip to content

Commit 0f3c033

Browse files
New version: jdx.mise version 2025.11.11 (microsoft#318415)
1 parent c8328c8 commit 0f3c033

3 files changed

Lines changed: 118 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: jdx.mise
5+
PackageVersion: 2025.11.11
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: 2025-11-30
15+
Installers:
16+
- Architecture: x64
17+
InstallerUrl: https://github.com/jdx/mise/releases/download/v2025.11.11/mise-v2025.11.11-windows-x64.zip
18+
InstallerSha256: BCDC0B81E8083DA51FAD09A975BF36DB199EBA893D2369CA3E9218CD73BDCA92
19+
- Architecture: arm64
20+
InstallerUrl: https://github.com/jdx/mise/releases/download/v2025.11.11/mise-v2025.11.11-windows-arm64.zip
21+
InstallerSha256: 1A9EE4E2A37F28C485D862E36FCDA59DCA9DC3DCCB2077E6A7CB311552E8DFBD
22+
ManifestType: installer
23+
ManifestVersion: 1.10.0
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: jdx.mise
5+
PackageVersion: 2025.11.11
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+
2025.11.11 - 2025-11-30
19+
🚀 Features
20+
- (backend) add filter_bins option to github/gitlab backends by @risu729 in #7105
21+
- (ci) auto-close PRs from non-maintainers by @jdx in #7108
22+
- (conda) add conda backend for installing packages from conda-forge by @jdx in #7139
23+
- (github) add rename_exe option and switch elm, opam, yt-dlp from ubi by @jdx in #7140
24+
- (install) add --locked flag for strict lockfile mode by @jdx in #7098
25+
- (lock) implement cross-platform lockfile generation by @jdx in #7091
26+
- (lockfile) add options field for tool artifact identity by @jdx in #7092
27+
- (lockfile) add env field and local lockfile support by @jdx in #7099
28+
- (lockfile) add URL support for deno, go, and zig backends by @jdx in #7112
29+
- (lockfile) add URL support for vfox backend by @jdx in #7114
30+
- (lockfile) add multi-platform checksums without downloading tarballs by @jdx in #7113
31+
🐛 Bug Fixes
32+
- (backend) allow platform-specific strip_components by @risu729 in #7106
33+
- (backend) prefer path root for bin path if it contains an executable by @risu729 in #7151
34+
- (bash) avoid deactivate error on (no)unset PROMPT_COMMAND by @scop in #7096
35+
- (ci) use updatedAt instead of createdAt for stale PR detection by @jdx in #7109
36+
- (config) increase fetch_remote_versions_timeout default to 20s by @jdx in #7157
37+
- (github) search subdirectories for executables in discover_bin_paths by @jdx in #7138
38+
- (lockfile) combine api_url with asset_pattern for GitHub release URLs by @jdx in #7111
39+
🚜 Refactor
40+
- (lock) simplify lockfile to always use array format by @jdx in #7093
41+
- (lockfile) use compact inline table format by @jdx in #7141
42+
📚 Documentation
43+
- (gitlab) document rename_exe option also for gitlab backend by @risu729 in #7149
44+
- (lockfile) update documentation for recent lockfile changes by @jdx in #7107
45+
- (node) use config_root in _.path for pnpm example by @risu729 in #7146
46+
- (registry) add github/gitlab backends to the preferred backends list by @risu729 in #7148
47+
- (registry) add url mappings for all backends by @risu729 in #7147
48+
📦️ Dependency Updates
49+
- update docker/metadata-action digest to c299e40 by @renovate[bot] in #7101
50+
- update ghcr.io/jdx/mise:alpine docker digest to 693c5f6 by @renovate[bot] in #7102
51+
- update ghcr.io/jdx/mise:deb docker digest to 9985cab by @renovate[bot] in #7104
52+
- update ghcr.io/jdx/mise:copr docker digest to 564d8e1 by @renovate[bot] in #7103
53+
- update rust crate ubi to 0.8.4 by @risu729 in #7154
54+
📦 Registry
55+
- add aqua backend as primary for e1s by @jdx in #7115
56+
- add gem backend for bashly by @jdx in 6af6607
57+
- switch 1password from asdf to vfox backend by @jdx in #7116
58+
- add vfox backend for bfs by @jdx in #7126
59+
- add github backend for btrace by @jdx in #7129
60+
- add github backend for cf by @jdx in #7131
61+
- add vfox backend for bpkg by @jdx in #7130
62+
- switch apollo-ios from asdf to github backend by @jdx in #7118
63+
- add vfox backend for chromedriver by @jdx in #7134
64+
- switch superhtml, vespa-cli, xcsift from ubi to github backend by @jdx in #7137
65+
- add vfox backend for clickhouse by @jdx in #7136
66+
- switch chicken to vfox plugin by @jdx in #7135
67+
- switch chezscheme from asdf to vfox backend by @jdx in #7132
68+
- add vfox backend for carthage by @jdx in #7133
69+
- switch azure-functions-core-tools from asdf to vfox backend by @jdx in #7128
70+
- switch aapt2 to vfox backend by @jdx in #7117
71+
- switch ant to vfox backend by @jdx in #7119
72+
- switch asciidoctorj from asdf to vfox backend by @jdx in #7121
73+
- switch awscli-local to pipx backend by @jdx in #7120
74+
- add omnictl by @risu729 in #7145
75+
- remove pnpm asdf plugin from fallback by @risu729 in #7143
76+
- switch tanzu to github backend by @jdx in #7124
77+
- switch android-sdk to vfox plugin by @jdx in #7127
78+
- add vfox backend for ag (The Silver Searcher) by @jdx in #7122
79+
- add gem backend for bashly by @jdx in #7125
80+
Chore
81+
- (registry) ignore deleted tools in test-tool workflow by @risu729 in #7081
82+
- (release) show registry section last in changelog by @jdx in #7156
83+
- update mise.lock with checksums by @jdx in 71e9123
84+
- disable cancel-in-progress for test workflow on main branch by @risu729 in #7152
85+
ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2025.11.11
86+
ManifestType: defaultLocale
87+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: jdx.mise
5+
PackageVersion: 2025.11.11
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)