Releases: 86Box/86BoxManager
Releases · 86Box/86BoxManager
Version 1.5.3
- Removed leftover debug code from settings
- Fixed tab indexes for all windows
Version 1.5.2
Version 1.5.1
- Improved error handling when trying to remove a virtual machine (see issue #56 ).
Version 1.5.0
What's new or changed:
- Added the option to enable 86Box logging to specified file from issue #48
- Added the option to toggle grid lines in VM list from issue #51
- Added a setting for WaitForInputIdle() timeout from issue #47
- Added support for grouping Manager and 86Box buttons in the taskbar from issue #41
- Added a warning if 86Box.exe cannot be found in the selected folder
- Added detection of 86Box version
- Added additional information/confirmation messageboxes for various settings-related operations
- Replaced the default Windows Forms folder browser dialog with the one by ErikE
- Redesigned the settings dialog
- Merged in all fixes from the main branch
- Various other minor changes in UI and code I can't remember anymore
Version 1.4.4
- Hotfix for issue #54 .
Version 1.4.3
Very minor update.
Version 1.4.2
- Fixed issue #49 for the tray icon Exit option as well, and this time didn't forget to bump the version number.
Version 1.4.1
- Fixed issue #49 .
Version 1.4.0
Changes in this release
- Added sortable VM list from issue #9
- Added import VM feature from issue #38
- Added more VM management features from issue #2
- UI: Reduced font size to 10pt across the UI
- UI: Main window is now resizable
- UI: Added a tooltip for invalid characters in VM name
- UI: Added panels behind buttons in dialogs
- UI: All butons and checkboxes now have FlatStyle.System set
- UI: Fixed tab indexes in all windows
- Fixed issue #39
- Fixed issue #46
- Fixed issue #44
- Fixed an issue when starting VMs from shortcuts
- Replaced the PRERELEASE constant with a check for DEBUG
- Reverted back to SelectedItems[0] from FocusedItem due to sorting behaviour
- Various minor UI and code changes
- Includes all changes from v1.3service branch as well
About importing and cloning virtual machines
This release adds proper import and clone operations for virtual machines. They work on a similar principle, that is, the source files (of the VM being imported/cloned) are copied into the new VM folder. Depending on the number and size of files in the source folder, the copying procedure can take a while and will cause the UI to hang briefly. Be patient, once it's done, you'll be informed whether the operation was successful or not.
Version 1.3.3
- Added missing "VM not found" error for -S parameter
- Fixed issue #37
- Code clean-up
- Updated copyright year to include 2019