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
-
TS_RFX_CHANNELT width/height SHOULD be within range (097cdb66f9)
According to the specification, the value does not need to be in the range: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdprfx/4060f07e-9d73-454d-841e-131a93aca675
(the ironrdp-server can send larger values)
- [breaking] Remove RfxChannelWidth and RfxChannelHeight structs (7cb1ac99d1)
[0.3.1] - 2025-03-12
- Update dependencies (#695) (c21fa44fd6)
[0.3.0] - 2025-03-07
-
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
- ClientLicenseInfo and other license PDU-related adjustments (#634) (dd221bf224)
- Use CDN URLs instead of the blob storage URLs for Devolutions logo (#631) (dd249909a8)
[0.1.2] - 2024-12-14
- Symlinks to license files in packages (#604) (6c2de344c2)