Skip to content

Releases: 86Box/86BoxManager

Version 1.7.4

16 Feb 19:42
Compare
Choose a tag to compare

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

18 Nov 09:50
Compare
Choose a tag to compare
  • Fixed issue #84
  • Fixed issue #86

Version 1.7.1

18 Aug 08:48
Compare
Choose a tag to compare

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

Version 1.7.0

16 Aug 11:33
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

Version 1.6.4

10 May 11:26
Compare
Choose a tag to compare
  • Added an "Open config file" option to VM context menu
  • Fixed issue #71 for good
  • Other minor tweaks

Version 1.6.3

10 Apr 14:48
Compare
Choose a tag to compare
  • Fixed issue #76
  • Removed success dialog when settings are saved
  • Removed leftover debug logging in WndProc

Version 1.6.2

24 Mar 15:05
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

Version 1.6.1

23 Nov 17:30
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

Version 1.6.0

02 Nov 12:29
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

Version 1.5.4

24 Aug 10:10
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