bump version number, update novnc ref

This commit is contained in:
Matt McClaskey
2024-03-12 11:26:10 -04:00
parent 6d878d3575
commit c4ca652795
9 changed files with 42 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.3.0
Version: 1.3.1
Release: leap15
Summary: VNC server accessible from a web browser
@@ -81,6 +81,11 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md
%changelog
* Tue Mar 12 2024 KasmTech <info@kasmweb.com> - 1.3.1-1
- Fix exception thrown on Firefox 124 and higher
- Fix artifacts on high resolution secondary screens
- Fixes for touch support on primary and secondary screens
- Fix for Oculus keyboard input
* Mon Feb 05 2024 KasmTech <info@kasmweb.com> - 1.3.0-1
- Multi-monitor support.
- Increased performance with watermark enabled.