Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Releases: martinplaner/gunarchiver

gunarchiver 0.3.0

07 Jun 15:54
Compare
Choose a tag to compare

Added

  • Implemented proper progress support for .rar and .tar.gz archives.
    • Thanks to Kidswiss for the numFiles implementation for rar archives (#1).

Changed

  • Code cleanup, implemented linter recommendations and added CI pipeline to improve code quality.

Fixed

  • Properly handle error case when root directory cannot be created.

gunarchiver 0.2.1

11 Mar 15:46
Compare
Choose a tag to compare

Changed

  • Fixed files getting trashed when extraction is canceled

gunarchiver 0.2.0

11 Mar 10:59
Compare
Choose a tag to compare

Added

  • Support for .rar files added
  • Added change log (this file)

Changed

  • Fixed broken .tar.gz support in binary (worked in tests)

gunarchiver 0.1.0

10 Mar 20:32
Compare
Choose a tag to compare

This is the first public release.

  • .zip and .tar.gz supported.
  • Only English language supported.
  • Only Windows UI implemented.