Skip to content

Version 1.7.4

Latest
Compare
Choose a tag to compare
@daviunic daviunic released this 16 Feb 19:42
· 6 commits to master since this release

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