Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TheLocehiliosan committed Nov 8, 2019
1 parent 5b105e0 commit de73c9f
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 278 deletions.
55 changes: 0 additions & 55 deletions .notes.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2.0.0
* Support XDG base directory specification
* Redesign alternate processing
* Add built-in default template processor
* Allow storing alternates in yadm dir (#90)
* Add support for j2cli template processor
* Ignore encrypted files (#69)
* Support DISTRO in alternates (#72)
* Support `source` in templates (#163)
* Change yadm.cygwin-copy to yadm.alt-copy
* Support `-b <branch>` when cloning (#133)
* Support includes for j2-based templates (#114)
* Remove stale/invalid linked alternates (#65)
* Add support for Mingw/Msys (#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
* Add basic Zsh completion (#71, #79)
* Support directories in `.yadm/encrypt` (#81, #82)
Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ CONTRIBUTORS
Tim Byrne
Espen Henriksen
Cameron Eagans
Ross Smith II
Klas Mellbourn
Jan Schulz
Satoshi Ohki
Siôn Le Roux
Sébastien Gross
Thomas Luzat
Tomas Cernaj
Uroš Golja
Brayden Banks
japm48
Daniel Wagenknecht
Franciszek Madej
Mateusz Piotrowski
Paraplegic Racehorse
Patrick Hof
Satoshi Ohki
2 changes: 1 addition & 1 deletion yadm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -z "$BASH_VERSION" ]; then
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
fi

VERSION=1.12.0
VERSION=2.0.0

YADM_WORK="$HOME"
YADM_DIR=
Expand Down
Loading

0 comments on commit de73c9f

Please sign in to comment.