zip 3.0.1
-
The progress bar option is now named
zip_progress, to match the other
options. The oldzip.progressname still works as a fallback (#150). -
Boolean environment variables (
R_ZIP_PROCESS_FALLBACKand
ZIP_PROGRESScurrently) are now matched case-insensitively, soTRUE
andFALSEare accepted as documented (#154). -
The number of threads used by
unzip()now respects theNcpusoption,
if neither thezip_threadsoption nor theZIP_THREADSenvironment
variable is set (#151). -
Archives created by
zip()can now always be extracted with the Windows
Explorer "Extract All" tool, including archives that contain many small
files (#153).