Skip to content

Releases: schollz/croc

v6.0.1

08 May 22:29
Compare
Choose a tag to compare

Changelog

7159d3a push version
0388e07 remove flushing
da54ae0 update deps
257607a use my logger instead of seelog
8d3b240 check room nil before closing
ba96be5 update hash
bd9c7b5 include hash
cb69e49 include hash in version

v6.0.0

03 May 20:57
Compare
Choose a tag to compare

Rewrite

v4.1.6

02 May 20:32
Compare
Choose a tag to compare

Changelog

7c731a9 update travis go
003a234 update deps
566694f bump version
9643fe7 update deps
caaaff4 Merge pull request #120 from wxitcode/patch-1
e272af8 Update README.md
bcce2c0 update with correct relay information #117
148b10d Update default.txt

v4.1.5

02 Jan 00:09
Compare
Choose a tag to compare

Changelog

af6cc64 update deps
43dbf98 rotate multicast based on current time
e58fc14 customize multicast address
d42a4f8 Add pure Go Windows GUI

v4.1.4

06 Nov 03:14
Compare
Choose a tag to compare

Changelog

eaa3624 bump version
068fdb7 pass errors all the way back
8a882cc throttle the progress bar

v4.1.3

01 Nov 17:12
Compare
Choose a tag to compare

Changelog

cf2363f add missing escape at end of cli app


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

v4.1.2

01 Nov 14:51
Compare
Choose a tag to compare

Changelog

e0081ea tell user codephrase is wrong if PAKE fails
a56334f prompt user if accidently receiving
aefb151 recipient quits if trying to connect without sender
818e590 need to do chdir in goroutine

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