Release Notes
✨ Highlights
- ⌨️ Support of shell completions with
pixi global
- 🛠️
requires-pixi
key inpixi.toml
. This is especially useful to require a minimum Pixi version when using the manifest. - ⚙️ Add configuration to run post link scripts. This is useful for workspaces with packages which fail to work otherwise. We advise to only enable the config if it is actually needed.
Added
- Add run export information to search by @baszalmstra in #3428
- Add 'requires-pixi' manifest key and subcommands to control the eldest pixi for building a project by @gzm55 in #3358
- Add proxy-config and activate https/http proxy for pixi commands by @gzm55 in #3320
- Support shell completions with
pixi global
by @wolfv in #3319 - Add configuration to run link scripts by @ruben-arts in #3347
Changed
Documentation
- Remove reference to archived mybinder.org example by @scottyhq in #3435
- Tweak config naming convention note by @salim-b in #3444
- Mention self-extracting binaries in pixi_pack by @gdementen in #3446
- Remove main heading by @Hofer-Julian in #3454
- Community: add metrology-apis by @lucascolley in #3461
Fixed
- Error on package not provided by build backend by @baszalmstra in #3430
- Git does not update source files by @nichmor in #3425
pixi global
make sure thatprefix_path_entries
are always inpath_diff
by @Hofer-Julian in #3407
Performance
New Contributors
- @gdementen made their first contribution in #3446
- @scottyhq made their first contribution in #3435
Download pixi 0.44.0
File | Platform | Checksum |
---|---|---|
pixi-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pixi-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pixi-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
pixi-aarch64-pc-windows-msvc.msi | ARM64 Windows | checksum |
pixi-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
pixi-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
pixi-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
pixi-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |