- update CFPropertyList to 2.2
- add 'info' command
- add 'snapshot delete' command
- add ability to get all VM config values (related to #14)
- fix issue #16 (returning incorrect mac address)
- fix issue #18 (1.8.7 compatibility)
- fix issue #19 (duplicate config entires when cloning)
- internal cleanup of how command strings are handled (props to @patdowney)
- bump dependency on CFproperList to avoid libxml-ruby dependency (#24)
- major internal refactoring for usage as a lib
- add fix for loading a custom vmrun_bin in ~/.fissionrc (issue #8)
- add guestos and uuid methods to VM (@ody)
- add ability to suspend all running VMs ('--all')
- add 'delete' command
- add 'snapshot create' command
- add 'snapshot list' command
- add 'snapshot revert' command
- add '--headless' option to start
- fix issue #2
- add 'status' command
- add 'start' command
- add 'stop' command
- add 'suspend' command
- add support for cloning single and split disk VMs
Initial release