Flox v1.7.6 release

Flox 1.7.6 is now live!

This release includes some updates that make it easier for automation and some
improvements to various CLI output.

  • Added flox auth token command to display your current floxhub token (useful for automation)
  • Don’t print upgrade notification when running flox activate -- <cmd>
  • Add flox pull --copy --generation option to pull-copy a specific generation from an environment hosted on https://hub.flox.dev
  • Fixed garbling of escape codes in bare flox command output
  • The latest stable release of Flox is now tracked by the flox/flox:latest branch (formally a tag). This is because tags have a bit more permanence and a branch is expected to move over time. This is primarily useful for flake-based installations.

Thank you to our community contributions this release

  • Better error handling in flox push when no changes are present (mrswastik-robot)
  • Added trailing newlines in manifest and lockfile (mrswastik-robot)
  • Nicer alignment in flox show output (mrswastik-robot)
  • flox list now includes the catalog in the package path (mrswastik-robot)

Full notes and links at Release v1.7.6 · flox/flox · GitHub