v0.32.2 - 2024-10-16
✨ Highlights
pixi self-update
will only work on the binaries from the GitHub releases, avoiding accidentally breaking the installation.- We now support
gcs://
conda registries. - No more broken PowerShell after using
pixi shell
.
Changed
- Add support for
gcs://
conda registries by @clement-chaneching in #2263
Documentation
- Small fixes in tutorials/python.md by @carschandler in #2252
- Update
pixi list
docs by @Hofer-Julian in #2269
Fixed
- Bind ctrl c listener so that it doesn't interfere on powershell by @wolfv in #2260
- Explicitly run default environment by @ruben-arts in #2273
- Parse env name on adding by @ruben-arts in #2279
Refactor
- Make self-update a compile time feature by @freundTech in #2213
New Contributors
- @clement-chaneching made their first contribution in #2263
- @freundTech made their first contribution in #2213