Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

67 lines (43 loc) · 1.64 KB

Changelog

0.10.1 - 2020-12-22

Fixed

  • Avoid high CPU usage in GUI loop (#42)

0.10.0 - 2020-12-19

Changed

  • Update dependencies
  • Minor UI tweaks due to changes in DPI handling
  • Migrate to new dialog crates
  • More small internal improvements by @Dr-Emann, thanks! (#30, #32)

Fixed

  • Exclusively lock files prior to compaction (should fix #40, thanks @A-H-M)

0.9.0 - 2020-03-03

Added

  • Preserve file timestamps following compression/decompression (#16)

0.8.0 - 2020-02-29

Added

  • Excluded directories now get skipped entirely (#8)

Changed

  • Paused jobs no longer poll (#10, @Dr-Emann)
  • Less refcounting (#9, @Dr-Emann)

Fixed

  • Tests (#11, @Dr-Emann)

Removed

  • WofUtil.dll version check (#6)

0.7.1 - 2019-07-17

Added

  • Initial release