Skip to content

Releases: schollz/croc

v3.0.0

04 Jul 14:08
Compare
Choose a tag to compare

New Features

This version of croc now use password-authenticated key exchange (PAKE), so it is much simpler to use.

It also now uses websockets in the relay, which should be more efficient than TCP.

v2.2.0

27 Jun 14:01
0cd36bd
Compare
Choose a tag to compare

New features

  • Use keypair for encrypting over the wire (30c9c33)
  • Use double authentication for more security (6e69b27)
  • Trust on first use added (e084186)
  • Add colors and improve UI (277e187)

Bug fixes

  • Fix relative paths in windows (fa522c3)

v1.0.0

25 Apr 07:38
Compare
Choose a tag to compare

All croc users should upgrade, as v1.X is incompatible with croc v0.X when using the public relay.

New features

  • No need to specify number of threads, now determined automatically
  • Local file transfer with automatic peer discovery
  • Can do piping (stdin/stdout)

Bug fixes

  • Fixed various race condition problems
  • Fixed bug when transferring files on Windows with dotfiles

v0.6.0

15 Apr 12:20
Compare
Choose a tag to compare

New Features

  • You can use croc with pipes (stdin/stdout)
  • Allow auto-recieve
  • Better UI

Bug fixes

  • Fixed but that prevented enc.0 from being deleted

Changelog

1c05c35 determine stdin automatically
9b2403a Allow auto-receive
0f191fe Fix debug progressbar bug and make sure to clean enc.0
a924824 Use stderr so stdout can be redirected
10f7d59 update dependencies


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v0.5.0

09 Feb 23:02
Compare
Choose a tag to compare

Changelog

83b499e Update dependencies
22eba8d use newer version cli THANKS @smileboywtu
936176c add home dir config .croc
734e04b use link flag to control version
407d852 fix file split bugs and sending server:port display error


Automated with GoReleaser
Built with go version go1.9.3 linux/amd64

v0.4.1

14 Dec 23:37
Compare
Choose a tag to compare

Changelog

e0166fe Update vendors
98b47ba Update vendors


Automated with GoReleaser
Built with go version go1.9.2 linux/amd64

v0.4.0

14 Dec 23:33
Compare
Choose a tag to compare

Changelog

a68efa4 Add option to hide logo
a4888f4 Add cleanup on Ctl+C
33e41b2 Todo: move console logo to usage
da9668a Update Gifs


Automated with GoReleaser
Built with go version go1.9.2 linux/amd64

v0.3.2

05 Nov 14:11
Compare
Choose a tag to compare

Changelog

152c27a Bug fix: remove race condition for startTime


Automated with GoReleaser
Built with go version go1.9.2 linux/amd64

v0.3.1

04 Nov 11:40
Compare
Choose a tag to compare

Changelog

8ff1fe1 Bug fix: tarring in Windows and untarring in Linux
bab9ceb Update progressbar


Automated with GoReleaser
Built with go version go1.9.2 linux/amd64

v0.3.0

27 Oct 11:29
Compare
Choose a tag to compare

Notes

Minor bug fixes and minor improvements. I still expect bugs, so please report them!

Changelog

e3ff37c Use a home-rolled progressbar


Automated with GoReleaser
Built with go version go1.9.2 linux/amd64