Skip to content

0.1.0

Compare
Choose a tag to compare
@fkorotkov fkorotkov released this 18 Apr 15:47
· 478 commits to main since this release

Changelog

  • 4ca7787 Added config release
  • 8b5b053 Fixed env variable name
  • d55e545 Make the disk size configurable upon creation (#26)
  • 609a253 Use GoReleaser for releases (#27)
  • ad2db14 Update App Icon (#28)
  • cc31388 Renamed disk file (#24)
  • e100cc0 Add App Icon (#23)
  • 75b5d63 Refactored UI (#22)
  • 466c3c5 Add ability to modify VM's configuration (number of CPUs and memory size) (#16)
  • 9f8d301 Handle incomplete MAC address (#15)
  • 49d430b Update dependencies and styles (#12)
  • dc1e502 Logger (#11)
  • 4836279 Swift package simplified (#7)
  • dd40717 Create LICENSE (#10)
  • 13f2366 Add ability to clone VMs (#9)
  • 7a67dea Introduce "tart ip" command to retrieve a VM's IP address (#8)
  • 2c7217f Merge pull request #1 from cirruslabs/basic-implementation
  • 8375e3c {cpuCount,memorySize}min → {cpuCount,memorySize}
  • 6fc868e VMDirectory: use file extensions for config, disk and nvram
  • 348d977 VMConfig: save pretty-printed JSON
  • 09a8109 Basic CLI implementation that wraps Virtualization.Framework
  • 28ee764 Added README.md