Skip to content

Releases: dennis-tra/pcp

Release v0.4.0

23 Mar 19:34
7f638fe
Compare
Choose a tag to compare

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 the receive subcommand

Release v0.4.0-rc1

21 Mar 14:47
6c8db45
Compare
Choose a tag to compare
Release v0.4.0-rc1 Pre-release
Pre-release

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

28 Feb 16:51
b140c61
Compare
Choose a tag to compare

Changelog

b140c61 Update README installation instructions
9406e0f Remove goarm option from goreleaser
d112153 Remove disclaimer
b386da7 Fix homebrew-tap subfolder location

Release v0.3.2

27 Feb 16:59
56c1f8e
Compare
Choose a tag to compare

Highlights

  • New build archives for
    • freebsd
    • netbsd
    • openbsd
    • dragonfly

Changelog

e34fe5d Update README.md
56c1f8e Distribute via goreleaser

Release v0.3.1

25 Feb 22:07
99d184e
Compare
Choose a tag to compare

Changes

  • Added rolling DHT/mDNS advertising and providing (5min window)
  • Added test coverage for the DHT discovery mechanism

Release v0.3.0

19 Feb 19:06
8c804c5
Compare
Choose a tag to compare

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

18 Feb 08:09
9974e5c
Compare
Choose a tag to compare
Use Default bootstrap peers from PL

Release v0.2.0

13 Feb 15:28
Compare
Choose a tag to compare
Create LICENSE

Release v0.1.1

04 Feb 16:58
Compare
Choose a tag to compare
Remove message acknowledgement

Instead wait for an EOF from the other side.

Initial Release v0.1.0 馃殌

02 Feb 21:28
a951f82
Compare
Choose a tag to compare
Add GitHub Release-Action