Skip to content

Releases: schollz/croc

v3.0.5

07 Jul 17:12
Compare
Choose a tag to compare

Changelog

53db42f update ui
2081b4e remove croc gen
9e02fa7 use to/from slash
ffbc607 receive argument override
c01bc56 wait longer on an abnormal finish

v3.0.4

06 Jul 21:08
Compare
Choose a tag to compare

Changelog

bdaac9e use to/from slash
779e04f receive argument override
a72f277 wait longer on an abnormal finish
d7c6a9a try to cleanup files
5c0f992 add newspace
2edd83a implement dynamic hash


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

v3.0.3

06 Jul 12:57
Compare
Choose a tag to compare

Changelog

7869e4e add bytes to progress bar

v3.0.2

06 Jul 03:45
Compare
Choose a tag to compare

Changelog

4565d17 show spinners
57b1251 add spinner for recipient

v3.0.1

05 Jul 22:50
Compare
Choose a tag to compare

Changelog

e01deec fix bug in relay which couldn't handle regular http requests
1e9ec94 use best speed instead of best compression
9038a3f remove partially sent files
1f02619 add routine to generate key to main utility
64827f1 implement HEAD request
f052cb5 show the transfer rate


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

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