Skip to content

Releases: TibixDev/winboat

v0.8.7

08 Oct 07:45

Choose a tag to compare

πŸŽ‰ 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

08 Oct 03:41

Choose a tag to compare

πŸŽ‰ 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 and iptable_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

Full Changelog: v0.8.5...v0.8.6

v0.8.6-alpha

05 Oct 06:10

Choose a tag to compare

v0.8.6-alpha Pre-release
Pre-release

πŸ”­ 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

25 Sep 12:58

Choose a tag to compare

πŸŽ‰ 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

23 Sep 23:25

Choose a tag to compare

πŸŽ‰ 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

22 Sep 12:07

Choose a tag to compare

πŸŽ‰ Release v0.8.3

✨ Features:

  • Support for NixOS flakes

New Contributors

  • @0kenx made their first contribution in #55

Full Changelog: v0.8.2...v0.8.3

v0.8.2

22 Sep 10:48

Choose a tag to compare

πŸŽ‰ 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

Full Changelog: v0.8.1...v0.8.2

v0.8.1

18 Sep 11:30

Choose a tag to compare

πŸŽ‰ 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

17 Sep 23:09

Choose a tag to compare

πŸŽ‰ 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
image

Full Changelog: v0.7.12...v0.8.0

v0.7.12

15 Sep 10:49

Choose a tag to compare

πŸŽ‰ 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)
image

New Contributors

Full Changelog: v0.7.11...v0.7.12