Skip to content

Commit

Permalink
Release 1.08
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
TheLocehiliosan committed Apr 3, 2017
1 parent 9824de5 commit df4652d
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 99 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.08
* Fix bug alternates based on `CLASS` (#51)
* Support globs and paths with space in .yadm/encrypt (#53, #54)
* Add support for alternate files using Jinja templates (#56, #58)
* Add `enter` command, for creating a sub-shell (#57)
* Support local.hostname properly (#59)

1.07
* Add `CLASS` to supported alt-link patterns (#21)
* Add bootstrap command (#42)
Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ CONTRIBUTORS

Tim Byrne
Espen Henriksen
Paraplegic Racehorse
Jan Schulz
Patrick Hof
Satoshi Ohki
Siôn Le Roux
Sébastien Gross
Tomas Cernaj
Uroš Golja
Franciszek Madej
Paraplegic Racehorse
2 changes: 1 addition & 1 deletion yadm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ -z "$BASH_VERSION" ]; then
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
fi

VERSION=1.07
VERSION=1.08

YADM_WORK="$HOME"
YADM_DIR="$HOME/.yadm"
Expand Down
2 changes: 1 addition & 1 deletion yadm.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
." vim: set spell so=8:
.TH yadm 1 "10 February 2017" "1.07"
.TH yadm 1 "3 April 2017" "1.08"
.SH NAME
yadm \- Yet Another Dotfiles Manager
.SH SYNOPSIS
Expand Down
Loading

0 comments on commit df4652d

Please sign in to comment.