------------------------------------------------ 0.3.0 ------------------------------------------------ #Added error messages. -->Error messages related to input/output will now pop up in a JOptionPane. #Added an archive status -->Most formats, except LZMA and 7zip will now display a percentage complete progress bar while decompressing. -->This pop-up also allows decompression to be canceled. -->7zip and LZMA decompression shows a moving status bar. #Added overwrite protection -->Files will no longer be overwritten unless overwrite files is checked before decompression. #Increased buffer size for gzip and bzip2 -->Buffer size increased from 1 kilobyte to 1 megabyte. #Fixed a bug with the decompression dialog. -->Pressing cancel in the file chooser no longer causes an error. #Main file chooser will not try to decompress non-archives -->Files that do not appear to be archives or that are currently unsupported will not be passed to the decompression dialog. ------------------------------------------------ 0.2.4 ------------------------------------------------ #Fixed Tar and Zip -->They no longer fail when trying to place a file in a non-existent directory when attempting to decompress an archive. -->Directories should be properly created now.