Skip to content

Releases: turbolocust/GZipper

GZipper 2.2.0

31 Mar 12:21
9c60041
Compare
Choose a tag to compare

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

26 Oct 16:51
Compare
Choose a tag to compare

Features

  • CTRL+ENTER keyboard shortcut to start operation

Changes

  • Raised commons-compress version to 1.24.0

GZipper 2.0.1

12 Jun 16:36
Compare
Choose a tag to compare

Fixes

  • Fix to file name generation when extracting files
    • Folder name in path was suppressed in some cases

GZipper 2.0.0

09 Apr 09:29
Compare
Choose a tag to compare

Changes

  • Targeting Java 17 now (17.0.2)
  • Lower-case hash value is now the default

GZipper 1.5.2

27 Feb 12:28
Compare
Choose a tag to compare

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

22 Feb 13:00
Compare
Choose a tag to compare

Fixes

  • Fixed path and file name extension handling
    • This positively impacts the behavior of the output-path text field

GZipper 1.5.0

31 Dec 09:35
Compare
Choose a tag to compare

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

03 Aug 07:41
Compare
Choose a tag to compare

Changes

  • Bumped commons-compress to 1.21

Fixes

  • Fixed issue in output path generation if path contained spaces

GZipper 1.4.0

17 Jan 16:05
Compare
Choose a tag to compare

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

02 Aug 14:36
Compare
Choose a tag to compare

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