Release v0.3.7
Changed
- The Diagnostics Event Log no longer shows routine mTLS connect/drop activity at the Minimal level (these fire on every heartbeat, so they were continuous); they are now Detailed. Pairing events and handshake failures still surface at Minimal. Thanks to @mdunphy for the report.
Fixed
- Large text could occasionally be reflected back to the sender when another copy followed it quickly. The echo guard tracked only the most recent self-write, so a follow-up copy unmasked the previous one's pending echo; it now tracks all recent self-writes. Large-payload dedup also keyed on a per-transfer id rather than content, so a reflected copy escaped it — dedup identity is now content-stable. Thanks to @mdunphy for the report.
📦 Installation
Linux
If you're on a modern Linux distribution (i.e. with Wayland and Flatpak support), the recommended method of installing ClusterCut is via FriendlyHub.
Tip
If you need X11 support, or don't have Wayland/Flatpak support, use the RPM or DEB files from the assets in this release.
macOS
Download the DMG file from the assets of this release.
Windows
Download the EXE file from the assets of this release.
Full Changelog: https://github.com/keithvassallomt/ClusterCut/blob/main/CHANGELOG.md