Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Set the creation date of .zpaq archives to 1/1/1980
so it is easy to quickly identify those that were not written completely fcorbelli/zpaqfranz#138
New hash algorithms ZETA and ZETAENC.
Can be selected with -zeta and -zetaenc. You can find the explanation here fcorbelli/zpaqfranz#139 (comment)
-destination
With the new switch, it is possible to load a series of lines (from a text file) as if they were multiple -to options. The explanation is here fcorbelli/zpaqfranz#136 (comment)
-nodelete
This switch does not mark files as deleted if they are not found during the path scan. It is used for bulk manipulation of the file list. The explanation is here fcorbelli/zpaqfranz#136 (comment)
-salt
This switch forces an empty salt (i.e., 32 bytes of zeros). It is something you should NOT normally use. It serves as a development mechanism (i.e., it is something that is useful for ME, not for YOU).
-hdd
With this switch, you use the computer's memory (including virtual memory, i.e., the swap file) to sequentially write the extracted data. It is useful if you have a lot of RAM or an SSD system drive and want to extract to an HDD. In this case, everything will first be decompressed into RAM and then written to the HDD, without any seeks (head movement) in the output. It is not suitable for gigantic files, but for medium sizes, it can halve the extraction time.
fcorbelli/zpaqfranz#135
-ramdisk
Internal for -hdd
fix on -input
Minor bug fixed on Windows
warnings in yellows
Because sometimes colours... counts...