• ksmith released this 2026-09-16 03:58:20 -06:00 | 6 commits to main since this release

    Added

    • VNC compression encodings. Hextile, ZRLE, and Tight are now supported in addition to Raw and CopyRect, meaningfully reducing bandwidth over slower links -- Tight in particular is what most real VNC servers prefer when a client offers it.
    • VNC cursor and clipboard sync. The remote cursor's actual shape is now shown instead of the local default, and copy/paste works between the local and remote clipboard.
    • VNC actual-size display mode. Tab-bar right-click -> Display Mode lets a VNC session render at the remote's native pixel size with scrollbars instead of always scaling to fit the window.

    Fixed

    • VNC connections never prompted for a password -- every VNC session connected with an empty password regardless of what the server required, silently failing against any password-protected server.
    • An unrecognized VNC framebuffer-update encoding aborted the connection with a generic error message instead of a clear one; the client now tracks which encodings it announces and can decode as a single source of truth.
    Downloads