mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
2.6 KiB
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
-
[breaking] Make DecodedImage Send (45f66117ba)
-
Add DecodeImage helpers (cd7a60ba45)
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
- Update dependencies (#695) (c21fa44fd6)
[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
- Symlinks to license files in packages (#604) (6c2de344c2)