IronRDP/crates/ironrdp-session/CHANGELOG.md
2025-05-27 15:21:56 +00:00

2.6 KiB

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-05-27

Features

Bug Fixes

  • Update rectangle when applying None codecs updates (#728) (a50cd643dc)

  • Return the correct updated region (7507a152f1)

    "update_rectangle" is set to empty(). The surface updates are then added by "union". But a union with an empty rectangle at (0,0) is still a rectangle at (0,0). We end up with big region updates rooted at (0,0)...

  • Decrease verbosity of Rfx frame_index (b31b99eafb)

  • Decrease verbosity of FastPath header (f9b6992e74)

[0.3.0] - 2025-03-12

Build

  • Bump ironrdp-pdu

[0.2.3] - 2025-03-12

Build

[0.2.2] - 2025-01-28

Documentation

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

[0.2.1] - 2024-12-14

Other