• v0.5.6 578fdb0c1b

    v0.5.6 Stable

    TudbuT released this 2023-08-19 18:46:26 +02:00 | 0 commits to main since this release

    This update allows specifying a send delay, but stays backwards-compatible with the rest of v0.5.

    A lower send delay means packets are sent in quicker succession, but has similar negative effects as a higher packet size (except networks usually allow quite low delays, while some don't allow big packets, making this less likely to be a bottleneck).

    Also, the gui is a rust featureflag now.

    Mac binaries to follow.

    Downloads
  • v0.5.5 74fc62483b

    v0.5.5 Stable

    TudbuT released this 2022-10-28 14:14:37 +02:00 | 7 commits to main since this release

    This update fixes an x/0 crash.

    Downloads
  • v0.5.4 0d34f49564

    v0.5.4 Stable

    TudbuT released this 2022-10-03 18:59:57 +02:00 | 10 commits to main since this release

    This release adds a speed display

    Downloads
  • v0.5.3 2dc6b3343e

    v0.5.3 Stable

    TudbuT released this 2022-08-27 18:12:52 +02:00 | 19 commits to main since this release

    This release improves on reliability and adds a helper log

    Downloads
  • v0.5.2 7c5f42916a

    v0.5.2 Stable

    TudbuT released this 2022-08-21 21:55:32 +02:00 | 29 commits to main since this release

    This release fixes a few connection reliability issues.

    Downloads
  • v0.5.1 a7b28c1bc9

    v0.5.1 Stable

    TudbuT released this 2022-08-21 20:38:33 +02:00 | 30 commits to main since this release

    This release makes qft default to opening the GUI frontend when no args are given.

    Downloads
  • v0.5.0 e4ff6329ec

    v0.5.0 Stable

    TudbuT released this 2022-08-21 18:58:37 +02:00 | 37 commits to main since this release

    This release allows the receiver to see transfer progress. Sadly, I had to modify the protocol for this, so this will not work with 0.4 and under. Windows binary will be released once I have access to my main PC at home again.

    Downloads
  • v0.4.7 8b97d67ba4

    v0.4.7 Stable

    TudbuT released this 2022-08-21 14:34:28 +02:00 | 41 commits to main since this release

    This release adds a primitive GUI. (I can't cross-compile the GUI to Mac and Windows, so I made a nogui branch for that)

    Downloads
  • v0.4.6 b3933dd478

    v0.4.6 Stable

    TudbuT released this 2022-08-20 18:55:24 +02:00 | 50 commits to main since this release

    This update adds more measures to improve reliability and fixes some minor bugs.

    Downloads
  • v0.4.5 74865e30d5

    v0.4.5 Stable

    TudbuT released this 2022-08-20 11:01:46 +02:00 | 53 commits to main since this release

    • Improve code quality
    • Add ability to withstand heavy weather network conditions (speed with a ping of 1000ms is the same as with a ping of 10ms, loss rates of >10% are tolerated, reorder rates of >10% are tolerated).
    Downloads