Skip to content

Releases: insidegui/VirtualBuddy

Version 1.3

28 Sep 15:19
0b33af7
Compare
Choose a tag to compare

image

  • New app icon designed by Matthew Skiles
  • The VirtualBuddyGuest is now fully integrated into the app; it's automatically mounted for virtual machines running macOS, to install it, select the "Guest" disk on Finder's side bar and double-click the "VirtualBuddyGuest" app icon
  • Support for automatically changing guest screen resolution based on window size in macOS Sonoma
  • New options to resize the virtual machine window according to the display resolution
  • Reduces the minimum size of the boot disk for a virtual machine to 2GB
  • Basic Linux support (by @franklefebvre)
  • Many improvements to the installation wizard
  • Addresses some issues when running in macOS Sonoma

New Contributors

Full Changelog: 1.2.2...1.3

Version 2.0 Beta 1

30 Jul 14:42
0dbe6ae
Compare
Choose a tag to compare
Version 2.0 Beta 1 Pre-release
Pre-release

New in VirtualBuddy 2.0 Beta 1

This first beta release addresses minor issues for hosts running the macOS Sequoia beta.

Version 1.3 Beta 1

07 Jun 21:37
c7fd5fa
Compare
Choose a tag to compare
Version 1.3 Beta 1 Pre-release
Pre-release

Addresses a crash on launch when running in macOS Sonoma

Known issue: VM thumbnails in the library may show black bars depending on the size of the window when the screenshot was taken.

Version 1.2.2

09 Sep 14:22
2f72d57
Compare
Choose a tag to compare
Version 1.2.2 Pre-release
Pre-release

Fixed in VirtualBuddy 1.2.2

  • Makes custom IPSW URL validation less strict, allowing downloads from plain HTTP URLs and URLs that don't end in .ipsw
  • Addresses an issue that caused audio input to not work in virtual machines; VirtualBuddy will ask for microphone access the first time audio input is used within a virtual machine

1.2.1

02 Aug 20:22
e41da3b
Compare
Choose a tag to compare
1.2.1 Pre-release
Pre-release

New in VirtualBuddy 1.2.1

General improvements to the installer user interface:

  • Addresses an issue that caused the installer to clip the configuration user interface, hiding the "continue" button
  • It is now possible to navigate using the arrow keys when selecting the installation method
  • Text fields now use the same consistent style
  • The virtual machine name button is automatically focused as expected
  • Command + R can be used to generate a new random name while editing the virtual machine's name during installation

1.2

27 Jul 21:17
ecae678
Compare
Choose a tag to compare
1.2 Pre-release
Pre-release

New in VirtualBuddy 1.2

  • Managing virtual machines can now be done entirely within the library view, the contextual menu offers options for renaming, deleting, duplicating, and showing the VM in Finder
  • The library now sorts virtual machines by creation date, in reverse chronological order
  • Virtual machines can now be configured with custom CPU, RAM, storage devices, network devices, displays, and many other options
  • The option to capture system keyboard shortcuts is now persisted for each virtual machine in the library
  • Adds support for shared folders to share specific directories from your Mac with the virtual machine ¹
  • Adds support for bridged networking, allowing a physical network interface from your Mac to be exposed to the virtual machine
  • Additional storage can now be added to virtual machines by creating new disk images from within VirtualBuddy
  • A new debug console showing logs related to the installation process is now available while installing macOS in a new virtual machine
  • The default library directory for new installs is now ~/Library/Application Support/VirtualBuddy (this is where VirtualBuddy stores virtual machines and downloads)
  • Clicking a virtual machine that's already open in the library will now correctly focus the existing window for that virtual machine

Known issues

  • If macOS installation is interrupted, the broken virtual machine is still shown in the library and there's currently no way to finish the installation; workaround: delete the VM and create a new one
  • When a library is moved between different hosts, the configuration for a virtual machine might be unsupported in the new host, preventing it from starting; workaround: adjust the virtual machine settings for the new host
  • The initial display resolution setting after creating a new virtual machine is not set to "Size to Fit ..." in some situations
  • When editing storage settings for an existing virtual machine, the Boot disk is incorrectly selectable on the list and selecting it enables the remove button, even though the Boot disk can't be deleted
  • Setting the pointing device to "Trackpad" may cause the cursor to be unusable in the virtual machine

¹ Using shared folders

To make your shared folders available in the virtual machine,
run the following command in Terminal (Applications > Utilities > Terminal):

mkdir -p ~/Desktop/VirtualBuddyShared && mount -t virtiofs VirtualBuddyShared ~/Desktop/VirtualBuddyShared

A folder named "VirtualBuddyShared" will show up on the Desktop.

1.0.3

13 Jul 13:42
af645dd
Compare
Choose a tag to compare
1.0.3 Pre-release
Pre-release
  • Adds the option to customize the size of the VM disk when creating a new VM
  • Fixes a bug that prevented the new VM window from being closed

1.0.2

29 Jun 23:05
fc5c99f
Compare
Choose a tag to compare
1.0.2 Pre-release
Pre-release
  • Fixes a crash when running in macOS Ventura
  • Adds a confirmation dialog before closing a VM that's currently running
  • Removes toolbar from the VM window

1.0.1

26 Jun 21:37
8cad3c2
Compare
Choose a tag to compare
1.0.1 Pre-release
Pre-release
  • Addresses an issue that caused downloads to fail when attempting to download a restore image for installation
  • Reduces the resources allocated to the virtual machines for better compatibility with more hardware; custom configuration will be implemented soon
  • The download link for restore images is now displayed below the selected version of macOS to make it more convenient for users who'd like to use an external download manager

1.0

25 Jun 16:06
4c38d21
Compare
Choose a tag to compare
1.0 Pre-release
Pre-release

Initial release