Releases: turbolocust/GZipper
Releases · turbolocust/GZipper
GZipper 2.2.0
Features
- New menu item (to put files into separate archives)
Changes
- Raised commons-compress version to 1.26.1
- Enabling/Disabling certain controls depending on selected mode
- Updated texts in UI
GZipper 2.1.0
Features
- CTRL+ENTER keyboard shortcut to start operation
Changes
- Raised commons-compress version to 1.24.0
GZipper 2.0.1
Fixes
- Fix to file name generation when extracting files
- Folder name in path was suppressed in some cases
GZipper 2.0.0
Changes
- Targeting Java 17 now (17.0.2)
- Lower-case hash value is now the default
GZipper 1.5.2
Changes
- Added hint for "Deflate" to compression level texts
Fixes
- Fixed control binding when processing multiple archives
- Included missing modules in launch scripts (
.bat
and.sh
)
GZipper 1.5.1
Fixes
- Fixed path and file name extension handling
- This positively impacts the behavior of the output-path text field
GZipper 1.5.0
New
- Prompt text for output path text box
Changes
- Logging file name if it was skipped
- Consistently using the canonical path now
- Using folder picker if putting into multiple archives
- Not choosing parent as directory when path is already a directory
- Updated I18N files
Fixes
- Handling
NullPointerException
when output path was empty - Explicit check for symbolic links
GZipper 1.4.1
Changes
- Bumped commons-compress to 1.21
Fixes
- Fixed issue in output path generation if path contained spaces
GZipper 1.4.0
Changes
- Setting archive name to file name if to be put into multiple archives (Drop View)
- Logging of which archive file is being processed (also to UI)
Fixes
- Added missing modules name for 'org.tukaani.xz' in launch scripts
- This caused an exception when using LZMA or XZ
- Excluding created archive if compressing target directory
- This caused an exception when using TAR archives
GZipper 1.3.0
Features
- Support for launch arguments to directly launch Hash View
- Added support for Kotlin language
Changes
- Removed periods from log messages
- Updated project setup
- Several minor fixes and changes