[14.11.2010] - 0.12-beta (r78)
-------------------------------

* Improved Events plugin event-checking code.
* Implemented plugins menu.
* Implemented update checking function and is configurable in preferences window.
* Improved memory managment for plugins and listitems.
* When a plugin is enabled/disabled, after applying the settings, the plugin will instantly start running / get killed.
* Added configuration option for hiding to system tray. Also when minimized the main window will no longer in Alt-Tab menu's.
* Fixed UI blocking bug of Events plugin.
* Implemented progress bar on main-form.
* Improved error handling for Feeds, Events and Video Channels plugins which will show the errors on Treeview instead of a blocking MessageBox.
* Implemented auto-play setting for Video Channels plugin.
* Users are now able to configure set amount of videos to query for Video Channels plugin.
* users are now able to configure data-update period for Video Channels, Feeds and Streams plugins.
* Users are now able to configure notification settings for Events.
* Improvements in key-value storage database.
* Implemented plugin's settings tabs.
* Plugins can now define their own settings.
* Added support for plugin settings tabs which are now rendered on Preferences window.
* Improvements on plugin architecture.
* The application now checkes for it's existing instances and will only allow running one instance at a time.
* Fixed bug with settings storage file's where we're not be able to distribute a default settings file with releases.

[11.11.2010] - 0.11-beta (r60)
-------------------------------

* Implemented event details window. 
* Events plugin will not notify about upcoming & inprogress events (though timer values are hardcoded for now).
* Plugins now can update their data (though timer values are hardcoded for now). Feeds, Streams and Videos plugins now will update their data frequently.
* Implementing Mark As Read/Unread support for Feeds plugin, Mark as Watched/Unwatched support for Video Channels plugin.
* Improved plugin key-value pair storage API.
* Changed treeview rendering font to Tahoma to get a better looking.
* The application will not die when user closes main form but will stay in system tray until user explicility exits it using the menu.
* Commented most of the code.
* XML-commented the LibBlizzTV, so that plugin developers now will see IntelliSense hints while coding a plugin.
* Hardened code with proper exception & error handling.
* Implemented a calendar view for LibEvents plugin.
* Added support for local time conversion for event date & time's.
* Added brand new plugin LibEvents, as of right now basically syndicates events from TeamLiquid.
* Implemented treeview item context menu support for plugins.
* Plugins now can register their own menu's on main window.
* Implemented a basic xml editor for plugin data's. 
* Implemented logging support (for debugging purposes).

[08.11.2010] - 0.10-alpha (r35)
-------------------------------

 * The very basic functional but "non-stable" alpha for testers.