Skip to content

Releases: dd-dreams/aft

v8.0.1

13 Nov 19:27
30e9ad1
Compare
Choose a tag to compare

What's Changed

  • bump tokio from 1.41.0 to 1.41.1
  • don't crash if no sender identifier was provided from config or CLI

Full Changelog: 8.0.0...8.0.1

v8.0.0

03 Nov 19:22
5962696
Compare
Choose a tag to compare

What's new since 7.0.0

  • many optimizations.
  • bump libraries.
  • remove '\' if in the filename to avoid overwriting in special directories.
  • improve performance: use buffering instead of old reading-writing implementation. (In short: BufWriter/BufReader.)
  • encrypt in parallel.
  • add --threads CLI argument for controlling the amount of threads for encrypting in parallel.
  • add --checksum CLI argument for adding the check of comparing checksums at the end. By default this behavior is disabled.

Full Changelog: 7.0.0...8.0.0

v7.0.6

08 Oct 19:49
2021421
Compare
Choose a tag to compare

What's Changed

  • bump tokio from 1.39.2 to 1.40.0
  • improve performance: use buffering instead of old reading-writing implementation. (In short: BufWriter/BufReader.)

Full Changelog: 7.0.5...7.0.6

v7.0.5

02 Aug 08:06
3a32414
Compare
Choose a tag to compare

What's Changed

  • bump env_logger from 0.11.4 to 0.11.5
  • bump tokio from 1.39.1 to 1.39.2
  • remove \ if in the filename to avoid overwriting in special directories

Full Changelog: 7.0.4...7.0.5

v7.0.4

26 Jul 10:07
39c40d1
Compare
Choose a tag to compare

What's new

  • bump log from 0.4.21 to 0.4.22
  • bump env_logger from 0.11.3 to 0.11.4
  • bump tokio from 1.38.0 to 1.39.1

Full Changelog: 7.0.3...7.0.4

v7.0.3

19 Jun 15:20
18f7d9a
Compare
Choose a tag to compare

What's New

  • bump zeroize from 1.7 to 1.8.1
  • bump tokio from 1.37.0 to 1.38.0
  • bump curve25519-dalek from 4.1.1 to 4.1.3
  • small security enhancements
  • code style.

Full Changelog: 7.0.2...7.0.3

v7.0.2

22 May 12:19
4227d89
Compare
Choose a tag to compare

What's New

  • optimizations.

Full Changelog: 7.0.1...7.0.2

v7.0.1

21 Apr 08:23
7e469dc
Compare
Choose a tag to compare

What's New

  • remove unnecessary function call

Fixes

  • fix log output

Full Changelog: 7.0.0...7.0.1

v7.0.0

17 Apr 14:42
d9b6873
Compare
Choose a tag to compare

What's new

  • bump tokio from 1.36.0 to 1.37.0
  • many optimizations
  • set modified time of the received file by the sender
  • send a confimation signal
  • add support for AES-GCM256

Full Changelog: 6.1.7...7.0.0

v6.1.7

24 Mar 19:11
b8d6d5d
Compare
Choose a tag to compare

What's new

  • improve logging
  • handle file names which include paths. This kind of behavior should not happen on an official client.
  • use --identifier in download mode aswell.

Fixes

  • sender: don't continue if the identifier is too long
  • relay: don't close the connection of the active old connection when an identifier isn't available.
  • relay: use tokio tasks to allow multi-connections.

Full Changelog: 6.1.6...6.1.7