Autoenv v0.2.1 Release Notes

Release Date: 2016-10-18 // over 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)

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 and AUTOENV_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