Releases: itsfarseen/age-store
Releases · itsfarseen/age-store
age-store v0.7
Bug fixes
- Fix
AGE_STORE_ENVvariable missing from hook scripts - now properly available to hook environment while removed from shell environment
age-store v0.6
Bug fixes
- Fix shell prompt not being inherited properly in bash/zsh environments
- Document argparse bug in ubuntu 22.04 and 24.04. See KNOWN_ISSUES.md.
age-store v.05
New features
- Add shell prompt modification to
env-shellcommand - now shows environment name in shell prompt by default - Add
--no-promptoption toenv-shellcommand to disable prompt modification - Add
--custom-promptoption toenv-shellcommand to specify custom prompt prefix - Add
AGE_STORE_PROMPTenvironment variable support - hook scripts can set this to customize the prompt (CLI--custom-prompttakes precedence) - Add
AGE_STORE_ENVenvironment variable toenv-shellcommand - set to the path of the loaded .env file
age-store v0.4
New features
- Add
--hookoption toenv-shellcommand to execute scripts that output additional environment variables inFOO=BARformat
v0.3
release version 0.3 Bump version to 0.3 and update changelog with new features.
v0.2
update README and CHANGELOG