commit d59fe5aec0ef2c6e85916306274dc8b3d1e8f801
parent 34d7874cfa04070f9848cc87d73de86184032579
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Tue, 8 Sep 2015 22:40:52 +0200
Updated ChangeLog and tagging 1.03 release
Diffstat:
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,15 +1,17 @@
-AnsiWeather 1.03 (2015-08-??)
+AnsiWeather 1.03 (2015-09-08)
- Removed dependency on Bash, AnsiWeather is now using plain sh
- Detect all numeric locations and switching from 'q' to 'id' API query
parameter in this case
- Do not attempt to convert pressure data to imperial units in forecast
mode (Bugfix)
-- Added a '-v' option to display usage
+- Added a '-h' option to display usage
+- Parse arguments before setting options (Thanks Lucas Hoffmann)
- Documentation updates
- Linting and minor fixes
+
AnsiWeather 1.02 (2015-05-09)
- Documentation updates
diff --git a/ansiweather b/ansiweather
@@ -2,7 +2,7 @@
###############################################################################
# #
-# AnsiWeather 1.02 (c) by Frederic Cambus 2013-2015 #
+# AnsiWeather 1.03 (c) by Frederic Cambus 2013-2015 #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013/08/29 #
@@ -72,7 +72,7 @@ if [ "$usage" = true ]
then
printf "%s\n" \
"" \
- "AnsiWeather 1.02 (c) by Frederic Cambus 2013-2015" \
+ "AnsiWeather 1.03 (c) by Frederic Cambus 2013-2015" \
"" \
"USAGE: ansiweather [options]" \
"" \