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 and thunderstorm icons default colors to white and yellow
- Documentation updates



AnsiWeather 1.05 (2015-09-27)

- Fixes for numeric translation on NetBSD (Thanks Kamil Rytarowski)
- Use xargs printf construct to avoid hardcoding path to external
  printf command (Thanks Kamil Rytarowski)
- Use '/bin/sh' shebang instead of '/usr/bin/env sh' for portability
  reasons (Thanks Kamil Rytarowski)
- Replacing spaces by underscores in location name before calling
  the weather API
- Force bc to always return integers for wind directions (Thanks Lornix)
- Documentation updates



AnsiWeather 1.04 (2015-09-10)

- Added a '-a' option to toggle ANSI colors display
- Daylight option in the example configuration file now default to
  false to match program default
- Better formatting for usage display
- Documentation updates



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 '-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
- Populated ChangeLog
- Allow overriding default config file location using ANSIWEATHERRC
  environment varibale (Thanks Lucas Hoffmann)
- Check if 'bc' is installed before starting



AnsiWeather 1.01 (2015-03-16)

- Add ability to store options in config file (Thanks Aaron Bieber)
- Automatic location detection (Thanks Michael Price)
- Showing wind direction and speed
- Add ability to display upcoming weekly forecast (Thanks Michael Reinhardt)
- Add ability to display daylight data (Thanks Roy Hodgman)
- Allow custom geolocation server to be set (Thanks Aaron Bieber)
- Removed dependency on seq



AnsiWeather 1.00 (2013-10-19)

- Initial release
