File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ AnsiWeather 1.10 (2017-02-16)
2
+
3
+ - Add a '-v' option to show version number
4
+ - Exit with error code when an unknown option is invoked
5
+ - Make wind direction customizable
6
+
7
+
8
+
1
9
AnsiWeather 1.09 (2016-10-18)
2
10
3
11
- Allow toggling display of wind, humidity, and pressure data (Thanks
Original file line number Diff line number Diff line change 2
2
3
3
# ##############################################################################
4
4
# #
5
- # AnsiWeather 1.09 #
5
+ # AnsiWeather 1.10 #
6
6
# Copyright (c) 2013-2017, Frederic Cambus #
7
7
# https://github.com/fcambus/ansiweather #
8
8
# #
9
9
# Created: 2013-08-29 #
10
- # Last Updated: 2017-02-02 #
10
+ # Last Updated: 2017-02-16 #
11
11
# #
12
12
# AnsiWeather is released under the BSD 2-Clause license. #
13
13
# See LICENSE file for details. #
59
59
h) show_humidity=${OPTARG} ;;
60
60
p) show_pressure=${OPTARG} ;;
61
61
d) show_daylight=${OPTARG} ;;
62
- v) echo " AnsiWeather 1.09 " && exit 0;;
62
+ v) echo " AnsiWeather 1.10 " && exit 0;;
63
63
\? ) exit 64;; # EX_USAGE
64
64
esac
65
65
done
You can’t perform that action at this time.
0 commit comments