Skip to content

Latest commit

 

History

History
61 lines (30 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

61 lines (30 loc) · 2.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.0] - 2025-03-12

Bug Fixes

Refactor

  • [breaking] Remove RfxChannelWidth and RfxChannelHeight structs (7cb1ac99d1)

[0.3.1] - 2025-03-12

Build

[0.3.0] - 2025-03-07

Bug Fixes

  • Make AddressFamily parsing resilient (#672) (6b4af94071)

  • Fix FastPathHeader minimal size (#687) (3b9d558e9c)

    The minimal_size() logic didn't properly take into account the overall PDU size.

    This fixes random error/disconnect in client.

[0.2.0] - 2025-01-28

Features

  • ClientLicenseInfo and other license PDU-related adjustments (#634) (dd221bf224)

Documentation

  • Use CDN URLs instead of the blob storage URLs for Devolutions logo (#631) (dd249909a8)

[0.1.2] - 2024-12-14

Other