Releases: hyperupcall/autoenv
Releases · hyperupcall/autoenv
v0.3.0 Maintenance release
Woot Woot! There is a new autoenv release 🥳
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
Something patchy
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)
Finally, a new release!
This contains a lot of features and fixes.