Skip to content

Releases: prefix-dev/pixi

v0.0.5

26 Jun 13:29
27b7a52
Compare
Choose a tag to compare

Quick fix

  • Fixing Windows installer build in CI. (#145)

Full Changelog: v0.0.4...v0.0.5

v0.0.4

26 Jun 12:22
8e4302e
Compare
Choose a tag to compare

Highlights

A new command, auth which can be used to authenticate the host of the package channels.
A new command, shell which can be used to start a shell in the pixi environment of a project.
A refactor of the install command which is changed to global install and the install command now installs a pixi project if you run it in the directory.
Platform specific dependencies using [target.linux-64.dependencies] instead of [dependencies] in the pixi.toml

Lots and lots of fixes and improvements to make it easier to use and less error-prone, where bumping to the new version of rattler helped a lot.

Details

Added

  • Platform specific dependencies and helpfull error reporting on pixi.toml issues(#111)
  • Windows installer, which is very useful for users that want to start using pixi on windows. (#114)
  • shell command to use the pixi environment without pixi run. (#116)
  • Verbosity options using -v, -vv, -vvv (#118)
  • auth command to be able to login or logout of a host like repo.prefix.dev if you're using private channels. (#120)
  • New examples: CPP sdl: #121, Opencv camera calibration #125
  • Apple binary signing and notarization. (#137)

Changed

  • pixi install moved to pixi global install and pixi install became the installation of a project using the pixi.toml (#124)

Fixed

v0.0.3

16 Jun 15:06
Compare
Choose a tag to compare
fix: lock file

v0.0.2

13 Jun 06:46
b3c1334
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

09 Jun 08:06
a83be28
Compare
Choose a tag to compare
feat: add pixi (#65)