Releases: dennis-tra/pcp
Releases · dennis-tra/pcp
Release v0.4.0
Changelog
- Dropped Windows support for now - will be added again. There are just too many issues right now.
- Added possibility to transfer whole directories
- Eliminated cases where the peer discovery wouldn't resolve
- Added command line options to
--mdns
only discover peers via mDNS--dht
only discover peers via the DHT--debug
increase log verbosity
- Increased test coverage
- Added
get
alias to thereceive
subcommand
Release v0.4.0-rc1
Changelog
256b1f0 Trim logs in debug mode
3694363 Reconnect if connection failed
6c8db45 Increase stream reset timeout
6d97e0b Improve logging
83ae2bd Extend debug logging
2668c40 Create FUNDING.yml
ecf1363 Add possibility to transmit directories
cf3a8a7 Add mdns and dht command line options
e572ea3 Add debug log flag
Release v0.3.3
Release v0.3.2
Release v0.3.1
Changes
- Added rolling DHT/mDNS advertising and providing (5min window)
- Added test coverage for the DHT discovery mechanism
Release v0.3.0
This version is incompatible with previous versions
- Revised protocol - PAKE is now used for encryption
- Bootstrap nodes from Protocol Labs are used to connect to the DHT
Release v0.2.1
Use Default bootstrap peers from PL
Release v0.2.0
Create LICENSE
Release v0.1.1
Remove message acknowledgement Instead wait for an EOF from the other side.
Initial Release v0.1.0 🚀
Add GitHub Release-Action