Refer to CHANGELOG
pull/25/head v1.3.1
Kevin Zhuang 4 years ago
parent e0d154331f
commit 6ee12d28d1

@ -2,6 +2,13 @@
Noteble changes are documentated in this file.
## 1.3.1 (25/08/2020)
### Fixed
- dotbare with no args fails [#23](https://github.com/kazhala/dotbare/issues/23)
- some typos in help manual
## 1.3.0 (04/08/2020)
### Added

@ -15,7 +15,7 @@
export DOTBARE_DIR="${DOTBARE_DIR:-$HOME/.cfg/}"
export DOTBARE_TREE="${DOTBARE_TREE:-$HOME}"
export DOTBARE_BACKUP="${DOTBARE_BACKUP:-${XDG_DATA_HOME:-$HOME/.local/share}/dotbare}"
export DOTBARE_VERSION="v1.3.0"
export DOTBARE_VERSION="v1.3.1"
export DOTBARE_DIFF_PAGER="${DOTBARE_DIFF_PAGER:-$(git config core.pager || echo 'cat')}"

@ -1,4 +1,4 @@
#!/usr/bin/env bash
SCRIPT_DIR=/usr/local/Cellar/dotbare/1.3.0
SCRIPT_DIR=/usr/local/Cellar/dotbare/1.3.1
${SCRIPT_DIR}/dotbare "$@"

Loading…
Cancel
Save