Skip to content

Releases: schollz/croc

v4.1.1

24 Oct 13:54
Compare
Choose a tag to compare

Bug fixes

Need to close zip file after creating (0ca74b0) and make sure the zipping is compatible between Windows and Linux (e57f3e3).

v4.1.0

23 Oct 13:23
Compare
Choose a tag to compare

Note: This is a major release, and this version, 4.1.0, is only compatible with versions 4.1.X.

New features

Lots of speed improvements. Compression is faster using Huffman (2049743, thanks @nicolashardy). Connecting to relays is faster by using Goroutines (08c84e9).

Configuration file. You can now set flags that will be used automatically from a configuration file, unless they are overridden by CLI flags (dd03cdc, 81bc06e, 1ae1171).

Different PAKE elliptic curves. You can now change the PAKE elliptic curve used for the protocol (304355a).

Sender and recipient check versions. croc is only compatible with other croc programs that have the same major version (e.g. 4.1 and 4.1). This is now checked automatically (9349496).

Bug fixes

Better sender/recipient communication. Canceling croc now communicates better between the recipient and sender, and it will quickly close the other instead of hanging (c2dd909, 6a07e15)

Removed unused dependencies (9e7661c).

v4.0.8

20 Oct 14:08
Compare
Choose a tag to compare

Changelog

dc64933 open folder if no arguments given
5ecbab6 add GUI version

v4.0.7

18 Oct 16:37
Compare
Choose a tag to compare

Changelog

2fc216c bump
ec148d9 make sure recipient connects to TCP first

v4.0.6

18 Oct 14:03
Compare
Choose a tag to compare

Changelog

366d3c5 fix fprintf
82e2748 fix zipping on windows

v4.0.5

18 Oct 05:11
Compare
Choose a tag to compare

Changelog

24e0573 update progressbar
93942f4 give stop signals to servers

v4.0.4

13 Oct 16:32
Compare
Choose a tag to compare

Changelog

9826023 update goreleaser
09a90a3 add more package support

v4.0.3

13 Oct 13:19
Compare
Choose a tag to compare

Changelog

2fb2124 delete old rooms
cc6edd2 connect to TCP as early as possible

v4.0.2

11 Oct 17:56
Compare
Choose a tag to compare

Changelog

81bc14f multiplex 8 tcp ports
6fc7b9b update badges
0f0b6c5 Update README.md

v4.0.1

11 Oct 13:52
Compare
Choose a tag to compare

Changelog

af11143 suppress logging messages when ctl+c interrupting
f9b79ed add gifs