Skip to content

Releases: TudbuT/qft

v0.5.6

19 Aug 16:54
578fdb0
Compare
Choose a tag to compare

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.

v0.5.5

28 Oct 12:22
Compare
Choose a tag to compare

This update fixes an x/0 crash.

v0.5.4

03 Oct 17:10
Compare
Choose a tag to compare

This release adds a speed display

v0.5.3

27 Aug 16:16
Compare
Choose a tag to compare

This release improves on reliability and adds a helper log

v0.5.2

21 Aug 20:00
Compare
Choose a tag to compare

This release fixes a few connection reliability issues.

v0.5.1

21 Aug 18:51
Compare
Choose a tag to compare

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

v0.5.0

21 Aug 17:42
Compare
Choose a tag to compare

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.

v0.4.7

21 Aug 12:38
Compare
Choose a tag to compare

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)

v0.4.6

20 Aug 16:57
Compare
Choose a tag to compare

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

v0.4.5

20 Aug 09:04
Compare
Choose a tag to compare
  • 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).