dotfm

My dotfile manager
git clone git://src.gearsix.net/dotfm
Log | Files | Refs | Atom | README | LICENSE

commit 2451359b938abbe063ba51055746e8006e6d83c0
parent 7e7b135b0fb15f04e7bd0b3595b5efd52e050ae2
Author: GeaRSiX <gearsix@tuta.io>
Date:   Tue, 28 Jul 2020 16:29:42 +0100

updated CHANGELOG for 2.0.1

Diffstat:
MCHANGELOG | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,11 @@ # CHANGELOG +## v2.0.1 + +- updated the "list" command to use unix system commands: printf, cat, column. Provides a neater, more reliable printout and makes the implementation tidier. +- DOTFM_CSV_FILE lines are now terminated with '\n' (previously '\r\n') +- Install & Uninstall (with Makefile) will now prompt for overwriting & removing files + ## v2.0.0 - The quiet arg works properly now