- Changed default secrets location from
config/secrets
topriv/secrets
- This will break existing installations, but you only need to move the files from
config/
topriv/
- This will break existing installations, but you only need to move the files from
- Added ability for
setup
to append the master key location to your.gitignore
- Added documentation for Distillery releases
- Improved documentation and README
- Fixed bug where whitespace would break encryption/decryption
- Removed ExCrypto in favour of using Erlang functions
- Added information, caveats to README
- Added ability to specify key when editing secrets
Initial release!
- Added mix tasks for setup and editing
- Added core functions for reading and writing of encrypted secrets