Releases: twpayne/chezmoi
Releases · twpayne/chezmoi
v2.70.0
Immutable
release. Only release title and notes can be modified.
Changelog
Features
- c827252 feat: Support multiple externals to same target in one .chezmoiexternal file
- d210129 feat: Add podman as an alias for docker command
Fixes
- 44f73d3 fix: Adding exact subdir won't add exact parent
Documentation
- 1499bfc docs: Clarify that edit --apply command does not apply scripts
- 883fe13 docs: Add new articles on using chezmoi with coding agent configuration
- 0bd0e48 docs: Add am package manager installation instructions
- 7ef5efe docs: Add link to github.com/daptify14/chezit
- 767015a docs: Add links to articles
- 8e1b652 docs: Add link to article
- 6f3e1db docs: Add link to podcast
- 910481e docs: Add links to articles
v2.69.4
Immutable
release. Only release title and notes can be modified.
v2.69.3
v2.69.2
v2.69.1
Immutable
release. Only release title and notes can be modified.
v2.69.0
Immutable
release. Only release title and notes can be modified.
Changelog
Features
- c3a11ca feat: Add --pq flag to age-keygen command
- e1e1ec5 feat: Add support for transcrypt and git-crypt
- 788eb3b feat: Add support for Proton Pass password manager
- 0193146 feat: Support TOML 1.1
- 3a6d0d6 feat: Switch template function implementation to sprout
Fixes
- 562f971 fix: Revert to cosign v2.6.1 for release signing
- bc055df fix: Ignore templates in exact_ dirs in re-add command
- 4b67af9 fix: Clean paths in external files
- f5f7d08 fix: Reject invalid file and dir names in source dir
- 249d1c9 fix: Fix check for adding files in protected directories
Documentation
v2.68.1
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