diff --git a/CHANGELOG b/CHANGELOG index 0b7e268b..5c4dd061 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,25 @@ # Change Log +## 1.4.0alpha3 28/07/2015 + +* Raise error if qemu image already exist when creating disk +* Prevent user to create a qemu to a different directory on non local server +* VMnet manager on Linux: check that VMware has been installed. +* Fixes UnicodeDecodeError when reading a VMware file. +* Fixes KeyError: "ethernet0.connectiontype". Fixes #276. +* Fixes replace errors. Fixes #284. +* Catch ProcessLookupError when updating iouyap config. Fixes #255. +* API for creating a qemu disk image +* Prevent starting different hypervisors that leverage hardware virtualization (VT-x/AMD-V). Fixes #548. +* Fixes IOS adapters and WICS cannot be removed. Fixes #282. +* Makes sure the loop is running when closing the app. +* Catch Permission denied when writing to VMX file while closing VMware VM. Fixes #277. +* Catch GeneratorExit exception. Fixes #231. +* Fixes missing chipset info for VirtualBox VM (maybe some older VirtualBox version don't have it). Fixes #254. +* Changes how to look for the vmrun.exe location. +* Update documentation +* API for listing current projects + ## 1.3.8 27/07/2015 * Catch ProcessLookupError when updating iouyap config. Fixes #255.