update novnc ref, bump package version to 1.3.0

This commit is contained in:
Matt McClaskey
2024-02-05 14:34:44 -05:00
parent a10358b5ca
commit 12066abc66
9 changed files with 54 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.2.0
Version: 1.3.0
Release: 1%{?dist}
Summary: VNC server accessible from a web browser
@@ -83,6 +83,13 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md
%changelog
* Mon Feb 05 2024 KasmTech <info@kasmweb.com> - 1.3.0-1
- Multi-monitor support.
- Increased performance with watermark enabled.
- Added support for Fedora 39 and Alpine 319.
- Allow special characters in usernames.
- Better logging of client settings when client connects or changes settings.
- Add support for rotation of text-based watermark.
* Fri Aug 25 2023 KasmTech <info@kasmweb.com> - 1.2.0-1
- Add support for Unix relays for bidirectional communication between noVNC
and containerized applications.