Skip to content

v0.5.0

Compare
Choose a tag to compare
@humblepenguinn humblepenguinn released this 07 Feb 13:51
· 92 commits to main since this release
669fd6f

Features

  • Add GPG encryption for user profiles, See Usage
  • Add flags for using the CLI, See Usage

Bug Fixes

  • Fix issue #17 where envio assumed shell config file was in home directory and would panic if it was not found; envio now prompts users to pass in their shell config if it cannot find it

  • Fix bug where envio would exit without doing its first time setup routine if it could not find the shell config; envio now checks for the config directory to determine if it is a fresh install or not

Other

  • Switched to age from magic_crypt for passphrase encryption method #13