Skip to content

Releases: schollz/croc

v8.6.1

21 Oct 19:50
Compare
Choose a tag to compare

Changelog

bb971a9 bump 8.6.1
c88d3ad update makefile
77732c4 bump 8.6.0
b9b22ad bump 8.6.0

v8.6.0

21 Oct 17:28
Compare
Choose a tag to compare

Changelog

7a73e49 allow using only local with --local flag

v8.5.3

21 Oct 16:41
Compare
Choose a tag to compare

Changelog

ea0e334 add back ipv6 broadcast
12e0902 chore(mod): cleanup dependencies
e85ac9f chore(croc): remove redundant code
9f54f2d chore(comm): cleanup comm Write func

v8.5.2

19 Oct 18:08
Compare
Choose a tag to compare

Changelog

f562400 bump 8.5.2
9b6c33c bump 8.5.2
b66cfb4 disable ipv6 for peer-to-peer discovery since it causes issues
a5bcf38 update deps
539d668 bump 8.5.1
768f3e1 bump 8.5.1

v8.5.1

13 Oct 22:49
Compare
Choose a tag to compare

Changelog

539d668 bump 8.5.1
768f3e1 bump 8.5.1
a968f49 better help
911bb22 better environmental variable
5879682 update deps
f3697f6 reduce packets sent for peer discovery
5374be1 use dns to determine relay
1d874b5 bump 8.5.0
586fc08 bump 8.5.0

v8.5.0

12 Oct 19:38
Compare
Choose a tag to compare

Changelog

b12fc47 update deps
3396743 allow proxying connection (#283)

v8.4.0

04 Oct 20:20
669920d
Compare
Choose a tag to compare

Changelog

5a0ec94 fix resource leak of *os.File
bc8c5db fix possible panic of nil compressor
c877497 user io.ReadFull for shorter connection read code
4675976 First pass at adding in the autocomplete files to the installer script
43d2ff0 find open ports to open local relay
a313a96 fix send without argument (trigger intended error message)

v8.3.2

16 Sep 21:54
Compare
Choose a tag to compare

Changelog

ebc2cb2 update progressbar and peerdiscovery
f9f32a4 Use hex.EncodeToString to encode to hex
ad6e7df add autocomplete files to goreleaser
833668e Add error reporting
ccba416 Env vars for a few CLI options

v8.3.1

06 Sep 15:47
Compare
Choose a tag to compare

Changelog

345ef05 compute filename and deliver without overwriting
5e78725 Fixes #240

v8.3.0

03 Sep 22:51
Compare
Choose a tag to compare

Changelog

87e54ac add option to disable compression Fixes #239
555ddec handle symlinks Fix #238
ff99b07 gather symlink info
bd2376e allow getting password through file Fix #226
bbc0ce4 better info about incorrect passwords Fixes #237