Skip to content

Commit

Permalink
Updated ChangeLog and tagging 1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Feb 16, 2017
1 parent 1dc48ba commit 9de9d52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
AnsiWeather 1.10 (2017-02-16)

- Add a '-v' option to show version number
- Exit with error code when an unknown option is invoked
- Make wind direction customizable



AnsiWeather 1.09 (2016-10-18)

- Allow toggling display of wind, humidity, and pressure data (Thanks
Expand Down
6 changes: 3 additions & 3 deletions ansiweather
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

###############################################################################
# #
# AnsiWeather 1.09 #
# AnsiWeather 1.10 #
# Copyright (c) 2013-2017, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013-08-29 #
# Last Updated: 2017-02-02 #
# Last Updated: 2017-02-16 #
# #
# AnsiWeather is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
Expand Down Expand Up @@ -59,7 +59,7 @@ do
h) show_humidity=${OPTARG};;
p) show_pressure=${OPTARG};;
d) show_daylight=${OPTARG};;
v) echo "AnsiWeather 1.09" && exit 0;;
v) echo "AnsiWeather 1.10" && exit 0;;
\?) exit 64;; # EX_USAGE
esac
done
Expand Down

0 comments on commit 9de9d52

Please sign in to comment.