Skip to content

Releases: CodeF0x/ffzap

0.2.3

28 Dec 01:51
Compare
Choose a tag to compare
  • fixed a bug where multiple threads where accessing the log file at once, creating weird and partly overwritten lines in the log file

0.2.2

20 Dec 03:10
ab775ef
Compare
Choose a tag to compare
  • ffzap will now automatically create a log file in the default log location of each major OS
  • verbose output is now hidden per default (use --verbose to show)

0.2.1

05 Dec 17:34
Compare
Choose a tag to compare
  • fixed -i input, where files with spaces in the name would break the input

0.2.0

04 Dec 19:25
a25615a
Compare
Choose a tag to compare

IN THIS VERSION, THE -i FLAG IS BROKEN! USE 0.2.1 OR 0.1.4!

  • added a progressbar
  • you can now use --overwrite to overwrite files if they already exist. Per default ffzap will skip existing files

0.1.4

01 Dec 17:15
e8d0003
Compare
Choose a tag to compare

Removed the glop crate dependency:

  • Unix globs won't work on Windows now (use standard Windows / Powershell functionality)
  • you need to omit the quotes now when specifing a glob on Unix
  • you can input multiple files directly now, e. g. ffzap -i test.mp4 hi.mkv video.webm ...

0.1.3

14 Nov 14:57
Compare
Choose a tag to compare
chore: bump version

v0.1.1

17 Oct 18:26
Compare
Choose a tag to compare

First release. Skipping 0.1.0 because it's no different to 0.1.1. 0.1.1 only include a minor patch that shows readme.md on crates.io