v0.0.20: file transfer in groups

/file <path> now works in group mode (#group):
- Sends file header + chunks to each group member
- Same fan-out approach as group text messages
- Each member receives and reassembles independently
- Progress shown: "Sending 'file.pdf' to group #ops..."

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-03-27 20:23:19 +04:00
parent 1601decf33
commit fb987da8ac
3 changed files with 73 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ members = [
]
[workspace.package]
version = "0.0.19"
version = "0.0.20"
edition = "2021"
license = "MIT"
rust-version = "1.75"