- Send multiple items in parallel (async)
- Track & Display Sending Progress
- Receive Text
- Recieve Files
- Fix sent status while sending single text with preview
- [cli] Send more than one text to a selected peer.
- [cli] Send file(s) to a selected peer.
- [lib] ItemType Enum in
sender.nim
- [lib] SendingFile Object in
sender.nim
- [cli]
send
command expectstext
orfile
kind instead of-text
or-file
option. - [lib]
sendText
procedure is replaced withsentItems
procedure to send both texts and files.
-port
option-name
option
- reorganize modules separating library & application code
- Scan and discover nearby localsend peers.
- Send a text to a selected peer.