Skip to content

Tags: fr34k8/yadm

Tags

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 (TheLocehiliosan#168)
* Support specifying a command after `yadm enter`
* Expose GIT_WORK_TREE during `yadm enter` (TheLocehiliosan#160)
* Support GNUPGHOME environment variable (TheLocehiliosan#134)
* Assert private dirs, only when worktree = $HOME (TheLocehiliosan#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` (TheLocehiliosan#182)
* Use /etc/os-release if lsb_release is missing (TheLocehiliosan#175)
* Issue warning for any invalid alternates found (TheLocehiliosan#183)
* Add support for gawk (TheLocehiliosan#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 (TheLocehiliosan#100, TheLocehiliosan#177)
* Support double-star globs in .config/yadm/encrypt (TheLocehiliosan#109)
* Improve bash completion (TheLocehiliosan#136)
* Update docs about using magit (TheLocehiliosan#123)
* Note exception for WSL (TheLocehiliosan#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 (TheLocehiliosan#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 (TheLocehiliosan#90)
* Add support for j2cli template processor
* Ignore encrypted files (TheLocehiliosan#69)
* Support DISTRO in alternates (TheLocehiliosan#72)
* Support `source` in templates (TheLocehiliosan#163)
* Change yadm.cygwin-copy to yadm.alt-copy
* Support `-b <branch>` when cloning (TheLocehiliosan#133)
* Support includes for j2-based templates (TheLocehiliosan#114)
* Remove stale/invalid linked alternates (TheLocehiliosan#65)
* Add support for Mingw/Msys (TheLocehiliosan#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 (TheLocehiliosan#71, TheLocehiliosan#79)
* Support directories in `.yadm/encrypt` (TheLocehiliosan#81, TheLocehiliosan#82)
* Support exclusions in `.yadm/encrypt` (TheLocehiliosan#86)
* Improve portability with printf (TheLocehiliosan#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 (TheLocehiliosan#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 (TheLocehiliosan#62)
* Support `YADM_DISTRO` in Jinja templates (TheLocehiliosan#68)
* Support pre/post hooks for every command (TheLocehiliosan#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 (TheLocehiliosan#64)
* Transition to semantic versioning

1.09

Toggle 1.09's commit message

Verified

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

Update version number and update documentation

* Add Bash completion script (TheLocehiliosan#60)
* Support WSL detection (TheLocehiliosan#61)
* Add introspect command (used by completion)