Skip to content

Releases: itsfarseen/age-store

age-store v0.7

14 Sep 09:19

Choose a tag to compare

Bug fixes

  • Fix AGE_STORE_ENV variable missing from hook scripts - now properly available to hook environment while removed from shell environment

age-store v0.6

13 Sep 13:10

Choose a tag to compare

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

13 Sep 13:11

Choose a tag to compare

New features

  • Add shell prompt modification to env-shell command - now shows environment name in shell prompt by default
  • Add --no-prompt option to env-shell command to disable prompt modification
  • Add --custom-prompt option to env-shell command to specify custom prompt prefix
  • Add AGE_STORE_PROMPT environment variable support - hook scripts can set this to customize the prompt (CLI --custom-prompt takes precedence)
  • Add AGE_STORE_ENV environment variable to env-shell command - set to the path of the loaded .env file

age-store v0.4

12 Sep 19:46

Choose a tag to compare

New features

  • Add --hook option to env-shell command to execute scripts that output additional environment variables in FOO=BAR format

v0.3

09 Sep 11:23

Choose a tag to compare

release version 0.3

Bump version to 0.3 and update changelog with new features.

v0.2

08 Sep 20:57

Choose a tag to compare

update README and CHANGELOG