version 0.11
------------
* New Yahoo! API gives us bad xml pretty frequently, which was causing
  frequent segfaults.  We display an error instead.
* If we get an error, we try again in 1 minute.
* If we manually refresh the display, the countdown to the next automatic
  refresh is reset to the default interval.  (Previously, if it was set to
  refresh every 60 minutes and we manually refreshed it after 10 minutes,
  it would refresh again after 50 minutes.  Now it will refresh again after
  60 minutes.)

version 0.10
------------
* Update to work with new Yahoo! Weather API.

version 0.9
-----------
* New feature!
  - You may change the background or text colors either using the command line
    (-b or --background for background, -t or --text for text), or by using the
    preferences GUI.
* The configuration file has been moved to the GNUstep Defaults directory
  (likely ~/GNUstep/Defaults/wmforecast -- note this is the same directory as
  the Window Maker configuration files).  You may also store system-wide
  configuration in, e.g., /etc/GNUstep/Defaults/wmforecast.  This move takes
  advantage of several built-in WINGs functions.

version 0.8
-----------
* Update license information in svg icon.
* New homepage on github.

version 0.7
-----------
* Update copyright information for icons.

version 0.6
-----------
* Bug fixes

version 0.5
-----------
* Now appears, with icon, in most desktop environment menus
* Bug fix

version 0.4
-----------
* New features!
  - Right click the icon to edit preferences in a GUI
  - Preferences may also be manually configured in XDG_CONFIG_DIR/wmforecast/
    wmforecastrc, or HOME/.config/wmforecast/wmforecastrc if XDG_CONFIG_DIR is
    undefined
* More bug fixes

version 0.3
-----------
* New features!
  - Double click icon to refresh data
  - Use -i or --interval option to set how frequently data is automatically
    refreshed
* Error messages displayed, e.g., when internet down or icon files aren't found
* Lots of bug fixes and under-the-hood changes

version 0.2
___________
* Added manpage
* Bug fixes

version 0.1
-----------
* Initial release