 v2.0b (2/23/07)
----------------
News
- Alright, this isn't everything I wanted in 2.0.. but this code has been on my hard drive for 
   quite some time now and I think it's time to release something.

Additions
- Semi-theme support. I hope to make this much better at a later date (PLEASE do not change the font file)
- An interface to get weather without reading location codes from the configuration file
- 3 day forecasts
- DHCP support
- New config file in XML format

Bug Fixes/Changes
- Too many to list =)
 

 v1.05 (7/10/05)
-----------------
News
- Released source code

Additions
- Added other countries to get their weather too
  Go to http://xoap.weather.com/search/search?where= and type your location there
  And it will display location id's, choose which one you need
  
  eg "http://xoap.weather.com/search/search?where=Rome Italy"
  <loc id="ITXX0067" type="1">Rome, Italy</loc>
  So use ITXX0067 in the config file

- Added unit measurement (s for standard/m for Metric)

- Added in other weather icons
  These were edited icons from a pack called Konfabulator.
  I just made a black background, very crappy job, but I'm no computer graphic artist.

- Up to 9 location ID's can be now stored in the config file, please make sure the
  totalIds tag is set accordingly to how many you have.
  
Bug Fixes/Changes
- Changed fonts and colors around so it's more representable

- Fixed description under weather icon, was displaying moon phase.

- Refreshing is fixed

 v1.0 (7/7/05)
-----------------
- Inital Release