Releases: dd-dreams/aft
Releases · dd-dreams/aft
v8.0.1
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
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
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
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
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
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
v7.0.1
v7.0.0
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
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