mise-en-place

notes:
Release list
2026.2.2: # Smart Suggestions and Python UV Improvements
RECENT
2026.2.2: Smart Suggestions and Python UV Improvements
RECENT
2026.2.1: Task Docs and Tool Stubs
RECENT
2026.2.0: Lockfiles Graduate, Editor Arrives
RECENT
2026.1.12: Monorepo Task Resolution
RECENT
2026.1.11: Speed Demons and Scoped Providers
RECENT
2026.1.9: Templates Take the Stage
RECENT
2026.1.8: Registry Revolution
2026.1.7: Cache & Compatibility Cleanup
2026.1.6: Better Errors, Faster Envs
2026.1.5: PowerShell Joins the Party
2026.1.4
2026.1.3
2026.1.2
2026.1.1
2026.1.0
2025.12.13
2025.12.12
2025.12.11
2025.12.10
Release notes:

This release focuses on improving the developer experience for monorepo setups and fixing cross-platform compatibility issues. If you've been struggling with task includes in monorepos or encountering strange behavior when cloning plugins on Windows Subsystem for Linux (WSL), this update has you covered.

Bug Fixes

  • Monorepo task includes now resolve correctly - Task includes are now resolved relative to the config file directory rather than the current working directory. This is a significant fix for monorepo users who define tasks in nested config files and expect includes to work relative to where the config lives. (#7917)

  • WSL git clone compatibility - Fixed an issue where autocrlf settings could cause problems when cloning git repositories on WSL. Mise now explicitly disables autocrlf during git clone operations, preventing line-ending issues that could break plugins and tools on Windows Subsystem for Linux. (#7916)

Documentation

  • Added documentation for using bash array patterns with variadic arguments in tasks, making it easier to handle variable numbers of arguments in your task definitions. (#7914) See the tasks documentation for more details.

Copyright © 2023 - All right reserved by Yadoc SAS