Autoenv Versions Save

Directory-based environments.

v0.3.0

2 years ago

Woot Woot! There is a new autoenv release :partying_face:

This version includes features and fixes that have been included over the years, but have not been included in a release. The major ones include

  • Enable broken mountpoint detection on MacOS Catalina (#151)
  • Add AUTOENV_ASSUME_YES (#162)
  • Execute .env.leave when leaving directory (#167)

The full list of changes can be found in the Changelog

If you are using Brew, this update already has been merged

v0.2.1

7 years ago

This is a bugfixing release. No new features are introduced.

A list of fixes:

  • Remove debug output (#126)
  • Paths with spaces on dash
  • Custom names for .env (#109)
  • Usage of double slashes (#125)
  • Infinite loop when symlinking across mountpoints (#133)
  • Don't allow chdir aliases
  • Mountpoint detection (#138 #139)
  • No more override of $OLDPWD (#141)
  • .env files at mountpoint are now being found (#146)

v0.2.0

7 years ago

This contains a lot of features and fixes.