Releases: TibixDev/winboat
Releases Β· TibixDev/winboat
v0.8.7
π Release v0.8.7
β¨ Features:
- Now you can decide whether or not you wanna share your home folder during installation, a warning has been added to make sure the user understands the risks
Full Changelog: v0.8.6...v0.8.7
v0.8.6
π 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
π§ New Contributors
- @alexankitty made their first contribution in #230
Full Changelog: v0.8.5...v0.8.6
v0.8.6-alpha
π Alpha Release (Custom Folders)
This alpha release implements the possibility to pick a custom install location instead of WinBoat storing its VM data in a Docker volume. Additionally, in some places cores vs threads were very inconsistent, now everything uses physical cores as a measurement, since this is what dockur/windows
(=> qemus/qemu
) wants from us.
Full Changelog: v0.8.5...v0.8.6-alpha
v0.8.5
π Release v0.8.5
β¨ Features:
- Added an option to toggle auto-start for the container in Configuration
- WinBoat will now warn you if you're about to allocate most of your free disk space if there's <5GB of free space left after allocation
- Bumped
dockur/windows
version to 5.03 and removed CPU arguments since now they're included by default for AMD (thanks @kroese) - Added better instructions for when the installation fails telling the user to also check their Docker logs
- Added a helpful tooltip when the Guest Server is offline which redirects you to troubleshooting steps
New Contributors
Full Changelog: v0.8.4...v0.8.5
v0.8.4
π Release v0.8.4
β¨ Features:
- Added noVNC as a preset app if you want to access WinBoat from the browser
π§ Fixes:
- Fixes to NixOS flake for Docker group detection
- Fixed a bug where WinBoat wouldn't successfully load the first time you launch it because of a filesystem error
New Contributors
Full Changelog: v0.8.3...v0.8.4
v0.8.3
π Release v0.8.3
β¨ Features:
- Support for NixOS flakes
New Contributors
Full Changelog: v0.8.2...v0.8.3
v0.8.2
π Release v0.8.2
π§ Fixes:
- Fixed an issue where WinBoat >0.8.0 wouldn't launch due to the USB library being compiled against a newer GLIBC version than available in some distros, now the app is compiled from Ubuntu 22.04
- Fixed an issue where the app list could not be obtained on Japanese Windows 11 (thanks @fukumen)
π§© Misc
- The Guest Server now has CORS, this will be useful later down the line when we switch from node-fetch to something else
- Swapped the logger from Winston to Consola
- Some changes in README to make it look neater (thanks @delphicmelody for the SVG logo)
New Contributors
- @fukumen made their first contribution in #148
- @delphicmelody made their first contribution in #161
Full Changelog: v0.8.1...v0.8.2
v0.8.1
π Release v0.8.1
π§ Fixes:
- Added a fallback for cases where the
usb.ids
file is not found on the host system, now we provide a backup file which is updated to the latest version on build/release
Full Changelog: v0.8.0...v0.8.1
v0.8.0
π Release v0.8.0
β¨ Features:
- Fully implemented Dynamic USB passthrough as an experimental feature
- You can now specify a custom FreeRDP port in Configuration
- Added an option to toggle Experimental Features in Configuration
- Massively improved the Guest Server updater, check here and here for more details, but you ideally shouldn't have to manually update again starting from the next release
π§ Fixes:
- The 'Home' nav item is now highlighted properly on startup
- Fixed a small type in "Windows 10 LTSC 2021"
- Fixed a z-index issue with the RDP Scale

Full Changelog: v0.7.12...v0.8.0
v0.7.12
π Release v0.7.12
β¨ Features:
- Added a confirm password field (thanks @Simon-Weij)
- Added username and password validation, because there have been cases in the past where weird combinations broke the container (such as whitespace and/or, special characters)

New Contributors
- @Simon-Weij made their first contribution in #117
Full Changelog: v0.7.11...v0.7.12