commit 511719b71c4278f8cef91fac89380bbb85253861
parent 80c885327ce0a204b27b13350bb5b2b8e2f80203
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 21 Jun 2017 22:30:22 +0200
Updated ChangeLog and tagging 1.11 release
Diffstat:
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,10 @@
+AnsiWeather 1.11 (2017-06-21)
+
+- Unicode symbols display is now off by default
+- Shorten default greeting text: "Current weather" => "Weather"
+
+
+
AnsiWeather 1.10 (2017-02-16)
- Add a '-v' option to show version number
diff --git a/ansiweather b/ansiweather
@@ -2,12 +2,12 @@
###############################################################################
# #
-# AnsiWeather 1.10 #
+# AnsiWeather 1.11 #
# Copyright (c) 2013-2017, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013-08-29 #
-# Last Updated: 2017-06-19 #
+# Last Updated: 2017-06-21 #
# #
# AnsiWeather is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
@@ -59,7 +59,7 @@ do
h) show_humidity=${OPTARG};;
p) show_pressure=${OPTARG};;
d) show_daylight=${OPTARG};;
- v) echo "AnsiWeather 1.10" && exit 0;;
+ v) echo "AnsiWeather 1.11" && exit 0;;
\?) exit 64;; # EX_USAGE
esac
done