Skip to content

Tags: grnrk/yadm

Tags

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)

1.07

Toggle 1.07's commit message

Verified

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

Update version number and update documentation

* Add `CLASS` to supported alt-link patterns (yadm-dev#21)
* Add bootstrap command (yadm-dev#42)
* Support wildcards for alt-links (yadm-dev#43)
* Stash conflicting data during clone (yadm-dev#44)
* Offer bootstrap after successful clone (yadm-dev#45)
* Display supported configs for `yadm config` (yadm-dev#46)
* Add "curl-pipe" program to clone without installation (yadm-dev#48)
* Fix bug in alt-link regular expressions (yadm-dev#49)

1.06

Toggle 1.06's commit message

Verified

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

Update version number and update documentation

* Improve portability of `hostname` (yadm-dev#23)
* Fix incompatibilities between Cygwin and Git for Windows (yadm-dev#26)
* Allow Git program to be configured via yadm.git-program (yadm-dev#30)
* Support alt-links for encrypted files (yadm-dev#34)
* Exit with the same return value as Git (yadm-dev#35)
* Support spaces in alt-link paths (yadm-dev#36)
* Ignore empty lines in .yadm/encrypt (yadm-dev#40)
* Fix typos (yadm-dev#41)

1.05

Toggle 1.05's commit message

Verified

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

Update version number and update documentation

* Improve portability of shebang line (yadm-dev#14)
* Support for symlinked directories (yadm-dev#17)
* Improve portability of tar parameters (yadm-dev#18)
* Support alternate gpg program (yadm-dev#19)
* Fallback to using `ls` if `/bin/ls` does not exist (yadm-dev#22)

1.04

Toggle 1.04's commit message

Verified

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

Update version number and update documentation

  * Support alternate paths for yadm data (yadm-dev#4, yadm-dev#5)
  * Support asymmetric encryption (yadm-dev#7, yadm-dev#8)
  * Prevent the mixing of output and gpg prompts