Releases: insidegui/VirtualBuddy
Releases · insidegui/VirtualBuddy
Version 1.3
- 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
- @p-linnane made their first contribution in #104
- @WFT made their first contribution in #145
- @franklefebvre made their first contribution in #152
- @timsutton made their first contribution in #178
- @jamestut made their first contribution in #205
Full Changelog: 1.2.2...1.3
Version 2.0 Beta 1
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
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
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
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
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
1.0.2
1.0.1
- 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