Skip to content

Releases: FlowArg/FlowMultitools

v1.4.5

14 Aug 12:18
5942a3f

Choose a tag to compare

  • Update Gradle to 9.0.0
  • Update Apache Commons-Compress
  • Update JUnit
  • Update actions

Full Changelog: v1.4.4...v1.4.5

v1.4.4

10 Jun 16:42
02a98d3

Choose a tag to compare

  • Bunch of logger optimizations
  • Update commons-compress to 1.26.2
  • Remove useless BufferedStream creation when computing SHA1/MD5 hashes

Full Changelog: v1.4.3...v1.4.4

Fix compressFiles method

24 Apr 20:44
6f80395

Choose a tag to compare

  • Fix compressFiles method not compressing all files

Full Changelog: v1.4.2...v1.4.3

1.4.2

24 Apr 17:25
83043c1

Choose a tag to compare

Full Changelog: v1.4.1...v1.4.2

A fresh air for the project

01 Apr 11:57
2a04554

Choose a tag to compare

  • Updated commons-compress to avoid some vulnerabilities
  • Gradle 8.7
  • Optimize logger
  • Zipper optimisations part 1

Full Changelog: v1.4.0...v1.4.1

The big cleanup

30 Aug 13:55
12f1f4a

Choose a tag to compare

  • Updated commons-compress to avoid some vulnerabilities
  • Fixed some warns
  • Removed all deprecated methods
  • Added a JUnit 5 test
  • Gradle 7.2

Fixed stream leak causing bugs on windows systems

30 Jun 14:35
e466aa4

Choose a tag to compare

  • Fixed stream leak causing bugs on windows systems

Fixed FileUtils#deleteDirectory

28 Jun 18:55
f901b2e

Choose a tag to compare

  • Fixed FileUtils#deleteDirectory

Fixes and some changes

27 Jun 11:48
aa31c16

Choose a tag to compare

  • Fixed some potential resource leaks
  • Gradle 7.1
  • Internal changes on Platform
  • FileUtils.list(Path) now return a List<Path> instead of a Stream<Path>
  • Removed deprecated getters in ILogger
  • Cleaned up Logger
  • Optimizations in ZipUtils

Moved to Java NIO

22 May 08:44
407c6e5

Choose a tag to compare

  • Deprecated most of the calls to Java IO.
  • Added equivalent methods using Java NIO.
  • Removed Plexus Archiver dependency
  • Added commons-compress dependency
  • Gradle 7.0.2
  • Indentation fixes
  • Added many JavaDoc.