Skip to content

Releases: 86Box/86BoxManager

Version 1.5.3

31 Jul 15:44
Compare
Choose a tag to compare
  • Removed leftover debug code from settings
  • Fixed tab indexes for all windows

Version 1.5.2

25 Jul 21:20
Compare
Choose a tag to compare
  • Fixed issue #58
  • Fixed issue #59

Version 1.5.1

23 Jun 15:45
Compare
Choose a tag to compare
  • Improved error handling when trying to remove a virtual machine (see issue #56 ).

Version 1.5.0

17 Apr 15:42
Compare
Choose a tag to compare

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

17 Apr 14:39
Compare
Choose a tag to compare
  • Hotfix for issue #54 .

Version 1.4.3

18 Mar 11:02
Compare
Choose a tag to compare

Very minor update.

Version 1.4.2

25 Feb 15:59
Compare
Choose a tag to compare
  • 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

25 Feb 15:46
Compare
Choose a tag to compare
  • Fixed issue #49 .

Version 1.4.0

06 Feb 18:30
Compare
Choose a tag to compare

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

13 Jan 10:17
Compare
Choose a tag to compare
  • Added missing "VM not found" error for -S parameter
  • Fixed issue #37
  • Code clean-up
  • Updated copyright year to include 2019