mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
VNC-374 prep for 1.5.0 release
This commit is contained in:
parent
70b1311c91
commit
e147dad5c8
8 changed files with 312 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# Contributor:
|
# Contributor:
|
||||||
# Maintainer: Kasm Technologies LLC <info@kasmweb.com>
|
# Maintainer: Kasm Technologies LLC <info@kasmweb.com>
|
||||||
pkgname=kasmvncserver
|
pkgname=kasmvncserver
|
||||||
pkgver=1.3.4
|
pkgver=1.5.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="KasmVNC provides remote web-based access to a Desktop or application."
|
pkgdesc="KasmVNC provides remote web-based access to a Desktop or application."
|
||||||
url="https://github.com/kasmtech/KasmVNC"
|
url="https://github.com/kasmtech/KasmVNC"
|
||||||
|
|
|
||||||
64
debian/changelog
vendored
64
debian/changelog
vendored
|
|
@ -1,3 +1,67 @@
|
||||||
|
kasmvnc (1.5.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Added video streaming mode with hardware and software accelerated H.264, H.265, and AV1 encoders. Hardware acceleration uses VAAPI (Intel/AMD) and NVENC (NVIDIA).
|
||||||
|
* Added support for relative mouse input mode for improved UX and application compatibility (e.g. games and apps that require raw mouse deltas).
|
||||||
|
* Added support for overriding configuration settings via environment variables.
|
||||||
|
* Optional systemd auto-start integration for deb/rpm packages, with improved upgrade and uninstall handling.
|
||||||
|
* Added support for Fedora 42 and 43.
|
||||||
|
* Added support for openSUSE 16.
|
||||||
|
* Added support for Alpine 3.22 and 3.23.
|
||||||
|
* Removed support for distro versions that reached end-of-life (Fedora 40 and 41; Alpine 3.18, 3.19, and 3.20).
|
||||||
|
* FFmpeg 8 compatibility (dropped use of removed avcodec_close API).
|
||||||
|
* Fixed crash in window manager triggered by null clipboard data during UTF-8 to Latin-1 conversion.
|
||||||
|
* Fixed bug where closing a secondary monitor would close the entire client connection.
|
||||||
|
* Fixed Kali Linux image build failures.
|
||||||
|
* Updated default STUN public IP behavior to avoid undesired external lookups.
|
||||||
|
* Improved client-side multi-monitor handling with a dedicated reference to the visible canvas.
|
||||||
|
* Bumped rollup to address security vulnerabilities.
|
||||||
|
* Updated French translations.
|
||||||
|
|
||||||
|
-- Kasm Technologies LLC <info@kasmweb.com> Mon, 25 May 2026 00:00:00 +0000
|
||||||
|
|
||||||
|
kasmvnc (1.4.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fixed bug with server-side enforced idle-timeout.
|
||||||
|
|
||||||
|
-- Kasm Technologies LLC <info@kasmweb.com> Fri, 24 Apr 2026 00:00:00 +0000
|
||||||
|
|
||||||
|
kasmvnc (1.4.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fixed bug with enforcement of server-side idle-disconnect.
|
||||||
|
* Added support for graceful disconnect, allowing the client to auto-reconnect on a non-graceful disconnect and not when the server gracefully disconnects.
|
||||||
|
* Fixed display manager UI to work on touch screens.
|
||||||
|
|
||||||
|
-- Kasm Technologies LLC <info@kasmweb.com> Mon, 01 Dec 2025 10:42:46 +0000
|
||||||
|
|
||||||
|
kasmvnc (1.4.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Added new API call for retrieving active sessions.
|
||||||
|
* Added message propagation to clients other users connect or disconnect from the same session.
|
||||||
|
* Enhanced detection of physical cores vs virtual cores for better tuning of thread counts on multi-threaded processes.
|
||||||
|
* Significant enhancements of multi-threading performance.
|
||||||
|
* Upgraded libwebp library to 1.5.0.
|
||||||
|
* Updated to C++ 20 standard.
|
||||||
|
* Added network.udp.payload_size to kasm yaml configuration.
|
||||||
|
* Added build for Debian Trixie.
|
||||||
|
* Refactor of code to decrease memory usage on client browsers.
|
||||||
|
* Added support for the Keyboard API for Chromium browsers.
|
||||||
|
* Added multi-threaded asynchronous decoding of image rects, increasing client side performance.
|
||||||
|
* Fixed bug with watermark not getting displayed in certain scenarios.
|
||||||
|
* Fixed bug with case sensitivity of HTTP headers
|
||||||
|
* Fixed bug with the downloads API not escaping certain characters in returned json.
|
||||||
|
* Fixed bug causing a segmentation fault on the get_screenshot API handler in certain conditions.
|
||||||
|
* Bug fixes with multi-monitor, adding and removing displays
|
||||||
|
* Fix bug with secondary display still showing content after session disconnect in certain scenarios.
|
||||||
|
* Fixed bug with Ctrl key not working on foreign language keyboards with Chromium based browsers.
|
||||||
|
* Fix bug with secondary display interaction not counting toward interaction with respect to the idle disconnect setting.
|
||||||
|
* Fixed memory leak in Firefox.
|
||||||
|
* Fixed bug with Firefox displaying scrollbars at odd resolutions.
|
||||||
|
* Fixes to Korean translations.
|
||||||
|
* Multiple fixes to IME foreign language support.
|
||||||
|
* Fixed a race condition causing an error message to be displayed erroneously on the client.
|
||||||
|
|
||||||
|
-- Kasm Technologies LLC <info@kasmweb.com> Fri, 01 Aug 2025 10:42:46 +0000
|
||||||
|
|
||||||
kasmvnc (1.3.4-1) unstable; urgency=medium
|
kasmvnc (1.3.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Add configuration key network.udp.payload_size.
|
* Add configuration key network.udp.payload_size.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: kasmvncserver
|
Name: kasmvncserver
|
||||||
Version: 1.3.4
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: VNC server accessible from a web browser
|
Summary: VNC server accessible from a web browser
|
||||||
|
|
||||||
|
|
@ -117,6 +117,54 @@ stop_vncserver_systemd_services_for_all_logged_in_users
|
||||||
%doc /usr/share/doc/kasmvncserver/README.md
|
%doc /usr/share/doc/kasmvncserver/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2026 KasmTech <info@kasmweb.com> - 1.5.0-1
|
||||||
|
- Added video streaming mode with hardware and software accelerated H.264, H.265, and AV1 encoders. Hardware acceleration uses VAAPI (Intel/AMD) and NVENC (NVIDIA).
|
||||||
|
- Added support for relative mouse input mode for improved UX and application compatibility (e.g. games and apps that require raw mouse deltas).
|
||||||
|
- Added support for overriding configuration settings via environment variables.
|
||||||
|
- Optional systemd auto-start integration for deb/rpm packages, with improved upgrade and uninstall handling.
|
||||||
|
- Added support for Fedora 42 and 43.
|
||||||
|
- Added support for openSUSE 16.
|
||||||
|
- Added support for Alpine 3.22 and 3.23.
|
||||||
|
- Removed support for distro versions that reached end-of-life (Fedora 40 and 41; Alpine 3.18, 3.19, and 3.20).
|
||||||
|
- FFmpeg 8 compatibility (dropped use of removed avcodec_close API).
|
||||||
|
- Fixed crash in window manager triggered by null clipboard data during UTF-8 to Latin-1 conversion.
|
||||||
|
- Fixed bug where closing a secondary monitor would close the entire client connection.
|
||||||
|
- Fixed Kali Linux image build failures.
|
||||||
|
- Updated default STUN public IP behavior to avoid undesired external lookups.
|
||||||
|
- Improved client-side multi-monitor handling with a dedicated reference to the visible canvas.
|
||||||
|
- Bumped rollup to address security vulnerabilities.
|
||||||
|
- Updated French translations.
|
||||||
|
* Fri Apr 24 2026 KasmTech <info@kasmweb.com> - 1.4.2-1
|
||||||
|
- Fixed bug with server-side enforced idle-timeout.
|
||||||
|
* Mon Dec 01 2025 KasmTech <info@kasmweb.com> - 1.4.1-1
|
||||||
|
- Fixed bug with enforcement of server-side idle-disconnect.
|
||||||
|
- Added support for graceful disconnect, allowing the client to auto-reconnect on a non-graceful disconnect and not when the server gracefully disconnects.
|
||||||
|
- Fixed display manager UI to work on touch screens.
|
||||||
|
* Fri Aug 01 2025 KasmTech <info@kasmweb.com> - 1.4.0-1
|
||||||
|
- Added new API call for retrieving active sessions.
|
||||||
|
- Added message propagation to clients other users connect or disconnect from the same session.
|
||||||
|
- Enhanced detection of physical cores vs virtual cores for better tuning of thread counts on multi-threaded processes.
|
||||||
|
- Significant enhancements of multi-threading performance.
|
||||||
|
- Upgraded libwebp library to 1.5.0.
|
||||||
|
- Updated to C++ 20 standard.
|
||||||
|
- Added network.udp.payload_size to kasm yaml configuration.
|
||||||
|
- Added build for Debian Trixie.
|
||||||
|
- Refactor of code to decrease memory usage on client browsers.
|
||||||
|
- Added support for the Keyboard API for Chromium browsers.
|
||||||
|
- Added multi-threaded asynchronous decoding of image rects, increasing client side performance.
|
||||||
|
- Fixed bug with watermark not getting displayed in certain scenarios.
|
||||||
|
- Fixed bug with case sensitivity of HTTP headers
|
||||||
|
- Fixed bug with the downloads API not escaping certain characters in returned json.
|
||||||
|
- Fixed bug causing a segmentation fault on the get_screenshot API handler in certain conditions.
|
||||||
|
- Bug fixes with multi-monitor, adding and removing displays
|
||||||
|
- Fix bug with secondary display still showing content after session disconnect in certain scenarios.
|
||||||
|
- Fixed bug with Ctrl key not working on foreign language keyboards with Chromium based browsers.
|
||||||
|
- Fix bug with secondary display interaction not counting toward interaction with respect to the idle disconnect setting.
|
||||||
|
- Fixed memory leak in Firefox.
|
||||||
|
- Fixed bug with Firefox displaying scrollbars at odd resolutions.
|
||||||
|
- Fixes to Korean translations.
|
||||||
|
- Multiple fixes to IME foreign language support.
|
||||||
|
- Fixed a race condition causing an error message to be displayed erroneously on the client.
|
||||||
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-1
|
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-1
|
||||||
- Add configuration key network.udp.payload_size.
|
- Add configuration key network.udp.payload_size.
|
||||||
- Remove support for distro versions that reached end-of-life.
|
- Remove support for distro versions that reached end-of-life.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: kasmvncserver
|
Name: kasmvncserver
|
||||||
Version: 1.3.4
|
Version: 1.5.0
|
||||||
Release: leap15
|
Release: leap15
|
||||||
Summary: VNC server accessible from a web browser
|
Summary: VNC server accessible from a web browser
|
||||||
|
|
||||||
|
|
@ -115,6 +115,54 @@ stop_vncserver_systemd_services_for_all_logged_in_users
|
||||||
%doc /usr/share/doc/kasmvncserver/README.md
|
%doc /usr/share/doc/kasmvncserver/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2026 KasmTech <info@kasmweb.com> - 1.5.0-leap15
|
||||||
|
- Added video streaming mode with hardware and software accelerated H.264, H.265, and AV1 encoders. Hardware acceleration uses VAAPI (Intel/AMD) and NVENC (NVIDIA).
|
||||||
|
- Added support for relative mouse input mode for improved UX and application compatibility (e.g. games and apps that require raw mouse deltas).
|
||||||
|
- Added support for overriding configuration settings via environment variables.
|
||||||
|
- Optional systemd auto-start integration for deb/rpm packages, with improved upgrade and uninstall handling.
|
||||||
|
- Added support for Fedora 42 and 43.
|
||||||
|
- Added support for openSUSE 16.
|
||||||
|
- Added support for Alpine 3.22 and 3.23.
|
||||||
|
- Removed support for distro versions that reached end-of-life (Fedora 40 and 41; Alpine 3.18, 3.19, and 3.20).
|
||||||
|
- FFmpeg 8 compatibility (dropped use of removed avcodec_close API).
|
||||||
|
- Fixed crash in window manager triggered by null clipboard data during UTF-8 to Latin-1 conversion.
|
||||||
|
- Fixed bug where closing a secondary monitor would close the entire client connection.
|
||||||
|
- Fixed Kali Linux image build failures.
|
||||||
|
- Updated default STUN public IP behavior to avoid undesired external lookups.
|
||||||
|
- Improved client-side multi-monitor handling with a dedicated reference to the visible canvas.
|
||||||
|
- Bumped rollup to address security vulnerabilities.
|
||||||
|
- Updated French translations.
|
||||||
|
* Fri Apr 24 2026 KasmTech <info@kasmweb.com> - 1.4.2-leap15
|
||||||
|
- Fixed bug with server-side enforced idle-timeout.
|
||||||
|
* Mon Dec 01 2025 KasmTech <info@kasmweb.com> - 1.4.1-leap15
|
||||||
|
- Fixed bug with enforcement of server-side idle-disconnect.
|
||||||
|
- Added support for graceful disconnect, allowing the client to auto-reconnect on a non-graceful disconnect and not when the server gracefully disconnects.
|
||||||
|
- Fixed display manager UI to work on touch screens.
|
||||||
|
* Fri Aug 01 2025 KasmTech <info@kasmweb.com> - 1.4.0-leap15
|
||||||
|
- Added new API call for retrieving active sessions.
|
||||||
|
- Added message propagation to clients other users connect or disconnect from the same session.
|
||||||
|
- Enhanced detection of physical cores vs virtual cores for better tuning of thread counts on multi-threaded processes.
|
||||||
|
- Significant enhancements of multi-threading performance.
|
||||||
|
- Upgraded libwebp library to 1.5.0.
|
||||||
|
- Updated to C++ 20 standard.
|
||||||
|
- Added network.udp.payload_size to kasm yaml configuration.
|
||||||
|
- Added build for Debian Trixie.
|
||||||
|
- Refactor of code to decrease memory usage on client browsers.
|
||||||
|
- Added support for the Keyboard API for Chromium browsers.
|
||||||
|
- Added multi-threaded asynchronous decoding of image rects, increasing client side performance.
|
||||||
|
- Fixed bug with watermark not getting displayed in certain scenarios.
|
||||||
|
- Fixed bug with case sensitivity of HTTP headers
|
||||||
|
- Fixed bug with the downloads API not escaping certain characters in returned json.
|
||||||
|
- Fixed bug causing a segmentation fault on the get_screenshot API handler in certain conditions.
|
||||||
|
- Bug fixes with multi-monitor, adding and removing displays
|
||||||
|
- Fix bug with secondary display still showing content after session disconnect in certain scenarios.
|
||||||
|
- Fixed bug with Ctrl key not working on foreign language keyboards with Chromium based browsers.
|
||||||
|
- Fix bug with secondary display interaction not counting toward interaction with respect to the idle disconnect setting.
|
||||||
|
- Fixed memory leak in Firefox.
|
||||||
|
- Fixed bug with Firefox displaying scrollbars at odd resolutions.
|
||||||
|
- Fixes to Korean translations.
|
||||||
|
- Multiple fixes to IME foreign language support.
|
||||||
|
- Fixed a race condition causing an error message to be displayed erroneously on the client.
|
||||||
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-leap15
|
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-leap15
|
||||||
- Add configuration key network.udp.payload_size.
|
- Add configuration key network.udp.payload_size.
|
||||||
- Remove support for distro versions that reached end-of-life.
|
- Remove support for distro versions that reached end-of-life.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: kasmvncserver
|
Name: kasmvncserver
|
||||||
Version: 1.3.4
|
Version: 1.5.0
|
||||||
Release: leap16
|
Release: leap16
|
||||||
Summary: VNC server accessible from a web browser
|
Summary: VNC server accessible from a web browser
|
||||||
|
|
||||||
|
|
@ -115,6 +115,54 @@ stop_vncserver_systemd_services_for_all_logged_in_users
|
||||||
%doc /usr/share/doc/kasmvncserver/README.md
|
%doc /usr/share/doc/kasmvncserver/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2026 KasmTech <info@kasmweb.com> - 1.5.0-leap16
|
||||||
|
- Added video streaming mode with hardware and software accelerated H.264, H.265, and AV1 encoders. Hardware acceleration uses VAAPI (Intel/AMD) and NVENC (NVIDIA).
|
||||||
|
- Added support for relative mouse input mode for improved UX and application compatibility (e.g. games and apps that require raw mouse deltas).
|
||||||
|
- Added support for overriding configuration settings via environment variables.
|
||||||
|
- Optional systemd auto-start integration for deb/rpm packages, with improved upgrade and uninstall handling.
|
||||||
|
- Added support for Fedora 42 and 43.
|
||||||
|
- Added support for openSUSE 16.
|
||||||
|
- Added support for Alpine 3.22 and 3.23.
|
||||||
|
- Removed support for distro versions that reached end-of-life (Fedora 40 and 41; Alpine 3.18, 3.19, and 3.20).
|
||||||
|
- FFmpeg 8 compatibility (dropped use of removed avcodec_close API).
|
||||||
|
- Fixed crash in window manager triggered by null clipboard data during UTF-8 to Latin-1 conversion.
|
||||||
|
- Fixed bug where closing a secondary monitor would close the entire client connection.
|
||||||
|
- Fixed Kali Linux image build failures.
|
||||||
|
- Updated default STUN public IP behavior to avoid undesired external lookups.
|
||||||
|
- Improved client-side multi-monitor handling with a dedicated reference to the visible canvas.
|
||||||
|
- Bumped rollup to address security vulnerabilities.
|
||||||
|
- Updated French translations.
|
||||||
|
* Fri Apr 24 2026 KasmTech <info@kasmweb.com> - 1.4.2-leap15
|
||||||
|
- Fixed bug with server-side enforced idle-timeout.
|
||||||
|
* Mon Dec 01 2025 KasmTech <info@kasmweb.com> - 1.4.1-leap15
|
||||||
|
- Fixed bug with enforcement of server-side idle-disconnect.
|
||||||
|
- Added support for graceful disconnect, allowing the client to auto-reconnect on a non-graceful disconnect and not when the server gracefully disconnects.
|
||||||
|
- Fixed display manager UI to work on touch screens.
|
||||||
|
* Fri Aug 01 2025 KasmTech <info@kasmweb.com> - 1.4.0-leap15
|
||||||
|
- Added new API call for retrieving active sessions.
|
||||||
|
- Added message propagation to clients other users connect or disconnect from the same session.
|
||||||
|
- Enhanced detection of physical cores vs virtual cores for better tuning of thread counts on multi-threaded processes.
|
||||||
|
- Significant enhancements of multi-threading performance.
|
||||||
|
- Upgraded libwebp library to 1.5.0.
|
||||||
|
- Updated to C++ 20 standard.
|
||||||
|
- Added network.udp.payload_size to kasm yaml configuration.
|
||||||
|
- Added build for Debian Trixie.
|
||||||
|
- Refactor of code to decrease memory usage on client browsers.
|
||||||
|
- Added support for the Keyboard API for Chromium browsers.
|
||||||
|
- Added multi-threaded asynchronous decoding of image rects, increasing client side performance.
|
||||||
|
- Fixed bug with watermark not getting displayed in certain scenarios.
|
||||||
|
- Fixed bug with case sensitivity of HTTP headers
|
||||||
|
- Fixed bug with the downloads API not escaping certain characters in returned json.
|
||||||
|
- Fixed bug causing a segmentation fault on the get_screenshot API handler in certain conditions.
|
||||||
|
- Bug fixes with multi-monitor, adding and removing displays
|
||||||
|
- Fix bug with secondary display still showing content after session disconnect in certain scenarios.
|
||||||
|
- Fixed bug with Ctrl key not working on foreign language keyboards with Chromium based browsers.
|
||||||
|
- Fix bug with secondary display interaction not counting toward interaction with respect to the idle disconnect setting.
|
||||||
|
- Fixed memory leak in Firefox.
|
||||||
|
- Fixed bug with Firefox displaying scrollbars at odd resolutions.
|
||||||
|
- Fixes to Korean translations.
|
||||||
|
- Multiple fixes to IME foreign language support.
|
||||||
|
- Fixed a race condition causing an error message to be displayed erroneously on the client.
|
||||||
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-leap15
|
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-leap15
|
||||||
- Add configuration key network.udp.payload_size.
|
- Add configuration key network.udp.payload_size.
|
||||||
- Remove support for distro versions that reached end-of-life.
|
- Remove support for distro versions that reached end-of-life.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: kasmvncserver
|
Name: kasmvncserver
|
||||||
Version: 1.3.4
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: VNC server accessible from a web browser
|
Summary: VNC server accessible from a web browser
|
||||||
|
|
||||||
|
|
@ -83,6 +83,54 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
||||||
%doc /usr/share/doc/kasmvncserver/README.md
|
%doc /usr/share/doc/kasmvncserver/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2026 KasmTech <info@kasmweb.com> - 1.5.0-1
|
||||||
|
- Added video streaming mode with hardware and software accelerated H.264, H.265, and AV1 encoders. Hardware acceleration uses VAAPI (Intel/AMD) and NVENC (NVIDIA).
|
||||||
|
- Added support for relative mouse input mode for improved UX and application compatibility (e.g. games and apps that require raw mouse deltas).
|
||||||
|
- Added support for overriding configuration settings via environment variables.
|
||||||
|
- Optional systemd auto-start integration for deb/rpm packages, with improved upgrade and uninstall handling.
|
||||||
|
- Added support for Fedora 42 and 43.
|
||||||
|
- Added support for openSUSE 16.
|
||||||
|
- Added support for Alpine 3.22 and 3.23.
|
||||||
|
- Removed support for distro versions that reached end-of-life (Fedora 40 and 41; Alpine 3.18, 3.19, and 3.20).
|
||||||
|
- FFmpeg 8 compatibility (dropped use of removed avcodec_close API).
|
||||||
|
- Fixed crash in window manager triggered by null clipboard data during UTF-8 to Latin-1 conversion.
|
||||||
|
- Fixed bug where closing a secondary monitor would close the entire client connection.
|
||||||
|
- Fixed Kali Linux image build failures.
|
||||||
|
- Updated default STUN public IP behavior to avoid undesired external lookups.
|
||||||
|
- Improved client-side multi-monitor handling with a dedicated reference to the visible canvas.
|
||||||
|
- Bumped rollup to address security vulnerabilities.
|
||||||
|
- Updated French translations.
|
||||||
|
* Fri Apr 24 2026 KasmTech <info@kasmweb.com> - 1.4.2-1
|
||||||
|
- Fixed bug with server-side enforced idle-timeout.
|
||||||
|
* Mon Dec 01 2025 KasmTech <info@kasmweb.com> - 1.4.1-1
|
||||||
|
- Fixed bug with enforcement of server-side idle-disconnect.
|
||||||
|
- Added support for graceful disconnect, allowing the client to auto-reconnect on a non-graceful disconnect and not when the server gracefully disconnects.
|
||||||
|
- Fixed display manager UI to work on touch screens.
|
||||||
|
* Fri Aug 01 2025 KasmTech <info@kasmweb.com> - 1.4.0-1
|
||||||
|
- Added new API call for retrieving active sessions.
|
||||||
|
- Added message propagation to clients other users connect or disconnect from the same session.
|
||||||
|
- Enhanced detection of physical cores vs virtual cores for better tuning of thread counts on multi-threaded processes.
|
||||||
|
- Significant enhancements of multi-threading performance.
|
||||||
|
- Upgraded libwebp library to 1.5.0.
|
||||||
|
- Updated to C++ 20 standard.
|
||||||
|
- Added network.udp.payload_size to kasm yaml configuration.
|
||||||
|
- Added build for Debian Trixie.
|
||||||
|
- Refactor of code to decrease memory usage on client browsers.
|
||||||
|
- Added support for the Keyboard API for Chromium browsers.
|
||||||
|
- Added multi-threaded asynchronous decoding of image rects, increasing client side performance.
|
||||||
|
- Fixed bug with watermark not getting displayed in certain scenarios.
|
||||||
|
- Fixed bug with case sensitivity of HTTP headers
|
||||||
|
- Fixed bug with the downloads API not escaping certain characters in returned json.
|
||||||
|
- Fixed bug causing a segmentation fault on the get_screenshot API handler in certain conditions.
|
||||||
|
- Bug fixes with multi-monitor, adding and removing displays
|
||||||
|
- Fix bug with secondary display still showing content after session disconnect in certain scenarios.
|
||||||
|
- Fixed bug with Ctrl key not working on foreign language keyboards with Chromium based browsers.
|
||||||
|
- Fix bug with secondary display interaction not counting toward interaction with respect to the idle disconnect setting.
|
||||||
|
- Fixed memory leak in Firefox.
|
||||||
|
- Fixed bug with Firefox displaying scrollbars at odd resolutions.
|
||||||
|
- Fixes to Korean translations.
|
||||||
|
- Multiple fixes to IME foreign language support.
|
||||||
|
- Fixed a race condition causing an error message to be displayed erroneously on the client.
|
||||||
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-1
|
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-1
|
||||||
- Add configuration key network.udp.payload_size.
|
- Add configuration key network.udp.payload_size.
|
||||||
- Remove support for distro versions that reached end-of-life.
|
- Remove support for distro versions that reached end-of-life.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: kasmvncserver
|
Name: kasmvncserver
|
||||||
Version: 1.3.4
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: VNC server accessible from a web browser
|
Summary: VNC server accessible from a web browser
|
||||||
|
|
||||||
|
|
@ -116,6 +116,54 @@ stop_vncserver_systemd_services_for_all_logged_in_users
|
||||||
%doc /usr/share/doc/kasmvncserver/README.md
|
%doc /usr/share/doc/kasmvncserver/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2026 KasmTech <info@kasmweb.com> - 1.5.0-1
|
||||||
|
- Added video streaming mode with hardware and software accelerated H.264, H.265, and AV1 encoders. Hardware acceleration uses VAAPI (Intel/AMD) and NVENC (NVIDIA).
|
||||||
|
- Added support for relative mouse input mode for improved UX and application compatibility (e.g. games and apps that require raw mouse deltas).
|
||||||
|
- Added support for overriding configuration settings via environment variables.
|
||||||
|
- Optional systemd auto-start integration for deb/rpm packages, with improved upgrade and uninstall handling.
|
||||||
|
- Added support for Fedora 42 and 43.
|
||||||
|
- Added support for openSUSE 16.
|
||||||
|
- Added support for Alpine 3.22 and 3.23.
|
||||||
|
- Removed support for distro versions that reached end-of-life (Fedora 40 and 41; Alpine 3.18, 3.19, and 3.20).
|
||||||
|
- FFmpeg 8 compatibility (dropped use of removed avcodec_close API).
|
||||||
|
- Fixed crash in window manager triggered by null clipboard data during UTF-8 to Latin-1 conversion.
|
||||||
|
- Fixed bug where closing a secondary monitor would close the entire client connection.
|
||||||
|
- Fixed Kali Linux image build failures.
|
||||||
|
- Updated default STUN public IP behavior to avoid undesired external lookups.
|
||||||
|
- Improved client-side multi-monitor handling with a dedicated reference to the visible canvas.
|
||||||
|
- Bumped rollup to address security vulnerabilities.
|
||||||
|
- Updated French translations.
|
||||||
|
* Fri Apr 24 2026 KasmTech <info@kasmweb.com> - 1.4.2-1
|
||||||
|
- Fixed bug with server-side enforced idle-timeout.
|
||||||
|
* Mon Dec 01 2025 KasmTech <info@kasmweb.com> - 1.4.1-1
|
||||||
|
- Fixed bug with enforcement of server-side idle-disconnect.
|
||||||
|
- Added support for graceful disconnect, allowing the client to auto-reconnect on a non-graceful disconnect and not when the server gracefully disconnects.
|
||||||
|
- Fixed display manager UI to work on touch screens.
|
||||||
|
* Fri Aug 01 2025 KasmTech <info@kasmweb.com> - 1.4.0-1
|
||||||
|
- Added new API call for retrieving active sessions.
|
||||||
|
- Added message propagation to clients other users connect or disconnect from the same session.
|
||||||
|
- Enhanced detection of physical cores vs virtual cores for better tuning of thread counts on multi-threaded processes.
|
||||||
|
- Significant enhancements of multi-threading performance.
|
||||||
|
- Upgraded libwebp library to 1.5.0.
|
||||||
|
- Updated to C++ 20 standard.
|
||||||
|
- Added network.udp.payload_size to kasm yaml configuration.
|
||||||
|
- Added build for Debian Trixie.
|
||||||
|
- Refactor of code to decrease memory usage on client browsers.
|
||||||
|
- Added support for the Keyboard API for Chromium browsers.
|
||||||
|
- Added multi-threaded asynchronous decoding of image rects, increasing client side performance.
|
||||||
|
- Fixed bug with watermark not getting displayed in certain scenarios.
|
||||||
|
- Fixed bug with case sensitivity of HTTP headers
|
||||||
|
- Fixed bug with the downloads API not escaping certain characters in returned json.
|
||||||
|
- Fixed bug causing a segmentation fault on the get_screenshot API handler in certain conditions.
|
||||||
|
- Bug fixes with multi-monitor, adding and removing displays
|
||||||
|
- Fix bug with secondary display still showing content after session disconnect in certain scenarios.
|
||||||
|
- Fixed bug with Ctrl key not working on foreign language keyboards with Chromium based browsers.
|
||||||
|
- Fix bug with secondary display interaction not counting toward interaction with respect to the idle disconnect setting.
|
||||||
|
- Fixed memory leak in Firefox.
|
||||||
|
- Fixed bug with Firefox displaying scrollbars at odd resolutions.
|
||||||
|
- Fixes to Korean translations.
|
||||||
|
- Multiple fixes to IME foreign language support.
|
||||||
|
- Fixed a race condition causing an error message to be displayed erroneously on the client.
|
||||||
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-1
|
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-1
|
||||||
- Add configuration key network.udp.payload_size.
|
- Add configuration key network.udp.payload_size.
|
||||||
- Remove support for distro versions that reached end-of-life.
|
- Remove support for distro versions that reached end-of-life.
|
||||||
|
|
|
||||||
|
|
@ -95,8 +95,8 @@ from the X Consortium.
|
||||||
#undef VENDOR_STRING
|
#undef VENDOR_STRING
|
||||||
#include "version-config.h"
|
#include "version-config.h"
|
||||||
|
|
||||||
#define XVNCVERSION "KasmVNC 1.3.4"
|
#define XVNCVERSION "KasmVNC 1.5.0"
|
||||||
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)\n" \
|
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2026 KasmVNC Team and many others (see README.me)\n" \
|
||||||
"See http://kasmweb.com for information on KasmVNC.\n")
|
"See http://kasmweb.com for information on KasmVNC.\n")
|
||||||
|
|
||||||
#define VFB_DEFAULT_WIDTH 1024
|
#define VFB_DEFAULT_WIDTH 1024
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue