Releases: 86Box/86BoxManager
Releases · 86Box/86BoxManager
Version 1.7.4
This release increases the minimum build of 86Box deemed fully compatible to build 3541. Builds 3333-3540 are considered mostly compatible, while anything earlier than build 3333 can have major functionality problems.
- Fixed issue #103 . The Manager should now be compatible with Qt builds and launch problems should be gone - a unique VM ID is now sent to the emulator to keep track of things.
- Fixed issue #89
- Updated icons to match 86Box 3.0+ (program, tray icon, about logo, VM status icons)
- Switched to long arguments for 86Box
- Moved LoadSettings() and LoadVMs() to main form's Load() event
- Disabled window state persistence due to sizing problems on startup
- Removed .NET Core project due to errors
- Removed the launch timeout feature as it's no longer needed
- Some other minor UI and code tweaks
Version 1.7.2
Version 1.7.1
This hotfix reapplies the workaround for timeout problems that was removed in version 1.7.0.
Version 1.7.0
- Added a status bar with VM count info from issue #74
- Added the description column to the VM listview from issue #79
- Main window size and position, as well as VM list column widths are now persistent as per issue #82
- VM list is now reloaded after a VM is edited
- VM window is now also focused when opening its settings
- Removed the About dialog and button - this information is now displayed in its own tab in the Settings dialog
- Removed the VM description tooltip as it's no longer needed
- Removed unused Win32 imports
- Fixed main window button tooltips
- Various minor UI and code changes
Version 1.6.4
- Added an "Open config file" option to VM context menu
- Fixed issue #71 for good
- Other minor tweaks
Version 1.6.3
- Fixed issue #76
- Removed success dialog when settings are saved
- Removed leftover debug logging in WndProc
Version 1.6.2
- Workaround for issue #75
- Manager now properly waits 500ms for each VM to close when closing running VMs before exiting
Version 1.6.1
This release increases the minimum required version of 86Box to 2.07 due to the WM changes.
- Reworked the window message API for 86Box to fix status issues with confirmation dialogs
- VM window is now focused when a confirmation dialog is triggered for shutdown or hard reset
- ListView selection is now cleared after sorting only when more than one item is selected
- Configure and stop options are now available for paused VMs
- Fixed button behaviour and tooltips on status changes
- Fixed issue #70
- Fixed issue #71
Version 1.6.0
- Added persistent VM list sorting column and order from issue #53
- Added multiselect support from issue #50 for some VM operations
- Added an error message if shortcut creation fails
- Added a keyboard shortcut for deleting VMs (the Delete key)
- Increased required 86Box version to 2.00 final (build 2000)
- Updated 86Box download link in README
- Made messagebox descriptions more specific by including VM name in them
- Kill option is now always available, so it can be used in case of VM status mismatch
- Fixed issue #68