commit 155e437760fdae57a9c132e3a916082acf9666d5
parent c3a60e2a394b21fdb4a495e9ad00a59fcfca3fe5
Author: gearsix <gearsix@tuta.io>
Date: Fri, 25 Sep 2020 17:18:35 +0100
updated CHANGELOG
Diffstat:
1 file changed, 17 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,19 +1,28 @@
# CHANGELOG
-## v2.0.2
+---
-- updated LICENSE to ISC
+### v2.0.4
----
+- updated the README & man file
+- formatting fixed in the README
-## v2.0.1
+### v2.0.3
+
+- compressed logo.png
+
+### v2.0.2
+
+- updated LICENSE to ISC
+- added awesome logo from [Marta Dias](https://www.instagram.com/marta.dias.z/)
+- minor fix in Makefile
+
+### 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
@@ -69,7 +78,7 @@ dotfm_list now **lists all installed dotfiles by default**, and only lists speci
---
-## v1.0.3
+### v1.0.3
- added "-q", "--quiet" argument, using it reduces printed logs
"dotfm list" will still print the file location (one line each), e.g.:
@@ -83,3 +92,4 @@ dotfm_list now **lists all installed dotfiles by default**, and only lists speci
- updated LICENSE to BSD 4-Clause
- added sfeed to DOTFILE_LOCATIONS
- added TODO items
+