Skip to content

Releases: axieum/compressum

Compressum v1.0.2

13 Nov 03:20
Compare
Choose a tag to compare
  • Added a way to track archive progress
  • Added a way to cancel an archive operation
  • Archive serialisation exceptions now propagate to future instead of printing
  • Introduced a wrapper around the CompletableFuture instance such that it hides many unused methods - the future instance is still accessible via CompletableArchive#getTask()

Compressum v1.0.1

08 Nov 14:17
Compare
Choose a tag to compare
  • Fixed an exception if an output file had no parent folder
  • Fixed an issue where some archive formats will not open until after the program exits

Compressum v1.0.0

06 Nov 10:06
Compare
Choose a tag to compare
  • Initial release