Skip to content

v0.20.85.0 Release

Choose a tag to compare

@github-actions github-actions released this 04 Mar 22:45
· 33 commits to main since this release

Breaking Changes:

  • The Kiota-generated API client in ControlR.ApiClient has been completely replaced with a custom-made version.
  • Rollback to previous server version isn't fully supported.
    • UserPreferences and PersonalAccessTokens will be lost if server is downgraded back to previous version.
    • This is due to having their tenant relationship removed, leaving only the user relationship (i.e. they should follow the user regardless of tenant they're in).

Changes:

  • Rebuilt ControlR.ApiClient to allow better reuse of DTOs and interfaces.
  • Added Physical/Virtual/Auto keyboard input modes.
  • Mac binaries are now signed with a real Apple developer cert (notarization will follow soon).
  • Added mouse cursor transfer on Mac.
  • Fixed an issue with scaled displays on Mac and Wayland.
  • Added ability to set custom Postgres port and database name.
  • Created ControlR.Viewer.Avalonia, which is a cross-platform NuGet package containing a native Avalonia control for the viewer. This allows for embedding the ControlR viewer in Avalonia desktop applications.

Avalonia Viewer

Screencast_20260304_120113.webm

Full Changelog: v0.19.2.0...v0.20.85.0