🎉 Release v0.8.6
✨ Features:
- You can now specify exactly where you'd like to install WinBoat, the requirement for space in
/var
is gone entirely (Thank you to the alpha testers for this feature) - WinBoat will now remember its window position and size when you close it
- Added relog instructions to the Docker group pre-requisite entry
- Added an option for multi-monitor users where you can configure how you'd like multi-monitor support to work. MultiMon creates separate displays for each monitor, while Span stretches the display across all monitors. Try both and see what works best for you
🧩 Misc
- Removed the pre-requisite for
ip_tables
andiptable_nat
modules, since they are not really needed except for network discovery, however now there's a shortcut on your Desktop to access your Linux files - Migrate most of the Electron scripts & files to TS & ESM (except Node modules) rather than JS & CJS
🚧 Fixes
- CPU threads have been changed to physical cores everywhere, since this is what
qemus/qemu
expects from us