0.5 (21 Nov 2010)
-----------------

- Added support for creating, editing, deleting and enabling USB device filters
  (Machine->Settings->USB)
- Added support for pausing and resuming guest execution
  (Machine->Pause), (Machine->Resume)
- Added an option for setting the clipboard mode between guest and host
- Added an option to specify the remote display quality.
- Added icons to the OS Version comboboxes
- Added icons to the OS Family comboboxes
- Added progress bar windows which pop up for potentially lengthy operations
- Added option to configure the default hard disk folder.
  - (File->VirtualBox Preferences->General)
- Added option to configure default machine folder.
  - (File->VirtualBox Preferences->General)
- Added option to set the VRDP authentication library.
  - (File->VirtualBox Preferences->General)
- Added support for adding, removing and editing host-only networks, including
  the configuration of the DHCP server
  - (File->VirtualBox Preferences->Network)
- The snapshot details dialog now lets you edit the name and description of an
  existing snapshot
- Replaced the status bar with a messages list which holds more history
- Moved the user config file to the freedesktop location as specified by
  get_user_config_dir(). On most distros this usually expands to
  $HOME/.config/remotebox.conf. You will need to move your existing config file
  if you wish to preserve it.
- RemoteBox no longer exclusively uses the first port specified in the guest
  config when attempting an RDP connection. This means RemoteBox will still
  connect to the remote display when the server chooses another port if the
  primary port is already in use.
- Lots of code restructuring and cleanup
- Deleting a medium which is locked by another process should no longer produce
  a bunch of unmanaged object reference messages.


0.4 (18 Oct 2010)
-----------------

- Media lists in the VMM are sortable and sorted alphabetically by default.
- The VMM now shows any snapshots of the base medium and has had some minor
  cosmetic alterations
- The guest list now shows the current active snapshot for each guest and has
  had some minor cosmetic alterations
- Added the ability to take, delete, restore and view the details of
  snapshots
- The list of media to attach on the edit storage page is now sorted
  alphabetically
- In the details list, the storage name shown is now the name of the base
  medium, in the case of snapshots.
- A failed reconnect now properly clears the treeviews and resets button states
- Fixed the unmanaged object warning on some failed logins
- Fixed exception when clicking on an empty guest list


0.3 (17 Jul 2010)
-----------------

- Added operating system icons to the guest list.
- Removable media can now be changed whilst the guest is running. Access it
  from the popup menu in the guest list.
- Added support for configuring the serial ports of a guest
- Added support for configuring the shared folders available to a guest
- Added option to disable/enable the use of host I/O caching
- Displays a message with the reason, if a guest can't be started.
- Reports back error messages from the web service.
- Significant improvements to the session handling.
- Various minor modifications to the GUI.
- Media with underscores in the filename were generating accelerator
  keys in menus, which has been fixed
- Non explicit selections in treeviews returned empty values which has been
  fixed. Only Ubuntu 10 seemed affected, probably due to a behaviour change
  in the shipped version of GTK/Gtk2-perl
- Also sets the EFI checkbox when editing a guest's settings if the firmware is
  set to EFI32, EFI64 and EFIDUAL rather than just EFI.


0.2 (26 Jun 2010)
-----------------

- Added "Connect to Server" and "Reset" menu items.
- Added icons to most tabs on the Main, Edit, VMM, New Guest and New Hard Disk
  windows.
- Added reset toolbutton.
- Added support for setting UTC hardware clocks.
- Added support for setting the virtual mouse type. Supported types are: None,
  PS2, USB, USB Table and Combo.
- Added support for setting the number of virtual monitors.
- The option to set the RDP authentication method is now supported.
- The option to set the RDP timeout value is now supported.
- Added an option to allow multiple remote display connections to a single
  guest.
- Guests (without snapshots) can now be deleted.
- Added scrollbars to the Hard Disk, CD/DVD and Floppy disks list in the VMM
  window.
- Added context sensitive menu to guest list (press right mouse button).
- Added initial keyboard support, Ctrl-Alt-Del added to context sensitive menu
  on guest list.
- The Guest Name, Operating System and Status columns are now sortable by
  clicking on the column headers
- The storage page of the settings window has been completely revamped
- The toolbar icons on the Main and VMM windows have been updated
- The main menu icons have been updated.
- Most windows and dialogs are now transients of their parents.
- The Stop toolbar button no longer opens a dialog, but has a side menu which
  lets you choose the type of shutdown.
- The Stop menu item no longer opens a dialog, but opens a sub menu to choose
  the type of shutdown.
- Various subtle changes to the UI
- Fixed the audio driver decoding in 'Details' which could lead to an exception
  when performing subsequent tasks.
- You can no longer add a CD/DVD device and ISO to a non IDE storage controller
  as this is not yet supported by VirtualBox and would prevent the guest from
  starting.
- Fixed the start option which was broken in the Machine menu due to a last
  minute change.
- Fixed duplicate entries in the OS Version lists when reconnecting.


0.1 (12 Jun 2010)
-----------------

- Initial Release