All Versions
41
Latest Version
Avg Release Cycle
11 days
Latest Release
1244 days ago

Changelog History
Page 2

  • v8.4.0 Changes

    October 04, 2020

    ๐Ÿ”„ 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 Changes

    September 16, 2020

    ๐Ÿ”„ 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 Changes

    September 06, 2020

    ๐Ÿ”„ Changelog

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

  • v8.3.0 Changes

    September 03, 2020

    ๐Ÿ”„ 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

  • v8.2.1 Changes

    September 03, 2020

    ๐Ÿ”„ Changelog

    8b6c0d1 bump 8.2.1
    d55327d bump 8.2.1
    0๏ธโƒฃ c7ba55f use default port of 9009 if none found #236
    โšก๏ธ 85b3702 update readme about sending text Fixes #233
    81ad30c bump 8.2.0

  • v8.2.0 Changes

    September 03, 2020

    ๐Ÿ”„ Changelog

    8fbb7e5 send and receive text
    ea781e5 bug fix: propogate error when connecting
    a8c5bef raise max bytes to allow huge files #231

  • v8.1.3 Changes

    August 31, 2020

    ๐Ÿ”„ Changelog

    โšก๏ธ 2096751 update deps

  • v8.1.2 Changes

    August 27, 2020

    ๐Ÿ”„ Changelog

    2345148 make sure conn is not nil
    50bf003 try ipv6 first
    0๏ธโƒฃ 6954441 add default ipv6 relay

  • v8.1.1 Changes

    August 27, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿš€ no substantial changes, checking releases

    4aa7f05 slightly more debugging

  • v8.1.0 Changes

    August 27, 2020

    ๐Ÿ”„ Changelog

    588e650 don't split host if localhost
    baddb93 local ipv6 works?
    c9a5851 attempt to use ipv6 discoveries
    ae38449 don't create folder if its a .
    1b646d5 Improve error reporting
    ๐Ÿ›  827b5d3 Initial IPv6 fixes