Skip to content

Tags: skowalczyk/yadm

Tags

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

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 (yadm-dev#60)
* Support WSL detection (yadm-dev#61)
* Add introspect command (used by completion)

1.08

Toggle 1.08's commit message

Verified

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

Update version number and update documentation

* Fix bug alternates based on `CLASS` (yadm-dev#51)
* Support globs and paths with space in .yadm/encrypt (yadm-dev#53, yadm-dev#54)
* Add support for alternate files using Jinja templates (yadm-dev#56, yadm-dev#58)
* Add `enter` command, for creating a sub-shell (yadm-dev#57)
* Support local.hostname properly (yadm-dev#59)