- Fix compatibility with Parallels Desktop 13.0.* [GH-68]
- Add
--parallels-video-size
argument to manage a video memory size [GH-61] - Use Golang 1.9 to build the binary [GH-69]
- Update
libmachine
libs to v0.12.2 [GH-69] - Update
docker
libs to v17.03.2-ce [GH-69] - Add missing dependencies to
vendor/
[GH-69]
- Update
libmachine
libs to v0.10.0
- Use Golang 1.7 to build the binary, update dependencies
- Force to connect the attached ISO image
- Check whether the host is connected to Shared network interface [GH-56]
- Update build dependencies [GH-57]
- Enable time sync feature by default [GH-47]
- Use Golang 1.6 to build the binary, update dependencies [GH-46]
- Update Boot2Docker cache in
PreCreateCheck
[GH-48]
- Compatibility with Docker Machine v0.5.5+ [GH-33]
- Add arguments
--version
and--help
for plugin binary [GH-34]
- Compatibility with Docker Machine v0.5.1+
- Fixed issue with relative path in
MACHINE_STORAGE_PATH
[GH-17]
- Add unofficial support of Parallels Desktop 10 [GH-10]
- Remove
--nested-virt
and--pmu-virt
from default VM settings [GH-13]
Initial public release
- Add
--parallels-no-share
flag [GH-1] - Add acceptance tests
- Add build scripts