Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Releases: sethmlarson/virtualbox-python

v2.1.1

26 Oct 19:19
Compare
Choose a tag to compare
  • Fix bug in VirtualBox API specification where VBoxEventType.progress_event and VBoxEventType.on_cloud_provider_can_uninstall are both mentioned but are not valid event types.

v2.1.0

25 Oct 17:05
2561fd4
Compare
Choose a tag to compare
  • Added support for VirtualBox 6.1

2.0.0

03 Apr 02:03
4d72248
Compare
Choose a tag to compare
  • Added support for VirtualBox 6.0:
    • Added new Recording features
    • Added support configuring network proxies
    • Added support for Cloud features
    • Added new CPU, Hardware, and Virt property types
    • Added new event and error types
  • Renamed the PyPI project from pyvbox to virtualbox (Installing pyvbox still works).
  • Fixed a bug with streaming output from a console command.
  • Dropped explicit support for Python 2.6 and 3.3 (May still work?).
  • This is a new major version and many argument and function names have
    changed. Version 2.x of this library only supports VirtualBox 6.0+.

1.3.2

21 Feb 17:13
d0bbf2f
Compare
Choose a tag to compare
  • Fixed __name__ which made Python 3 installs break.

1.3.1

21 Feb 01:40
d92d713
Compare
Choose a tag to compare
  • Added SettingsVersion.v1_17 which is written by VirtualBox 5.2.x
  • Added VirtualBox.create_unattended_installer()
  • Added IUnattended interface which can be used to create a Guest OS
    in a fully automated way. (Doesn't work yet in 5.2 beta)
  • Added IHostNetworkInterface.wireless property which returns
    True if the interface is wireless.

v1.3.0b1

05 Aug 22:50
Compare
Choose a tag to compare
v1.3.0b1 Pre-release
Pre-release
  • Added SettingsVersion.v1_17 which is written by VirtualBox 5.2.x
  • Added VirtualBox.create_unattended_installer()
  • Added IUnattended interface which can be used to create a Guest OS
    in a fully automated way. (Doesn't work yet in 5.2 beta)
  • Added IHostNetworkInterface.wireless property which returns
    True if the interface is wireless.

v1.2.0

28 Jun 13:54
Compare
Choose a tag to compare

v1.1.0

02 Jun 13:20
Compare
Choose a tag to compare

version 1.1.0 (02/06/2017)