Releases: srikanth-lingala/zip4j
v2.2.1
v2.1.4
v2.1.3
Enhancements:
#44 Add setPassword
method on ZipFile
#50 Option to skip overriding existing files when adding files to zip
ZipInputStream.getNextEntry()
should return next entry even if current entry is not completely read
Bug fixes:
#58 Stream not properly closed when exception occurs with ZipFile.getInputStream()
#57 Fix ZipFile.getFileHeaders()
javadoc
#55 ZipSlip fix with File.getCanonicalPath()
instead of just File.getPath()
Empty output file is created when extracting with wrong password for Standard zip encryption
v2.1.2
Fixed:
#25 Add feature to exclude hidden folder when adding folders to zip
#26 Remove Lombok library
#27 ZipException while extracting, despite unzip, 7z and Windows Explorer extracts well
#28 workCompleted gets bigger than totalWork in the ProgressMonitor
#32 ProgressMonitor resets itself when a task successfully or unsuccessfully finishes
#33 ArrayIndexOutofBoundsException when read directory from zipInputStream
#35 readLine from zip file,throw NPE when file contains blank lines
Rename utils package to testutils in test
v2.1.0
v2.0.3
v2.0.2
v2.0.1
- Skip file attributes when NIO not supported
v2.0
A major rewrite from previous versions. Please look at the usage section of readme for more details.