Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Releases: turbolocust/SimpleZIP

SimpleZIP 3.0.35.0

Choose a tag to compare

@turbolocust turbolocust released this 04 Jun 16:09
  • Mentioning SharpZipLib on AboutPage

SimpleZIP 3.0.33.0

Choose a tag to compare

@turbolocust turbolocust released this 04 Jun 16:05
  • Minimum target set to Windows 1803
  • Updated UI with new controls
  • UI is now optimized for bigger screens
  • Support for acrylic brushes (transparency)
  • Integrated SharpZipLib
    • this replaces SharpCompress for some algorithms
  • Compare feature for hashes in MessageDigestView
  • Switch for displaying file path in MessageDigestView
  • More accurate progress bar update

SimpleZIP 2.4.37.0

Choose a tag to compare

@turbolocust turbolocust released this 01 May 06:51
  • Fixed unresponsive UI when loading archives.
  • Fixed bug which prevented sub-archives from being browsed.

SimpleZIP 2.4.32.0

Choose a tag to compare

@turbolocust turbolocust released this 21 Mar 18:49
  • Default encoding set to UTF-8
  • Fixed issue related to password request

SimpleZIP 2.4.30.0

Choose a tag to compare

@turbolocust turbolocust released this 02 Mar 19:32
  • Upgrade third-party libraries
  • Fix: Browsing GZIP compressed file could cause errors

SimpleZIP 2.4.29.0

Choose a tag to compare

@turbolocust turbolocust released this 29 Dec 22:47
  • Minor changes to ShareTarget handling
  • Fixed open SplitView on mobile devices

SimpleZIP 2.4.27.0

Choose a tag to compare

@turbolocust turbolocust released this 28 Dec 20:16
  • Great performance improvement when compressing/decompressing due to less event calls
  • Opening of sub-archives within archives
  • Now hiding different algorithms if option is enabled
  • Applying default settings if no settings are stored yet
  • Minor UI changes and fixes

SimpleZIP 2.4.0.0

Choose a tag to compare

@turbolocust turbolocust released this 14 Aug 17:33
  • Support for password protected archives
    • ZIP files (legacy encryption only)
    • RAR files (RAR4, fully encrypted)
  • This application is now a Share Target
  • Faster extraction of archive entries
  • More responsive UI ...
    • ...when browsing archives
    • ...when computing hashes
  • Storing the last used hash algorithm

SimpleZIP 2.3.12.0

Choose a tag to compare

@turbolocust turbolocust released this 19 Jul 19:01
  • Now making use of MRU for archive history
  • Lower case option for hash calculation
  • Updated third-party libraries

SimpleZIP 2.3.6.0

Choose a tag to compare

@turbolocust turbolocust released this 25 May 17:37
  • RAR5 support
  • Minor visual improvements