From 0.5.0 to 0.5.1:
   * Fixed tracebacks that report error creating QueueEvent object (#1630689).
   * Fixed problem with directory recursion.
   * Error displayed when attempting to explore invalid archive file.
   * Status for downloads of unknown file types are now marked Ok by default.
   * Fixed a bug preventing uploading of files.
   * Better error message when DISPLAY variable not set (#1633725).

From 0.5.0-b1 to 0.5.0:
   * Fixed missing transports package during setup.py install (#1624300).
   * Fixed errant doc strings.
   * Fixed URL parsing. URLs are now handled properly in the connect window.
   * Updated copyright messages.

From 0.4.4 to 0.5.0-b1:
   * Ported up to wxPython 2.6.3.3. This required changing the way that
     events were processed, changing the use of sizers, removing the
     deprecated wxFloatBar, and other various incompatibilities.
   * Fixed code formatting to match Python standard. Code now also includes
     documentation. Yay!
   * Added the much anticipated SFTP support using the Paramiko SSH module.
     This feature also includes the finalization of the modular protocol
     structure.
   * Fixed various multi-threaded code issues
   * Configuration files now use INI style configuration formats and are much
     more human readable
   * Added support for unpacking .tar, .tar.gz, .tar.bz2 archives.
   * Clearing the cache now doesn't interfere with the remote change
     directory window based on the cache.
   * The URL schema should now work with sftp
   * Ftpcube is now much more windows friendly.

From 0.4.3 to 0.4.4:
   * Added patch from Timothy Stotts <Timothy_Stotts@concord-camera.com> that
     enhances parsing of file listings on different FTP servers, including
     different Windows ones.
   * Fixed the way the '_' function was installed into the global namespace.
     This will get rid of any errors that users were encountering when
     they experienced compilation errors, etc., as well as if they're missing
     the gettext module.
   * Fixed the default home directory for windows by adding the HOMEDRIVE
     environment variable in front of the directory name.
   * Locale files are now properly included during the build.

From 0.4.2 to 0.4.3:
   * Fixes wrong parent bug in browser window
     which would cause lock up in windows.
   * Now display app icon correctly again.
   * Now include ftpcube.xpm for external desktops to reference. The icon now
     gets installed in the data directory specified in setup.cfg.
   * Added German translation thanks to Christoph Thielecke
   * Added Dutch translation thanks to Yuri van Oers
   * All the directory sorting options now work both locally and remotely
   * Fixed bug found by the gentoo folks for handling of files greater
     than > 2 Gig. Patch provided by Gregory P. Smith
     <greg-gentoo@electricrain.com>

From 0.4.1 to 0.4.2:
   * Separated out version string to preserve validity of translations.
   * Added permission changing functionality to main menu.
   * Fixed bug in installer that referenced wxPyColourChooser.
   * Got rid of icons directory
   * Moved all icons within a libftpcube.icons package and converted them from
     xpm to an embedded .py file using img2py

From 0.4.0 to 0.4.1:
   * Added option to clear the console window, Feature #492580.
   * Improved error handling when aborting and cancelling connections
   * Fixed bug #662371 where the number of resumed bytes wasn't correctly set.
   * Added support for MS ftp style listing bug #516125.
   * Can now chmod files, feature #570339.
   * Now list permissions locally as well.
   * Now attempt to load wxPyColourChooser from the wxPython lib by default and
     fall back ont the wxcolourchooser install package during failure.

From 0.3.3 to 0.4.0:
   * FtpCube has been completely re-engineered.
   * FtpCube now runs on the wxPython framework.
   * FtpCube now runs on Windows!
   * FtpCube now has debugging output while it runs, providing it is not run
     with the python -O option.
   * The FTP transfer interface has been re-defined so future version can
     support HTTP and SFTP.
   * Archiving functionality has now been implemented.
   * Colour display in options window has been updating to use my
     wxPyColourChooser module.
   * Pop-ups are now centered correctly.
   * Non-PASV transfers really work.
   * Login limits for hosts are now applied to all threads connected to a
     similar host.
   * Option to refresh the local window has now been added. The local window
     will also get updated automatically now on download if appropriate.
     (Feature #641399).
   * Fixed bug 641382: Local directories in bookmarks now matter.
   * Ftpcube now synchronizes directories automatically when downloading
     recursively.  This fixes bug: 641392 as well.
   * Failure handling is now down more automatically. Incomplete transfers
     also appear in the thread window (although they are not retried without
     explicit action.). This fixes bug #631243.
   * Fixed transfer timing calculation bug: #641388.
   * Fixed bug #643687 where the bookmark thread limiter didn't work.

From 0.3.2 to 0.3.3:
   * Added a German translation thanks to marc'O puszina.
   * Reworked the setup script to generate the installation paths of the icon
     directory contents and the locale files.
   * Changed "Cancel Download" label to read "Cancel Transfer" on thread
     right-click menu.
   * Fixed bug where progress indicator would start at 0 when resuming
     an upload (Bug #590881).
   * Fixed permission denied directory rollback bug which lead to a crash
     (Bug #568130).
   * Fixed duplicate '..' entry bug that would occur on some servers. This
     should also fix bug #580304, which affected recursive downloading.
   * Fixed a bunch of recursion problems and changed the error handling
     slightly.
   * Reworked some windows to fix any visual weirdness introduced by i18n.

From v0.3.1 to 0.3.2:
   * New set of ICONS, thanks to Carles Amig.
   * Fixed bug where password would be displayed in command-window while
     logging in.
   * Added Cache refreshing option to the right- click menu in the file window.
   * Refresh button was added to the toolbar.

From v0.3.0 to 0.3.1:
  * Fixed bookmark bug where not selected a bookmark folder caused an error in
    bookmark creation
  * Fixed some errors that occurred when transferring various types of files.
    Now everything works!
  * Fixed deep recursion download bug.
  * Fixed bug where ./ would appear in the local directory window status bar
    and keep appending.

From v0.2.2 to 0.3.0:
  * Added patch from Steven Scott <bodoni26@resnet.gatech.edu> that allows
    the use of ftp URL's in the connect window.
  * Password is now hidden during logging (Bug #516257).
  * Fixed an option bug where logging couldn't be turned on.
  * Preparation for i18n
  * Changed exception handling code so error handling for sequences and
    aborting now works properly.
  * Failures now appear in the failure tab
  * Attempt code now works, as well as the attempt spin button.
  * Added disconnect button (Feature #516104).
  * Added functionality of local window and remote window to main menu (Feature
    #490905).
  * Fixed the directory entry bug that would occur when interacting with a
    slow ftp server.
  * ASCII transfer mode is now supported.  The ascii state is also saved and
    will even be supported through recursive downloads. (Feature #514277).
  * Directories are now cached to ensure faster browsing.
  * Remote directory changing has been implemented with a pop-up window.
    (Feature #490895)
  * A combo box that allows for jumping to a directory in the toolbox has been
    added. (Feature #495310).

From v0.2.1 to 0.2.2:
  * Fixed bug where you couldn't save options #514141.
  * Changed sym-link crashing bug #514235 and changed stat-ing to now not
    follow symlinks.
  * hidden 'dot' files are now hidden by default and can be changed by
    unchecking the check box in the local file browsing menu (Feature #511006).
  * Setting the local directory in the connect window now works.

From v0.2.0 to 0.2.1:
  * Horizontal and vertical panes have now been added to the main GUI display
  * Compilation error message now produced if the gtk libraries cannot be
    imported succesfully upon importing libftpcube
  * In-code documentation has begun. Joy!
  * Fixed main thread transfer update bug #506201
  * Fixed the infinite upload problem as well as some other transfer related
    problems that are due to this bug (#506216)
  * Download and upload resuming now happens automagically. This means a
    fragmented file should be removed or FtpCube will automatically attempt to
    resume the transfer (Feature #491467)
  * Quick connecting now works (Bug #506831)
  * The icons directory can now be specified on the command-line with the
    --icons prefix
  * Screen size is now saved automatically (Task #505063)
  * Fixed disconnect from bookmarks bug #506197
  * Added initial support for win32. Once GTK+ threading issues are worked out,
    the win32 port will run beautifully.
  * The queueing status bar (Feature #495309) has been implemented
  * Files sizes are now right-aligned for readability (Task #493559)
  * Fixed an FTPTransferCmd bug that caused some FTP servers to report a "no
    size member" error.
  * Ftpcube now has an icon.

From v0.1.1 to 0.2.0:
  * Added feature #490904: Byte count is now displayed during list transfers
  * Added feature #490901: Users can now save and load transfer queues. The
    queuing process can also be enabled/disabled correctly
  * Corrected the thread_abort icon
  * Certain classes were rewritten to take advantage of the GtkExtra
    functionality, shrinking those classes considerably
  * Renaming and directory creation now work in the local window
  * Main thread no longer times out (Feature #491726)
  * Main thread can now be used for transfers (Feature #490902)
  * Sorting in the local and remote window now works (Feature #490912) and
    sorting by directories now also works (As of fixing bug #492585)
  * Connection retry code should now work (Feature #491831)
  * Commands in the command window are now color coded (Feature #490909) and
    can be set in the colors tab in the option window
  * The configuration file format was scrapped and now configuration data is
    saved using 'pickle'
  * Fixed timing out and NOOP bug #492595
  * Queueing now saves state - server, port, username, and password and threads
    connect regardless of current connection. Fixed bug #492597.
  * Added feature #490906: Commands, downloads, and uploads are now logged to
    file is the appropriate radio buttons in the option menu are toggled.
  * The *.py files for ftpcube have been moved under libftpcube so that they
    are now installed in site-packages/libftpcube.

From v0.1.0 to 0.1.1:
  * Fixed backwards compatibility with python 1.5.x
  * Fixed quick connect bug

From v0.0.1 to 0.1.0:
  * Added the about window
  * Disconnecting now added and prompting when performing a connect while
    already connected
  * Removed the local browsing "///" bug
  * Added the options window and the creation/saving/loading of the
    configuration file
  * Recursive downloading now works for links
  * Added more icons

v0.0.1:
  * Initial release
  * Bookmarks (site management)
    * Ability to organize bookmarks via folders
    * Edit and rename bookmarks
    * Bookmarks are stored in home directory or shared directory
  * Threading of downloads and uploads
    * Ability to cancel downloads of each thread
    * Ability to cancel a thread
    * Remove the idle limit of a thread
  * Queueing
    * Queued files now store the paths along with host
