Skip to content
Compare
Choose a tag to compare

This release increases the minimum build of 86Box deemed fully compatible to 3541. 3333 to 3540 are considered mostly compatible, while anything pre-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
Compare
Choose a tag to compare

This hotfix reapplies the workaround for timeout problems that was removed in version 1.7.0.

Compare
Choose a tag to compare
  • 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
Compare
Choose a tag to compare
  • Added an "Open config file" option to VM context menu
  • Fixed issue #71 for good
  • Other minor tweaks
Compare
Choose a tag to compare
  • Fixed issue #76
  • Removed success dialog when settings are saved
  • Removed leftover debug logging in WndProc
Compare
Choose a tag to compare
  • Workaround for issue #75
  • Manager now properly waits 500ms for each VM to close when closing running VMs before exiting
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare
  • 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
Compare
Choose a tag to compare
  • Fixed issue #61
  • Fixed issue #63
  • Reworked the settings code a bit again to fix issue #62
  • Change the error dialog for VM configure when 86Box.exe can't be found from issue #60
  • Resetting the settings to default values no longer automatically saves them