Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@daviunic daviunic released this 16 Aug 11:33
· 29 commits to master since this release
  • 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