Releases: twpayne/chezmoi
Releases · twpayne/chezmoi
v2.68.0
Immutable
release. Only release title and notes can be modified.
Changelog
Features
- def70db feat: Add --new flag to add command
- 7aa7a9b feat: Add --re-encrypt flag to re-add command
- cc89b3c feat: Add edit-encrypted command
Fixes
- 1ceb35a fix: Ensure that .chezmoi.sourceFile template var is always a relative path
- 7c47d0b fix: Don't overwrite config file in init --dry-run
- 40a630b fix: Fix panic in execute-template --override-data with no template data
- 39d2d0d fix: Fix forget command on implicitly managed files
- 70353d8 fix: Ignore externals in destroy command
v2.67.1
v2.67.0
Immutable
release. Only release title and notes can be modified.
Changelog
Features
- 7ee1071 feat: Make re-add add and remove entries in exact_ directories
Fixes
- aa188e6 fix: Make all template funcs available in diff and merge args
- 72c7d0b fix: Ignore special-use domains when extracting hostname from /etc/hosts
- 35b22c8 fix: Fix fromIni | toIni template func round trip with quoted strings
- d3a4034 fix: Fix pattern in install script
Documentation
- 8591960 docs: Add link to article
- 3aff7ac docs: Improve description of --create flag
- 9551654 docs: Update VSCode merge tool instructions to handles spaces in paths
- 16946dd docs: Add main-branch/chezroot to list of related software
- ee2f0a2 docs: Fix generate command example
Other
- 4785bf3 Update documentation for --create option in add.md
v2.66.1
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