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.3.0] - 2025-01-28
- Allow using basic RDP/no security (7c72a9f9bb)
-
Drop unexpected PDUs during deactivation-reactivation (63963182b5)
The current behavior of handling unmatched PDUs in fn read_by_hint() isn't good enough. An unexpected PDUs may be received and fail to be decoded during Acceptor::step().
Change the code to simply drop unexpected PDUs (as opposed to attempting to replay the unmatched leftover, which isn't clearly needed)
-
Reattach existing channels (c4587b537c)
I couldn't find any explicit behaviour described in the specification, but apparently, we must just keep the channel state as they were during reactivation. This fixes various state issues during client resize.
-
Do not restart static channels on reactivation (82c7c2f5b0)
- Use CDN URLs instead of the blob storage URLs for Devolutions logo (#631) (dd249909a8)
[0.2.1] - 2024-12-14
- Symlinks to license files in packages (#604) (6c2de344c2)