Skip to content

v1.6.0

Choose a tag to compare

@kasuken kasuken released this 11 Aug 07:34
· 23 commits to main since this release

[1.6.0] - 2026-08-11

Fixed

  • SignalR message size limit increased to 512 KB — the default SignalR hub limit (32 KB) was silently dropping large note pastes and crashing the circuit, causing notes to be saved without their content. MaximumReceiveMessageSize is now set to 512 KB on the Blazor Server hub so large notes are reliably transmitted.