0.4.2
====
Version 0.4.2 of Torium features some bugfixes and a few new features

Changes and new features:
* Torium can now be passed arguments (experimental)
* Speeded up code throughout the entire project, mainly by replacing
  replacing stringstreams with chars
* It is now possible to load ip filters constructed/used by µTorrent
* A couple of Windows bugfixes

0.4.0
====
We're happy to announce version 0.4.0 of Torium. This version
features some bugfixes, win32 support and some new fine features.

Changes and new features:
* win32 installer now available
* Tray icon and support for running torium in the background
* Window size and position is now saved
* Lots of GUI bug fixes, such as widgets not resizing properly
* --enable-debug configure-time build option
* Experimental support for creating torrents
* SIGINT is now handled to avoid unclean shutdown
* Torium is now installed to the gnome menu and has a temporary icon

0.3.1
=====
This release of Torium contains a couple of rather serious bug fixes along with
a bunch of new features.

Changes and new features:
* Added Torren Priority to the options tab in Properties
* Implemented a function to force another tracker request to receive peers
* Implemented a function to force file integrity checks for libtorrent >= 0.14
* Torrent states(paused, not paused) are now saved in ~/.torium/states/
* Implemented a few functions to the Logger that accepts extra arguments for 
  formatted text. i.e. errorf("torrent %s failed", h.name());
* Cleaned up a large amount of code =)
* Implemented a tab for Properties that display the peers, their up/down speed,
  and flags representing their countries
* Commented some code segments!
* All torrents status are now saved in ~/.torium/status which can later be
  parsed by the Web UI
* Added a simple Web UI for adding and listing torrents
* Added status icons to the left of torrents in the treeview
* Implemented a function to set a global upload rate limit, so that every
  torrent has the same limit
* Bugfix: Exiting Torium while a file was being checked used to result in
  corrupt .fastresume file(s)
* Bugfix: Torrent right-click menu is now equal to the top torrent menu
* Bugfix: Adding corrupt or empty torrents no longer crashes Torium
* Bugfix: Torrents that were removed in the same session they were added had
  their realtorrent file removed instead of thne copied torrent file
  in ~/.torium/torrents
* Bugfix: Attempting to pipe in multiple torrent no longer crashes Torium
