Releases: twpayne/chezmoi
v0.0.5
Changelog
083d25d Add --apply, --diff, and --prompt flags to edit command, fixes #28
5527d94 Add TargetState.ApplyOne
a8670c4 Add prompt
f644bf2 Cache keyring lookups
53a12d1 Cache lastpass lookups
900a2e3 Extend apply command to take a list of targets, fixes #3
db96d06 Extend diff command to take a list of targets, fixes #4
a324b0b Extend verify command to take a list of targets, fixes #5
7e98072 Factor out Config.applyArgs
89440ce Make runRemoveCommand a method on Config
c37b9ad Remove trailing E from function names
v0.0.4
Changelog
a2e6e88 Add LastPass integration
377d68e Add graceful template error handling mechanism
cbb5b2d Add installation docs referring to Goreleaser-generated artefacts and Homebrew formula
377999a Add lastpass command as a wrapper for lpass
496c2ba Documentation tweaks
06f8e7a Ensure Go modules are enabled in before hook
273e14f Factor out keyringFunc
e612476 Handle errors gracefully in keyring
841d2e7 Handle errors gracefully in lastpass
d88b705 Make CI output less verbose
7992f60 Make template execution more strict
4c7aece Only read files and evaluate templates when required
a436144 Remove GO111MODULES
b45c5ad Set GO111MODULE in .travis.yml