Releases: cashapp/hermit
Releases · cashapp/hermit
v0.3.0
Make auto-version use Github API client. Also try $GITHUB_TOKEN if $HERMIT_GITHUB_TOKEN is not set.
v0.2.29
Merge pull request #152 from cashapp/juho/symlinked-environments Fix binary execution in symlinked environment
v0.2.28
Merge pull request #147 from cashapp/juho/fix-user-shell-detection Use user's login names instead of the display name when parsing the /etc/passwd
v0.2.27
Trigger uninstall events. Also validate event types when unmarshalling manifest, add a delete action, and fix triggers so they don't apply to all installed packages.
v0.2.26
Merge pull request #133 from cashapp/juho/runtime-deps Runtime Dependencies
v0.2.25
Merge pull request #127 from cashapp/juho/skip-source-validation Add an option to skip package source validation
v0.2.24
Correctly clean directory caches of git repos
v0.2.23
Merge pull request #125 from cashapp/juho/fix-validation-on-git-sources validate git sources correctly
v0.2.22
Merge pull request #123 from cashapp/juho/git-as-package-source Git repo as package source
v0.2.21
Add a "prompt" option to leave the prompt alone Add an option (both a flag and a .hermit.hcl field) to tell hermit not to make changes to the prompt when activating an environment. The "prompt" option is an enum with the values "env", "short", and "none". "env" is the same as the current prompt - the environment name and hermit icon in the prompt. "short" is the same as the short-prompt option - just the hermit icon in the prompt. "none" prevents hermit from changing the prompt at all. This subsumes the short-prompt option. As a CLI flag, it has been made hidden, but is still present for backward compatibility. If both "prompt" and "short-prompt" are set, "short-prompt" will override whatever has been set for "prompt".