Skip to content

Releases: envio-cli/envio

v0.5.1

17 Feb 02:40
Compare
Choose a tag to compare

Improvements

  • Improve add, launch, update and remove commands usage
  • Allow environment variable value to have an equal sign #33

Bug Fixes

  • Fix encryption identification issue #36
  • Use CARGO_PKG_VERSION when git is not installed by @afh in #31
  • Only list profiles ending with .env by @afh in #32
  • Prevent setenv.sh script from including entire stdout #27

Other

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Feb 13:51
669fd6f
Compare
Choose a tag to compare

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

v0.4.1

05 Apr 08:37
Compare
Choose a tag to compare
Update version

v0.4.0

03 Apr 20:10
Compare
Choose a tag to compare

Features

  • Add new argument --no-pretty-print to envio list command, See Usage
  • Add support for fish shell #9

Bug Fixes

  • Fix Security Vulnerability, See Here

Other

New Contributors

v0.3.0

30 Mar 11:46
Compare
Choose a tag to compare

PLEASE READ THIS DOCUMENT BEFORE USING THIS VERSION

Features

  • Users can now create new profiles using files and also pass in environment variables #8
  • Added support for the fish shell #9

Bug Fixes

  • Both the config and profiles directory are created at startup, if they do not exist #8

Other

v0.2.0

27 Mar 19:26
Compare
Choose a tag to compare

PLEASE READ THIS DOCUMENT BEFORE USING THIS VERSION

Features

  • In addition to being able to load and unload profiles in current terminal sessions, users can now use the envio launch sub command to launch programs with specific profiles see Usage
  • envio now automatically looks for updates

Bug Fixes

  • Users do not need to type in their key twice when modifying environment variables in a profile

Other

New Contributors

v0.1.0

20 Mar 13:48
Compare
Choose a tag to compare

PLEASE READ THIS DOCUMENT BEFORE USING THIS VERSION

First Public Release