Skip to content

Releases: twpayne/chezmoi

v2.33.6

15 May 19:22
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 by @dependabot in #2991
  • fix: Only create empty files if they have the empty_ attribute by @twpayne in #2997
  • chore: Refactor internal handling of remove_ directories by @twpayne in #2999
  • chore(editorconfig): Remove quotes from editorconfig file by @aarondill in #3000
  • fix: Set CHEZMOI_SOURCE_DIR env var in init when using .chezmoiroot by @twpayne in #3001
  • chore: Update dependencies by @twpayne in #3002

New Contributors

Full Changelog: v2.33.5...v2.33.6

v2.33.5

11 May 19:53
Compare
Choose a tag to compare

What's Changed

  • chore: Build with Go 1.20.4 by @twpayne in #2970
  • chore: Use github.com/alecthomas/assert instead of github.com/stretchr/testify by @twpayne in #2974
  • fix: Fix commands for managed files in exact_ directories by @twpayne in #2980
  • docs: Improved Bitwarden login documentation by @halostatue in #2955
  • chore: Update dependencies by @twpayne in #2983
  • chore(deps): bump github/codeql-action from 2.3.2 to 2.3.3 by @dependabot in #2986
  • chore(deps): bump cpina/github-action-push-to-another-repository from 1.6 to 1.7 by @dependabot in #2987
  • chore(deps): bump reviewdog/action-misspell from 1.12.3 to 1.12.4 by @dependabot in #2985
  • fix: Ensure the sourceDir is updated before creating config file by @twpayne in #2989

Full Changelog: v2.33.4...v2.33.5

v2.33.4

02 May 15:18
Compare
Choose a tag to compare

What's Changed

  • fix: Fix init --promptBool for promptBoolOnce template function by @twpayne in #2950
  • docs: update encryption md to account for chezmoiroot by @danielo515 in #2952
  • chore(deps): bump sigstore/cosign-installer from 3.0.1 to 3.0.3 by @dependabot in #2957
  • chore(deps): bump github/codeql-action from 2.2.9 to 2.3.2 by @dependabot in #2958
  • chore(deps): bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #2959
  • fix: Respect executable file modes in external_ directories by @twpayne in #2966
  • fix: Fix chezmoi rm with files in exact_ directories by @twpayne in #2967

New Contributors

Full Changelog: v2.33.3...v2.33.4

v2.33.3

21 Apr 21:06
Compare
Choose a tag to compare

What's Changed

  • fix: Correct capitalization of .chezmoi.config template variables by @twpayne in #2943

Full Changelog: v2.33.2...v2.33.3

v2.33.2

21 Apr 15:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.33.1...v2.33.2

v2.33.1

07 Apr 23:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.33.0...v2.33.1

v2.33.0

24 Mar 01:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.32.0...v2.33.0

v2.32.0

12 Mar 02:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.31.1...v2.32.0

v2.31.1

02 Mar 00:34
Compare
Choose a tag to compare

What's Changed

  • chore: Bump golangci-lint to v1.51.2 by @twpayne in #2782
  • docs: Improve documentation on git-repo externals by @twpayne in #2785
  • chore: Update dependencies by @twpayne in #2788
  • chore: Enable most govet linters by @twpayne in #2794
  • chore: Update dependencies by @twpayne in #2795
  • feat: Add Dashlane password manager support by @twpayne in #2792
  • fix: Detect absolute paths in externals on Windows by @twpayne in #2796
  • feat: Add Dashlane secure notes support by @XaF in #2797
  • chore(deps): bump cpina/github-action-push-to-another-repository from 9e487f29582587eeb4837c0552c886bb0644b6b9 to 0a14457bb28b04dfa1652e0ffdfda866d2845c73 by @dependabot in #2802
  • chore(deps): bump github/codeql-action from 2.2.1 to 2.2.5 by @dependabot in #2803
  • chore(deps): bump actions/cache from 3.2.4 to 3.2.6 by @dependabot in #2804
  • chore: Update dependencies by @twpayne in #2809

New Contributors

  • @XaF made their first contribution in #2797

Full Changelog: v2.31.0...v2.31.1

v2.31.0

17 Feb 13:10
Compare
Choose a tag to compare

What's Changed

  • feat: Print a warning when chezmoi add is called with an ignored entry by @twpayne in #2762
  • feat: Cache GitHub API results by default to stay under rate limit by @twpayne in #2763
  • feat: Display progress bars by default when stdout is a TTY by @twpayne in #2767
  • feat(bitwarden): Grab attachment by object name by @cawaltrip in #2765
  • fix: Eliminate [DEFAULT] section for fromIni map by @halostatue in #2770
  • chore: Update dependencies by @twpayne in #2772
  • feat: Add --with-stdin flag to execute-template command by @twpayne in #2774
  • docs: Fix typo, improve grammar in init doc page by @bradenhilton in #2776
  • docs: Improve documentation on externals by @twpayne in #2775
  • chore: Update dependencies by @twpayne in #2781

New Contributors

Full Changelog: v2.30.1...v2.31.0