|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2025.9.13](https://github.com/jdx/mise/compare/v2025.9.12..v2025.9.13) - 2025-09-19 |
| 4 | + |
| 5 | +### 📦 Registry |
| 6 | + |
| 7 | +- remove deprecated virtualos by @jdx in [166379f](https://github.com/jdx/mise/commit/166379f71c79fccacfc980dd14d4e18642c7d1e5) |
| 8 | +- add trufflehog ([aqua:trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog)) by @risu729 in [#6316](https://github.com/jdx/mise/pull/6316) |
| 9 | + |
| 10 | +### 🚀 Features |
| 11 | + |
| 12 | +- **(aqua)** integrate native sigstore-verification for security verification by @jdx in [#6332](https://github.com/jdx/mise/pull/6332) |
| 13 | +- **(docs)** improve search result readability with lighter teal background by @jdx in [#6328](https://github.com/jdx/mise/pull/6328) |
| 14 | +- **(ui)** update logo as favicon and fix hover transitions by @jdx in [#6325](https://github.com/jdx/mise/pull/6325) |
| 15 | +- **(vfox)** add file.read lua function by @malept in [#6333](https://github.com/jdx/mise/pull/6333) |
| 16 | +- add documentation for "Environment in tasks" #5134 #5638 by @Its-Just-Nans in [#6329](https://github.com/jdx/mise/pull/6329) |
| 17 | + |
| 18 | +### 🐛 Bug Fixes |
| 19 | + |
| 20 | +- **(github)** correctly paginate releases/tags for private repos by @malept in [#6318](https://github.com/jdx/mise/pull/6318) |
| 21 | +- **(hk)** exclude aqua-registry from prettier linting by @jdx in [#6327](https://github.com/jdx/mise/pull/6327) |
| 22 | +- **(ui)** improve GitHub star badge layout and alignment by @jdx in [#6326](https://github.com/jdx/mise/pull/6326) |
| 23 | + |
| 24 | +### 📚 Documentation |
| 25 | + |
| 26 | +- change 'hello.py' to 'main.py' in python.md by @my1e5 in [#6319](https://github.com/jdx/mise/pull/6319) |
| 27 | +- customize VitePress theme with unique branding by @jdx in [#6324](https://github.com/jdx/mise/pull/6324) |
| 28 | + |
| 29 | +### 📦️ Dependency Updates |
| 30 | + |
| 31 | +- update taiki-e/install-action digest to 0aa4f22 by @renovate[bot] in [#6334](https://github.com/jdx/mise/pull/6334) |
| 32 | +- update rust crate comfy-table to v7.2.1 by @renovate[bot] in [#6335](https://github.com/jdx/mise/pull/6335) |
| 33 | + |
| 34 | +### Chore |
| 35 | + |
| 36 | +- fixing typos by @Its-Just-Nans in [#6331](https://github.com/jdx/mise/pull/6331) |
| 37 | + |
| 38 | +### New Contributors |
| 39 | + |
| 40 | +- @Its-Just-Nans made their first contribution in [#6331](https://github.com/jdx/mise/pull/6331) |
| 41 | +- @my1e5 made their first contribution in [#6319](https://github.com/jdx/mise/pull/6319) |
| 42 | + |
3 | 43 | ## [2025.9.12](https://github.com/jdx/mise/compare/v2025.9.11..v2025.9.12) - 2025-09-16 |
4 | 44 |
|
5 | 45 | ### 🐛 Bug Fixes |
|
251 | 291 | ### 🐛 Bug Fixes |
252 | 292 |
|
253 | 293 | - **(aqua)** respect order of asset_strs by @risu729 in [#6143](https://github.com/jdx/mise/pull/6143) |
254 | | -- **(java)** treat freebsd as linux (assuming linux compatibility) by @roele in [#6161](https://github.com/jdx/mise/pull/6161) |
| 294 | +- **(java)** treat freebsd as linux (assuming linux compatability) by @roele in [#6161](https://github.com/jdx/mise/pull/6161) |
255 | 295 | - **(nushell/windows)** Fix $env.PATH getting converted to a string by @zackyancey in [#6157](https://github.com/jdx/mise/pull/6157) |
256 | 296 | - **(sync)** create uv_versions_path dir if it doesn't exist by @risu729 in [#6142](https://github.com/jdx/mise/pull/6142) |
257 | | -- **(ubi)** show relevant error messages for v-prefixed tags by @risu729 in [#6183](https://github.com/jdx/mise/pull/6183) |
| 297 | +- **(ubi)** show relevent error messages for v-prefixed tags by @risu729 in [#6183](https://github.com/jdx/mise/pull/6183) |
258 | 298 | - remove nodejs/golang alias migrate code by @risu729 in [#6141](https://github.com/jdx/mise/pull/6141) |
259 | 299 | - mise activate not working on powershell v5 by @L0RD-ZER0 in [#6168](https://github.com/jdx/mise/pull/6168) |
260 | 300 |
|
|
2122 | 2162 |
|
2123 | 2163 | ### 🐛 Bug Fixes |
2124 | 2164 |
|
2125 | | -- **(ubi)** API URL for GitHub should not have /repos segment by @roele in [#4848](https://github.com/jdx/mise/pull/4848) |
| 2165 | +- **(ubi)** API URL for GitHub should not have /repos segement by @roele in [#4848](https://github.com/jdx/mise/pull/4848) |
2126 | 2166 | - **(ubi)** URL syntax fails by @roele in [#4859](https://github.com/jdx/mise/pull/4859) |
2127 | 2167 | - allow to install non-numeric elixir versions by @roele in [#4850](https://github.com/jdx/mise/pull/4850) |
2128 | 2168 | - removed possible single-point-of-failure while running `mise upgrade` by @hitblast in [#4847](https://github.com/jdx/mise/pull/4847) |
|
2771 | 2811 | ### Chore |
2772 | 2812 |
|
2773 | 2813 | - make self_update optional by @jdx in [#4230](https://github.com/jdx/mise/pull/4230) |
2774 | | -- added some default reqwest features by @jdx in [#4232](https://github.com/jdx/mise/pull/4232) |
| 2814 | +- added some defaul reqwest features by @jdx in [#4232](https://github.com/jdx/mise/pull/4232) |
2775 | 2815 |
|
2776 | 2816 | ### New Contributors |
2777 | 2817 |
|
|
3701 | 3741 | ### 🚀 Features |
3702 | 3742 |
|
3703 | 3743 | - add the users PATH to `mise doctor` by @syhol in [#3474](https://github.com/jdx/mise/pull/3474) |
3704 | | -- feat : Add superfile with aqua backend to registry by @yodatak in [#3479](https://github.com/jdx/mise/pull/3479) |
| 3744 | +- feat : Add superfile with aqua backend to registery by @yodatak in [#3479](https://github.com/jdx/mise/pull/3479) |
3705 | 3745 | - added `task_auto_install` setting by @jdx in [#3481](https://github.com/jdx/mise/pull/3481) |
3706 | | -- Add yazi with aqua backend to registry by @yodatak in [#3485](https://github.com/jdx/mise/pull/3485) |
| 3746 | +- Add yazi with aqua backend to registery by @yodatak in [#3485](https://github.com/jdx/mise/pull/3485) |
3707 | 3747 | - Migrating Terragrunt asdf plugin over to gruntwork-io by @yhakbar in [#3486](https://github.com/jdx/mise/pull/3486) |
3708 | 3748 | - add settings for python venv creation by @jdx in [#3489](https://github.com/jdx/mise/pull/3489) |
3709 | 3749 | - added MISE_ARCH setting by @jdx in [#3490](https://github.com/jdx/mise/pull/3490) |
|
0 commit comments