commit 9a4bd76c8e31b07d5b5a8229c37433416f924768
parent fb5c90d7c1aaf8b4f2fa29824a64a38c46635274
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 26 Jul 2016 13:16:31 +0200
Updated ChangeLog and tagging 1.08 release
Diffstat:
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,11 @@
+AnsiWeather 1.08 (2016-07-26)
+
+- Use env printf instead of hardcoding printf path
+- Added a $forecast_text variable allowing to customize forecast text
+- Relicensed under the BSD 2-Clause license
+
+
+
AnsiWeather 1.07 (2016-01-19)
- Exit with non-zero return code on failure
diff --git a/ansiweather b/ansiweather
@@ -2,12 +2,12 @@
###############################################################################
# #
-# AnsiWeather 1.07 #
+# AnsiWeather 1.08 #
# Copyright (c) 2013-2016, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013-08-29 #
-# Last Updated: 2016-07-18 #
+# Last Updated: 2016-07-26 #
# #
# AnsiWeather is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
@@ -68,7 +68,7 @@ if [ "$usage" = true ]
then
printf "%s\n" \
"" \
- "AnsiWeather 1.07" \
+ "AnsiWeather 1.08" \
"Copyright (c) 2013-2016, Frederic Cambus" \
"" \
"USAGE: ansiweather [options]" \
@@ -159,6 +159,7 @@ sunset_text=$(get_config "sunset_text" || echo "Sunset")
forecast_text=$(get_config "forecast_text" || echo "forecast")
+
###[ Unicode Symbols for icons ]###############################################
sun=$(get_config "sun" || echo "\033[33;1m\xe2\x98\x80")