Skip to content

v1.0.4

Compare
Choose a tag to compare
@stahnma stahnma released this 02 May 12:49
· 92 commits to main since this release

Notable features and fixes

Environments

  • Paths with spaces are now supported in general. (#1277)
  • Flox will now notify the user on stdout if a new version is available. (#1310)
    • Check for a new flox version on https://downloads.flox.dev, and if one is available, print a notification to the user.
    • Only print this notification once every 24 hours.
  • Activate can now allow activation without prompt (#1144)
    • Adds a new config option shell_prompt with the possible values show-all, hide-all and hide-default.
    • flox activate respects this config and will disable the prompt modifications if the value is hide-all.
    • With hide-default it filters out all default environments, entirely disabling the prompt if all active envs were filtered.

Go envs

  • Now detect Go Projects during initialization. Thanks to Óscar Carrasco for the contribution. (#1227)

Pull/Push Improvements

  • flox pull --force now accepts owner/name as a parameter. Previously, force didn't allow for other parameters. (#1300)

Packaging

Thank you to our community contributions this release

Download Links