Releases: twpayne/chezmoi
Releases · twpayne/chezmoi
v2.66.0
Changelog
Features
- 13deaf6 feat: Add --override-data-file flag
- 9df5bfa feat: Add --override-data flag
- e9546b6 feat: Add --less-interactive to only prompt for conflicts
- 271bb75 feat: Add exec template function
- 5947399 feat: Group commands in help
Fixes
- 63f3947 fix: Reverse command check for current user in docker feature
- 0cfd139 fix: Report an error when --follow and --recursive are combined for directories
- ce44e94 fix: Fix value of Windows version environment variables
- fa4999d fix: Add destroy and ssh command descriptions to help
Documentation
v2.65.2
v2.65.1
v2.65.0
Changelog
Features
- 39e5ad1 feat: Add docker command
- ed333e4 feat: Add ssh command
- 89c9832 feat: Add podman command
- a3ea777 feat: Add install-init-shell.sh subcommand to generate command
- 1f53a3c feat: Extend the range of types accepted by quoteList template func
- 218d412 feat: Add support for rar archives
- 07301f6 feat: Add age-keygen command
- 3b672f5 feat: Apply --age-recipient and --age-recipient-file flags to all commands
Documentation updates
v2.64.0
Changelog
Features
- bbb451f feat: Remove support for deprecated Hashicorp Vault Secrets
- 97d33b2 feat: Add hardlink test to doctorcmd
- e6690ba feat: Add --age-recipients-file flag to add command
- 79f3a38 feat: Add --age-recipient flag to add command
- f2ac4c8 feat: Add automatic Bitwarden CLI unlock
- bccf542 feat: Rename returnEmpty template function to abortEmpty
- 1fc3df8 feat: Add returnEmpty template function
Fixes
- 0994ed6 fix: Always use diff.pager if configured
- 3d64f50 fix: Use external diff tool for apply and re-add previews
- dbfced5 fix: Fix bad skip instruction in test script issue4479
Documentation updates
v2.63.1
v2.63.0
Changelog
Features
- c086592 feat: Check for secrets in re-add command
- 41c0a34 feat: Add ensureLinePrefix template function
- ae2b6a8 feat: Add
getRedirectedURL
template function
Fixes
- 06ac8e9 fix: Detect libc from current executable in upgrade command
- 0f814f6 fix: Use filepath.Join() to join abspath
Documentation updates
v2.62.7
Changelog
Features
- d5f2c70 feat: Add pagerArgs and diff.pagerArgs configuration variables
Fixes
- c727993 fix: Preserve, don't delete, whitespace-only files in external archives
- 5be414b fix: Remove dependency on git in packages
Documentation updates
- 6384ea3 docs: Fix a typo in setup.md
- 22ffc1d docs: Add HCP Vault Secrets EOL Notice
- 5cd53d6 docs: Add info about file paths for archive-file externals
- dae071c docs: Fix incorrect parameter ref
- 8b2a923 docs: Add warnings to .chezmoiroot
- 025ece0 docs: Emphasize that scriptEnv also applies to hooks and commands
- 3b1c181 docs: Clarify
modify_
documentation