 -- 0.175 2002-05-18 --
* Fixed a 100% cpu bug (thanks zc...stoopid nmdc hub, sending strange things...)
* Fixed dupe search filter
* Fixed bad total transfers info (you have to edit/remove dcplusplus.xml to make it display correct values
  if 0.174 got it wrong)

 -- 0.174 2002-05-17 --
* Fixed a tray icon bug (thanks andreas kronquist)
* Fixed a minor search results bug (thanks andreas kronquist)
* Fixed a redirection bug
* Changed so that the average speed is calculated as a running average over the last 30 seconds (instead of
  the whole transfer time...the value in the log file is still a whole file average)
* Added some advanced logging options (log format now customizable)
* Found a bug in the msvc7 optimizer...after a small workaround, my vc7-compiled build seems quite stable
* Search spammers are now ignored for 2 full minutes before they're given responses again
* Fixed so that multiple search results from the same user are not shown
* Fixed a few case (in)sensistivity issues
* Huge performance increase on large queues with many sources / download
* Changed the order of downloads, smaller files with equal priority are now downloaded first
* Added two more priorities
* Tray icon is now redisplayed if explorer crashes
* Queue is now saved to a separate file, and updated 6 times as often (old queue will still be loaded in 
  this version)
* Fixed some minor hublist bugs
* Fixed unknown error 0x0 (I think...)
* Fixed min speed autogrant slot (was counting bytes instead of kilobytes...=)
* Fixed hidden directory sharing (not sharing...)
* Added a few icons to the search list
* Added some all time stats to the about window
* Fixed some searching issues
* Added quick links to files of the same size when selecting multiple files with same size in 
  the search (thanks patbateman)
* Added right-click menu to the directory bar in the download queue
* Fixed a crash when closing dc++
* Added support for dns names in the ip field in the active mode settings (untested)
* Users with same nick but on different hubs are no longer added to the queue
* Added an icon for the download queue (thanks zc), more icons to come

 -- 0.173 2002-04-29 --
* Fixed some minor debug mode bugs
* Fixed some vc7 compatibility issues, but some initial experiments show that there are stability problems
  when compiling with optimization on..._STL::list seems to generate a lot of crashes...
* Fixed win95 missing explorer icons bug (?)
* Fixed the <16kb and file list extra slots bug
* Added some stuff to the search spy (useless features are the best...=)
* Fixed some hub counter issues, and updated the counter so that it only counts hubs that you've logged in to
  at least once (this should lead to a more stable hub count, especially when connecting the first time...)
* Fixed automatic redirect following
* Improved user list performance and fixed a few user list bugs
* Fixed various user and share counting bugs
* Added file searching to directory listings
* Improved the autosearch algorithm a little bit
* Fixed some issues with autoconnecting to favorite hubs
* Changed the way rollback works, it is now more tightly integrated with write buffer size. Write buffer
  size will now be used as a cutoff, so that the last <writebuffersize> bytes will be removed and then
  <rollbacksize> bytes will be compared to see if it's the same file. Recommended values for write buffer
  is 64kb or your hard disk cluster size (Low-speed connectees might wish to use a lower buffer, as it
  this many bytes are redownloaded if the file has to be resumed). If you set write buffering to 0 the old 
  (pre-writebuffering) routines will be used which are still considered safer (when ++ crashes...). 
  Recommended rollback is 1024 bytes, or 4096 if you want to be extra safe.
* Fixed search for alternates bug
* Fixed so that dupe searches are not added to the drop-down box
* Fixed some right-click bugs in the tab at the bottom
* Fixed tab click minimization bug when window was maximized
* Added minimize all windows (thanks Anton M)
* Improved viewing performance of most list views (less unneccesary sorting)
* Fixed bzip2 list file opening
* Disabled connecting to oneself. Use "open file list" to see what your share looks like!
* Added so that op:s always can download the file list (regardless of open slots)

 -- 0.172 2002-04-28 --
* Changed so that only bz-lists can be downloaded using the extra slot (since they're smaller...)
* Fixed size column in download queue
* Added last known hub viewing for users that are offline (not saved between dc++ sessions, this would take too many resources...)
* Added /-commands to pm windows as well (most of them anyway...)
* Added /grant to pm window
* Added /close to close a window
* Added a very short /help message
* Added latest version to about dialog box
* Fixed windows maximization state change
* Added an option to use system icons when browsing files
* Added support for bzip2-compressed hub list downloading (also, the full hub list will only be available in bzip2 format to
  ease the load on the dc++ list server)
* Added some info to the tooltip when dc++ is minimized to the tray (stats are for transfers only, hub traffic is not counted in...)
* Changed the slots info at the bottom to show free slots instead of taken (to avoid confusion when viewing the search results...)
* Added deleting from search results window (use the delete button on the keyboard...)
* Added option not to popup a new window for pm:s (message is shown in main chat instead unless there's already a pm window open)
* Added opening of previously downloaded user file lists menu option
* Fixed some minor UI issues
* Set default sorting to nick in the users list
* Fixed a bug that caused some temporary files not to be deleted
* Increased number of search results returned when searching in active mode to 10 (instead of 5...10 is much better as you can search
  for 10 disks at a time in a rar/ace-set), passive mode is still 5
* Added option to automatically open an extra slot if current upload speed is less than a certain kb/sec
* When sorting users by nick, op's are now put on top/bottom (ascending/descending)
* Added automatic reindexing of file list every now and then...

 -- 0.171 2002-04-21 --
* Fixed version number in changelog and exe-file =)
* Fixed downloading bug
* Fixed queue frame size column
* Fixed favorite users right-click menu
* Fixed sort by file type in file list
* Fixed missing font settings

 -- 0.17 2002-04-20 --
* Fixed the disk full crash
* Fixed some minor memory handling issues
* Fixed sorting in the search frame
* Fixed window looks in winxp ugly mode (added manifest file kindly supplied by mike)
* Added right-click menu to the tab control
* Replaced the password dialog by a /-command in the main chat (to avoid problems with lost password dialog boxes)
* Changed so that a second "/away" disables away mode (/back is still working)
* File lists are now saved in a separate directory to avoid clutter in the main dc++ one...
* Added option to send status messages to main chat
* Added option to show joins/parts in main chat, and /showjoins command to toggle for the current hub
* Upgraded to new WTL, which should fix a lot of minor UI bugs. This should also make it possible to compile the application in VC7.
* Fixed a bug where multiple notepad frames were opened
* Source code reorganization, all UI specific code moved to a separate directory (to ease code maintenance and future unix port)
* Code cleanup, to be more compilant to the ISO C++ / C99 standard
* First test compile with gcc (note; does not mean that I'm porting to linux...this is just for fun...lotsa' errors tho...)
* Fixed a potential file corruption issue
* Fixed a bug with write buffer size = 0
* Fixed some random crashes
* Fixed a bug where logs were not written if log directory was changed and DC++ not restarted
* Some more guessing at the 100% cpu bug...the fact that I never get it doesn't make it easier...if someone could profile it...
* Fixed some issues with changing nicks while being connected to hubs / users
* Fixed some minor bugs in the incoming connection handling
* Fixed some transfer window reporting issues (a few more details on connection progress now...)
* Improved the search flood protection a bit
* Removed the public hublist multi-select feature (high abuse factor...)
* Added a file type column to the directory listing
* Fixed some errors in the up/download log
* Updated the queue frame
* Yet more internationalization, everything except the settings dialogs should be translatable now
* Improved the formatting of the output XML file
* Improved XML loading speed a lot
* Added a chevron menu to the tab bar at the bottom that shows the missing window tabs
* Added current search string to the title of the search window
* Fixed missing/bad connection type bug
* Fixed some user handling problems (when having the same nick on multiple hubs...)
* Added a second "users" string so that translating into finnish will work ok
* Fixed a small bug that might have caused some firewalls to complain (UDP packets were sometimes being sent to port 0)
* Added abilitly to use bzip2 compressed file lists resulting in _a lot_ faster file list downloads (bzip2 compresses 2-4 times better than
  the simple huffman encoding done in nmdc. Note; this requires DC++ >0.164 in both ends and was mainly added to test the protocol extension
  scheme, but should be fairly useful for all the low bandwidth people out there...
* Added an optional annoying noise when a private chat window is opened and / or when a pm is received
* Changed the way notepad is saved, old notepad contents will disappear when you update from older versions

 -- 0.163 2002-04-04 --
* More internationalization
* Added public hublist filter
* Minor UI fixes
* Changed error messages in public hubs frame
* Fixed some minimize to tray issues (window popping up...)
* Reduced flicker in the bottom tabs when resizing window
* Added simultaneous downloads limit option, as well as max download speed to start new downloads
* Added a favorite users frame
* Added proxy support for downloading the hub list
* Fixed a crash when loading invalid hub lists
* Added transfer window sorting
* Fixed kicking the same user multiple times from search
* Added last kick/redirect reason to the search frame as well
* Reordered some of the right-click menus so that "dangerous" options are at the end
* Worked some on the cpu bug, should a bit better now...
* Fixed a bug where some data was unnecessarily requested from the hub, causing a little extra load (thanks dan kline)
* Added some new menu options to the help menu
* Added search spy window with counter
* Added NMDC queue importing (thanks luca rota)
* Added some simple logging, more will probably come...
* Removed option to keep finished downloads in queue (replaced by log...and yes, the log will be improved later on...)

 -- 0.162 2002-03-18 --
* Fixed another hub counting bug (this is becoming annoying...gee, I should be sleeping...=)
* Fixed a bug where the kick message was not sent correctly

 -- 0.161 2002-03-18 --
* Fixed a hub counting bug (this should also reduce the number of redunant description updates, thus lessening the load on the hub)
* Hopefully fixed the 100% cpu bug (found a very likely candidate at least...=)

 -- 0.16 2002-03-15 --
* Fixed a resource leak that might have caused the sudden deaths (thanks carxor)
* Added saving of last kick & redirect reasons (and server...)
* Added hub name to the password dialog
* Changed default port to 1412, should improve compatibility with a lot of firewalls 
  (that only allow incoming data on port >1024)
* Updated user handling, issues related to diffent users with same nick should work out better now 
  (also increased performance in user handling) (Major change...)
* Fixed some minor ui bugs
* Added options to ignore or popup messages from bots and other offline users
* Fixed some more minor memory and resource leaks
* Improved incoming search performance, also fixed some minor search result bugs
* Improved general window updating performance (when getting info about users and closing windows)
* Should have fixed the scroll problem (although I've never experienced it myself...)
* Increased time between kickmsg and actual kick...wonder if it's enough or needs to be increased more...
* Fixed a bug where files that already existed on the target location were being added to the queue
* Did some more work on the queue managment to reduce crash frequency
* Improved file transfer perfomance a bit
* Fixed so that priorities are saved / loaded
* Improved rollback buffering, the app now discards the last <rollbacksize> bytes, and 
  then checks the <rollbacksize> bytes before that for inconsistensies.
* Fixed so that the correct edit box gets the focus when switching windows
* Fixed a bug with renaming share directory names when refreshing
* Some code cleanup
* Added option to keep duplicate files in the dclist (but their sizes are not added to the file share total in any case)
* More random crashes fixed
* Added timestamps to private frames as well
* Added possibility to change column order and widths
* Added write buffering to reduce fragmentation when downloading multiple files
* New search window with new search options (file types, free slots)
* A first go at internationalization...many of the texts in DC++ can now be changed by loading a different language XML
* Added some information to the description field, <++ V:x,M:x,H:x,S:x> where V = client version, M = mode (a=active, p=passive)
  H=number of hubs connected to where you're not a registered user, S=number of slots you have open. This is updated every 10-15 minutes.
* Small performance increase in loading dclists (thanks geoff)
* Added total queue size and number of queue items to the download queue window
* Added path column to download queue
* Added a limit so that only 15 users and 1 op kan be kicked at a time from the hub user list
* Fixed the download directory name bug

 -- 0.154 2002-02-25 --
* Added passive user detection, those that are behind a set of bricks are passive.
  (detected when the user searches or tries to connect to you)
* Added a primitive search history
* Fixed a slot freeing bug
* Added option to grant extra slots to specific users
* Changed order of kick message sending, to increase the chances of the user actually getting the message
* Improved XML loading speed a bit (there's more to be done if necessary...)
* Fixed some XML parser bugs
* The XML is now backed up before writing a new one, so that you don't lose your queue when ++ crashes
* Added a quick-fix so that the XML file can be displayed in ie...
* Fixed crash when trying to send a message to an unconnected hub
* Fixed some random crashes
* Fixed default download folder error (when missing '\')
* Fixed multiline posting
* Reworked ip detection once more, should now be able to detect changing ip's as well...
* Fixed various invalid display bugs in the download queue
* Fixed missing users and bots in the user list
* Upgraded STLport (4.5.3 now...)
* Hopefully fixed the growing threads issue
* Fixed the connection type icon being reported to nmdc users
* Partially fixed the connection timeout bug (++ now correctly shows reconnection attempts...)
* Added chat timestamps (/ts)
* Added exit confirmation dialog (optional)
* Fixed search bug when part of the search string was in the directory and part of it was in the filename
* Added dupe file removal, files with same name and size are automatically removed from your share
* Fixed another search results bug

 -- 0.153 2002-02-11 --
* Fixed some potential deadlocks
* Fixed some potential crashes
* Code cleanup, no more level 4 warnings
* New STL (STLport 4.5.1), to improve standards compatibility and stability (major change...)
* Added new favorites properties dialog
* Added possibility to add unlisted hubs to favorites
* Fixed a lot of minor instability issues
* Added a slot counter to the status bar, shows the number of taken slots
* Fixed the memory leak
* Fixed a search bug
* Fixed a rollback bug

 -- 0.152 2002-02-07 --
* Fixed a queue saving bug (resulting in overwritten resumes...yes, this is _the_ resume bug...)
* Improved network efficiency and application responsivness
* Started improving the threading, which will result in less crashes.
* Fixed disconnection from hubs at startup
* Hopefully fixed "unknown error 0x2747", please report if you get "Ran out of buffer space"
* Fixed circular pm:s (away messages are now only sent once per user when the window is opened, and only when he/she initiates the pm session...)
* Hopefully fixed pm away message crashes
* Fixed annoying scroll in hub window (when scolling up to view previous messages)
* Added option to minimize to tray
* Fixed a connection timeout bug
* Fixed "Get User List" in transfer window crash
* Fixed _some_ of the random crashes
* DCLists are now removed from the download queue even if "keep finished downloads" is set...
* Fixed bug where dc++ continued to try to establish a connection to a user even though there were no downloads in the queue
* Fixed a bug where connections were not correctly removed from the transfer window
* Added options to disable automatic opening of queue and public hub list windows
* Fixed full row select in queue window
* Fixed multiple copies of the same user as download source
* Removed many of the annoying error boxes. The error message now appears in the status bar.

 -- 0.151 2002-02-03 --
* Fixed stupid resume file bug (abnormal progam termination...)

 -- 0.15 2002-02-03 --
* Added a new queue window, to reduce clutter in the transfer window at the bottom
* Totally reworked the queue managment code, queue related bugs should now be a lot easier to find...=)
* Added a check to ensure the minimum 1 slot
* Added option to keep finished downloads in the queue
* Fixed a small error with the rollback
* Fixed incorrect search results for nm search by file type
* Fixed lost slot problem, slots are now kept until the connection is broken (note; you do not get a slot for downloading the 
  dc list, only when you start downloading real files...)
* Fixed another small incompatibility with search results
* Fixed description cheat
* Added download priorities
* Fixed redirect compatibility
* Fixed dns resolution bug (for url:s beginning with a number)
* Added option to filter away kick messages from the chat window
* Fixed a memory leak when reconnecting to hubs
* User list is now cleared upon hub disconnection
* Added /clear in the chat
* Added /away <msg> and /back (no, you don't have to specify an away message, there's a default...)
* Added private message to search window menu
* I've not had much time to test the new features, but hey, that's what I have you users for...=)

 -- 0.14 2002-01-26 --
* Fixed upload slots bug
* Fixed download resume bug
* Fixed security bug (allowing people to download arbitrary files on the hd...thanx Simon E.)
* Added new settings dialog
* Added client version option
* Added rollback size option
* Added auto-follow redirects option
* Removed some level 4 warnings when compiling
* Almost made compatible with VC++ 7.0 (You still have to change one line in the WTL to compile due to changes in ATL...)
* Fixed some performance issues with large download queues (the app was doing a lot of unnecessary saving...). This should also
  solve the problems people have had with unsaved settings...
* Corrected transfer list display (Offline/Online users)
* Added search flood detection (If more than 5 searches are received from the same user within 7 seconds, DC++ will send
  out a warning)
* Added /dc++, /search <string>, /slots #, /refresh and /join <hub> commands in the main chat
* Added option to disable clearing of the search box
* Added option to select full rows in all list boxes
* Added option to automatically remove download sources if "File Not Available" is received
* Fixed close hub window bug
* Hopefully fixed another crash bug
* Added text and background color selection
* Added font selection (Only for chat windows so far...)
* Added option to remove hidden files from share
* Increased the size of the toolbar icons a bit
* Fixed another bug where users could download files that were not shared


 -- 0.132 2002-01-21 --
* Fixed a bug when downloading tiny file lists (people with 0b share...)
* Removed the empty line in the chat windows
* Set default focus in the chat window to the box where messages are entered
* Fixed aborted uploads bug
* Fixed the add similar directory bug
* Added sound when new private message window opens
* Added hub address to hub frame title
* Added bold text in the window tabs whenever chat text changes...
* Added time stamp to private messages
* Fixed a bug where DC++ was returning bad search results ("At least" was not working correctly)
* Because of a design flaw in the original dc client, I had to remove the small files and dc list extra slots
  feature for original dc users, but hey, it's their loss really (there's a problem with file listings closing
  just because "no free slots" is reported as soon as they try to download)
* Fixed a private message crash
* Added automatic saves every time the download list changes (now you only have to hope it doesn't crash while saving...=)
* Added notepad (stupid feature really, what's wrong with windows' notepad?) (only visible in menu so far...)
* Fixed missing close button on pm window (I think...can't find a window without at least...)


 -- 0.131 2002-01-20 --
* Fixed the lock at start bug
* Fixed the write to full disk bug (hopefully...)
* Fixed a small transfer queue bug
* Added an icon for the "follow redirect" thing...will probably change soon...
* Added a maximum dc list slots (3 more than currently open slots...)

 -- 0.13 2002-01-19 --
* Added directory listing sort
* Fixed missing '\\' in the default download directory bug
* Fixed a small bug where search responses sometimes reported -1 free slots
* Fixed "Download to..." bug in search frame
* Fixed some application lockups
* Fixed some random crashes
* Fixed a bug in the user connection procuedure
* Fixed data corruption bug (in rare cases, dc++ was filling files with "$send")
* Changed the default directory in "Download to..." to the default download directory (instead of "My Computer")
* Added op commands in search window
* Added "Download to" for each file of the same size already in the download queue
* Reorganized transfers menu
* Running downloads are now moved to top of transfer list, and running uploads are put at bottom
* Files smaller than 16k and file lists are now downloaded before any larger ones from the same user
* More work on the multihub feature
* More work on the resume rollback, it should now work a bit better
* Made sure that the settings file is never shared (DCPlusPlus.xml)
* Reworked local ip discovery, hopefully it will work better on machines with multiple ip's...
* Made sure transfers stop when the disk is full (also added more verbose file error messages)
* Users can now download files <16kb and file lists regardless of free slots (!)
* Readded tooltips for the toolbar buttons
* Added a "Follow last redirect" to the menu (will add to toolbar later on)

 -- 0.122 2002-01-16 --
* Fixed search bug
* Hopefully fixed download bug, please report...

 -- 0.121 2002-01-15 --
* Fixed resume bug
* Fixed rollback bug
* Fixed upload slots bug
* Fixed some minor download queue bugs
* Tried a different approach to the download problems in 0.12. When implementing different user nicks on different hubs,
  I had to change some of the download code to something that I'm not sure will work with the original client,
  that's why you've had so many problems with 0.12. Please remember that this is still alpha software, and that
  I release these versions this frequently so that 1) you have the latest of the latest and 2) so that I have someone
  who does the testing for me to speed up development...anyway, keep on reporting them bugs and one day, they will be gone!!

 -- 0.12 2002-01-14 --
* Improved search efficiency a tiny bit
* Changed default option in the search window to 'At Least'. All files are at least 0 bytes long anyway...
* Added file extension field in the search frame
* Fixed a bug where the application could stop working if a right-button menu was displayed
* Added PM and browse file list to uploads right button menu as well
* Huge performance increase in the user list (most noticeable when connecting to the hub and getting the initial list...)
* More general ui performance fixes, it should now be a lot more responsive even when the cpu load is significant
* Fixed empty search fields bug (I hope...)
* Fixed some of the random crashes (major code rewrite, so I might have introduced some new ones...we'll see...=)
* Changed background color to white (or whatever you have as window color), don't worry though, soon you'll be able to choose it yourselves...
* Fixed case of connection type strings
* The bots are now visible in the user list (Seems like they don't answer to getinfo requests...)
* Added user connection type to search frame
* New icons and colors for the user interface (Thanx mongomaster...)
* Fixed menu bug in NT4, hopefully it works in W95 as well now...btw, I'm considering removing the menu...
* Fixed multiple connections per user bug
* Fixed remove last source bug
* Added list of favorite hubs
* Added right-button menu to Public Hubs
* Added auto-connect feature for favorites
* Added automatic password for favorites
* Added option to use different user names for different hubs (unknown stability, might work, might not...)
* Added a new developer, peli...
* Changed some of the keyboard shortcuts
* Limited the buffer for the chat windows to 20000 characters, after that it will start removing lines from the top (untested...)
* Added a graphics fellow/developer, mongomaster

 -- 0.11 2002-01-08 --
* Fixed annoying reconnect bug
* Fixed annoying Private Messaging bug
* Fixed search filtering bug
* Fixed search sorting bug
* Made more compatible with Win95 (Right-button menus should now work there as well...haven't tested though)
* Fixed some other minor bugs
* Resume rollback, DC++ now checks the last 1024 bytes for exact match when resuming and aborts the download on failure
* Added a separator between each user in the transfer right button menu (I'll do something better later on...)
* Added some keyboard shortcuts
* Public hubs automatically appears on startup
* Thanks for all the bug reports and feature request, keep on adding them!
* DC++ will now detect other DC++ users as soon as a connection attempt is made...look out for blue icons...=)

 -- 0.10 2002-01-06 --
* Search results sorting
* Multiple selections in search results
* Removed some diagnostic messages
* Default action in search window is now file download, not list download
* Only one downloading connection per user now
* Removed some download queue bugs
* Added basic icons that distinguish op's from normal users
* Right-button menu in the transfer list
* Responds to incoming searches
* Automatic update notification

 -- 0.09 2002-01-02 --
* Right-button menu in search window
* Download queue saving
* Fixed a nasty download queue bug
* Added some transfer statistics
* Multiple download sources (Very alpha...)
* Fixed some problems with case insensitivity in filenames

 -- 0.08 2001-12-27 --
* Private messages
* Right-button menues
* OP / Registred user login (with password)
* OP Commands (Kick, redirect)
* Optimized file listing (a lot faster now...should barely notice it unless it's a _very_ large list)
* Optimized shared files compression
* More work towards application stability...although focus is still on functionality...
* More work on the download queue
* Connection saving, i e connections to users are not released until two inactive minutes have passed, giving time to browse the user's 
  files without worrying about slots
* Fixed file size sorting
* Fixed searching a bit, one should now be able to have two concurrent searches going...
* Fixed upload removing (?)

 -- 0.07 2001-12-18 --
* Passive searching (I hope...)
* Reworked the download queue, it should now be a bit more stable...
* Some ui work
* bugfixes as usual...although, now it's starting to become fairly stable...

 -- 0.06 2001-12-13 --
* A lot of UI work, the app should be at least a tiny bit more comfortable to work with
* Automatic reconnections (to hubs and users)
* Yet another slew of bugs killed (hm, where are all those bugs coming from? =)
* Downloading of directories and multiple files at a time
* Default download directory
* Some work on the search window, although searching is far from finished...
* Quicker startup (huffman encoding of the file list is now done in a separate thread)
* Automatic ip detection (if nothing's entered in the settings dialog...)
* Changed to case insensitive sorting...
* Download deleting

 -- 0.05 2001-12-08 --
* Searching (A very basic first version, only in active mode)
* More information about things (Hub statistics)
* A lot of bugs fixed, still a lot of them left tho...
* More bugfixes...
* Improved Huffman en/decoding speed quite a bit

 -- 0.04 2001-12-05 --
* Downloads
* Uploads (file sharing)
* A bit better thread handling
* Transfer list
* Upload/Download statistics
* Automatic reconnection attempts when no slots are available
* Bug fixes
* New about box =)

 -- 0.03 2001-11-27 --
* Hub list sorting.
* Users get deleted from user list when logging off
* User list sorting
* File sizes reported in B, kB, MB, GB and TB respectively
* Downloads!!! (Only user file listings so far)
* Improved UI a tiny bit
* New settings, including passive mode and active port selection.
* Some thread work, but more needed to be done, current model really sucks...

 -- 0.02 2001-11-22 --
* Settings dialog, to set user name and connection info.
* Search command recognised.
* New buttons.


 -- 0.01 2001-11-21 --

* Initial release.
* List hubs, connect to them and chat.
