Archived
2
0

update changelog.

This commit is contained in:
Miroslav Šedivý 2023-03-27 21:55:52 +02:00
parent f9228e653d
commit 887413d536

View File

@ -8,6 +8,7 @@
- New VirtualGL version 3.1 was released, adding support for Chromium browsers to use Nvidia GPU acceleration!
- Added `?embed=1` parameter to the URL, which will hide the sidebar and the top bar, so that it can be embedded in other websites.
- Added `?volume=<0-1>` parameter to the URL, which will set the inital volume of the player (by @urbanekpj).
- Touch events are now supported on mobile devices (by @urbanekpj).
### Bugs
- Fixed TCP mux occasional freeze by adding write buffer to it.