Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Tags: daiglej/yadm

Tags

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 2.4.0

Update version number and update documentation

* Support multiple keys in `yadm.gpg-recipient` (yadm-dev#139)
* Ensure all templates are written atomically (yadm-dev#142)
* Add encrypt_with_checksums to the hooks collection (yadm-dev#188)
* Escape white space in YADM_HOOK_FULL_COMMAND (yadm-dev#187)
* Improve parsing of os-release (yadm-dev#194)
* Improve identification of WSL (yadm-dev#196)
* Fix troff warnings emitted by man page (yadm-dev#195)
* Write encrypt-based exclusions during decrypt

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 2.3.0

Update version number and update documentation

* Support git-crypt (yadm-dev#168)
* Support specifying a command after `yadm enter`
* Expose GIT_WORK_TREE during `yadm enter` (yadm-dev#160)
* Support GNUPGHOME environment variable (yadm-dev#134)
* Assert private dirs, only when worktree = $HOME (yadm-dev#171)

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 2.2.0

Update version number and update documentation

* Resolve hostname using `uname -n` (yadm-dev#182)
* Use /etc/os-release if lsb_release is missing (yadm-dev#175)
* Issue warning for any invalid alternates found (yadm-dev#183)
* Add support for gawk (yadm-dev#180)

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 2.1.0

Update version number and update documentation

* Use relative symlinks for alternates (yadm-dev#100, yadm-dev#177)
* Support double-star globs in .config/yadm/encrypt (yadm-dev#109)
* Improve bash completion (yadm-dev#136)
* Update docs about using magit (yadm-dev#123)
* Note exception for WSL (yadm-dev#113)

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 2.0.1

Update version number and update documentation

* Fix bug with worktree permissions (yadm-dev#174)

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 2.0.0

Update version number and update documentation

* Support XDG base directory specification
* Redesign alternate processing
* Add built-in default template processor
* Allow storing alternates in yadm dir (yadm-dev#90)
* Add support for j2cli template processor
* Ignore encrypted files (yadm-dev#69)
* Support DISTRO in alternates (yadm-dev#72)
* Support `source` in templates (yadm-dev#163)
* Change yadm.cygwin-copy to yadm.alt-copy
* Support `-b <branch>` when cloning (yadm-dev#133)
* Support includes for j2-based templates (yadm-dev#114)
* Remove stale/invalid linked alternates (yadm-dev#65)
* Add support for Mingw/Msys (yadm-dev#102)
* Allow `-l` to pass thru to the `yadm config` command
* Improve processing of `yadm/encrypt`
* Fix bugs in legacy alternate processing
* Fix bug with hidden private files
* Improve support for older versions of Git
* Add upgrade command

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 1.12.0

Update version number and update documentation

* Add basic Zsh completion (yadm-dev#71, yadm-dev#79)
* Support directories in `.yadm/encrypt` (yadm-dev#81, yadm-dev#82)
* Support exclusions in `.yadm/encrypt` (yadm-dev#86)
* Improve portability with printf (yadm-dev#87)
* Eliminate usage of `eval` and `ls`

1.11.1

Toggle 1.11.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 1.11.1

Update version number and update documentation

* Create private dirs prior to merge (yadm-dev#74)

1.11.0

Toggle 1.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 1.11.0

Update version number and update documentation

* Option for Cygwin to copy files instead of symlink (yadm-dev#62)
* Support `YADM_DISTRO` in Jinja templates (yadm-dev#68)
* Support pre/post hooks for every command (yadm-dev#70)

1.10.0

Toggle 1.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TheLocehiliosan Tim Byrne
Release 1.10.0

Update version number and update documentation

* Fix `COMP_WORDS bad array subscript` bug (yadm-dev#64)
* Transition to semantic versioning