KasmVNC/debian/changelog
2026-05-25 10:46:44 +00:00

156 lines
7.5 KiB
Text

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
* Add configuration key network.udp.payload_size.
* Remove support for distro versions that reached end-of-life.
* Add missing dependency on libdatetime-perl.
* Remove webpack to reduce security vulnerabilities.
* Special characters in filenames are now properly escaped, preventing invalid JSON.
-- Kasm Technologies LLC <info@kasmweb.com> Thu, 20 Mar 2025 03:21:46 +0000
kasmvnc (1.3.3-1) unstable; urgency=medium
* Allow disabling IP blacklist
* Downloads API for detailed file downloads information
-- Kasm Technologies LLC <info@kasmweb.com> Fri, 25 Oct 2024 11:23:00 +0000
kasmvnc (1.3.2-1) unstable; urgency=medium
* Disable seamless clipboard on Firefox by default, due to the Firefox overlaying a Paste menu over the canvas.
* Fixed CVE-2024-38449, directory traversal bug in built-in web server.
* Allow for larger header sizes, up to 16k. Provide better logging and handling for requests that contain HTTP headers that are larger than the 16k limit.
* Fixed memory leak in kasmproxy.
* Fixed mime types of downloads to ensure the browser interprets them as downloads.
-- Kasm Technologies LLC <info@kasmweb.com> Tue, 24 Sep 2024 11:23:00 +0000
kasmvnc (1.3.1-1) unstable; urgency=medium
* 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
-- Kasm Technologies LLC <info@kasmweb.com> Mon, 12 Mar 2024 11:23:00 +0000
kasmvnc (1.3.0-1) unstable; urgency=medium
* 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.
-- Kasm Technologies LLC <info@kasmweb.com> Mon, 02 Feb 2024 14:33:00 +0000
kasmvnc (1.2.0-1) unstable; urgency=medium
* Add support for Unix relays for bidirectional communication between noVNC
and containerized applications.
* Text based watermark overlays with date and time support.
* New builds for Bookworm, Alpine 3.18, and Fedora 38.
* Multi-language support.
* Add support for rendering pixmaps via DRI3 GPU acceleration allowing
compositing and other 3d accelerated workloads in a KasmVNC session.
* Fix crash that can occur.
* Fixed tearing when compositing is enabled with DRI3 hardware acceleration.
* Fix stuck command key on MacOS clients.
-- Kasm Technologies LLC <info@kasmweb.com> Fri, 25 Aug 2023 05:23:19 +0000
kasmvnc (1.1.0-1) unstable; urgency=medium
* New upstream release.
-- Kasm Technologies LLC <info@kasmweb.com> Tue, 04 Apr 2023 13:52:14 +0000
kasmvnc (1.0.0-1) unstable; urgency=medium
* WebRTC UDP transit support with support of STUN servers
* Lossless compression using multi-threaded WASM QOI decoder client side
* New yaml based configuration
* Significantly improved FPS through both client-side and server-side improvements.
* Support for the admin to define arbitrary http response headers for the built in web server
* Support for additional mouse buttons
* Refinement of vncserver checks and user prompts
* Added send_full_frame to developer API, forces full frame to be sent to all connected users that have at least read permission.
-- Kasm Technologies LLC <info@kasmweb.com> Tue, 29 Nov 2022 12:16:00 +0000
kasmvnc (0.9.3~beta-1) unstable; urgency=medium
* New upstream release.
-- Kasm Technologies LLC <info@kasmweb.com> Tue, 22 Mar 2022 09:15:38 +0000
kasmvnc (0.9.1~beta-1) unstable; urgency=medium
* Initial release of the Debian package.
-- Dmitry Maksyoma <ledestin@gmail.com> Fri, 25 Dec 2020 21:29:24 +1300