commit eaecfb515784733082a50ca78dff2481e9d2985a
parent 364a409bb673e7306d0a9c79585bd0fdc01f8bd5
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Fri, 30 Oct 2015 15:21:49 +0100
Updated ChangeLog and tagging 1.06 release
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,10 +1,10 @@
-AnsiWeather 1.06 (2015-10-??)
+AnsiWeather 1.06 (2015-10-30)
- Added support for OpenWeatherMap API keys
- Changed curl options from '-s' to '-sf' to fail silently on server errors
- Removing auto location helper, user location must now be explicitly set
- Changed default city to Rzeszow, Poland
-- Changing rain icon default color to white
+- Changing rain and thunderstorm icons default colors to white and yellow
- Documentation updates
diff --git a/ansiweather b/ansiweather
@@ -2,7 +2,7 @@
###############################################################################
# #
-# AnsiWeather 1.05 (c) by Frederic Cambus 2013-2015 #
+# AnsiWeather 1.06 (c) by Frederic Cambus 2013-2015 #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013/08/29 #
@@ -67,7 +67,7 @@ if [ "$usage" = true ]
then
printf "%s\n" \
"" \
- "AnsiWeather 1.05 (c) by Frederic Cambus 2013-2015" \
+ "AnsiWeather 1.06 (c) by Frederic Cambus 2013-2015" \
"" \
"USAGE: ansiweather [options]" \
"" \