Release 1.04
Update version number and update documentation * Support alternate paths for yadm data (#4, #5) * Support asymmetric encryption (#7, #8) * Prevent the mixing of output and gpg prompts
This commit is contained in:
parent
aeb2e5d6c7
commit
f0a0015209
6 changed files with 12 additions and 6 deletions
7
CHANGES
7
CHANGES
|
@ -1,5 +1,10 @@
|
||||||
|
1.04
|
||||||
|
* Support alternate paths for yadm data (#4, #5)
|
||||||
|
* Support asymmetric encryption (#7, #8)
|
||||||
|
* Prevent the mixing of output and gpg prompts
|
||||||
|
|
||||||
1.03
|
1.03
|
||||||
* Add username matching for alternate files (PR #1)
|
* Add username matching for alternate files (#1)
|
||||||
|
|
||||||
1.02
|
1.02
|
||||||
* Handle permissions for `~/.gnupg/*gpg`
|
* Handle permissions for `~/.gnupg/*gpg`
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
CONTRIBUTORS
|
CONTRIBUTORS
|
||||||
|
|
||||||
Tim Byrne
|
Tim Byrne
|
||||||
|
Espen Henriksen
|
||||||
Franciszek Madej
|
Franciszek Madej
|
||||||
Patrick Hof
|
Patrick Hof
|
||||||
|
|
|
@ -31,8 +31,8 @@ _Seek home for rest, for home is best._—Thomas Tusser
|
||||||
|
|
||||||
Or if not using yum, you can just directly download the RPM
|
Or if not using yum, you can just directly download the RPM
|
||||||
|
|
||||||
curl -fLO https://dl.bintray.com/thelocehiliosan/rpm/yadm-1.02-1.noarch.rpm
|
curl -fLO https://dl.bintray.com/thelocehiliosan/rpm/yadm-1.04-1.noarch.rpm
|
||||||
sudo rpm -ivh yadm-1.02-1.noarch.rpm
|
sudo rpm -ivh yadm-1.04-1.noarch.rpm
|
||||||
|
|
||||||
#### Arch Linux
|
#### Arch Linux
|
||||||
|
|
||||||
|
|
2
yadm
2
yadm
|
@ -15,7 +15,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION=1.03
|
VERSION=1.04
|
||||||
|
|
||||||
YADM_WORK="$HOME"
|
YADM_WORK="$HOME"
|
||||||
YADM_DIR="$HOME/.yadm"
|
YADM_DIR="$HOME/.yadm"
|
||||||
|
|
2
yadm.1
2
yadm.1
|
@ -1,5 +1,5 @@
|
||||||
." vim: set spell so=8:
|
." vim: set spell so=8:
|
||||||
.TH yadm 1 "08 January 2016" "1.03"
|
.TH yadm 1 "22 April 2016" "1.04"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
yadm \- Yet Another Dotfiles Manager
|
yadm \- Yet Another Dotfiles Manager
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: Yet Another Dotfiles Manager
|
Summary: Yet Another Dotfiles Manager
|
||||||
Name: yadm
|
Name: yadm
|
||||||
Version: 1.02
|
Version: 1.04
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: https://github.com/TheLocehiliosan/yadm
|
URL: https://github.com/TheLocehiliosan/yadm
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
Loading…
Reference in a new issue