Autoenv v0.2.1 Release Notes
Release Date: 2016-10-18 // about 8 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)
Previous changes from v0.2.0
-
โ Added
- setup.py for pyPi
- setup.py in the Makefile
- ๐ Support for OS X
- ๐ Support for the dash shell
- Accept 'y' or 'Y' as answer
- Expose
AUTOENV_CUR_FILE
andAUTOENV_CUR_DIR
๐ Fixed
- ๐ Fix spaces in filenames
- Strange grep behavior
- Look for a .env file when activating autoenv
- ๐ Fix sha1sum not being found
- ๐ Support aliased cd
- Require .env to be a regular file
- autoenv now works with noclobber
- Crash with zsh 5.1
๐ Changed
- Don't run in mc
- โก๏ธ Updated readme
- Export all variables
- โ Rewrote tests
- Follow .env files until the mountpoint
๐ Security
- โ Add quotes everywhere in the shell script
- ๐จ Print hidden characters