1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Release 1.12.0

Update version number and update documentation

* Add basic Zsh completion (#71, #79)
* Support directories in `.yadm/encrypt` (#81, #82)
* Support exclusions in `.yadm/encrypt` (#86)
* Improve portability with printf (#87)
* Eliminate usage of `eval` and `ls`
This commit is contained in:
Tim Byrne
2017-10-24 07:56:29 -05:00
parent 8af5425dc3
commit 09a018ea5a
6 changed files with 26 additions and 7 deletions

2
yadm
View File

@@ -19,7 +19,7 @@ if [ -z "$BASH_VERSION" ]; then
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
fi
VERSION=1.11.1
VERSION=1.12.0
YADM_WORK="$HOME"
YADM_DIR="$HOME/.yadm"