Skip to content

1.7.4

Compare
Choose a tag to compare
@jaapio jaapio released this 10 Mar 20:47
· 14 commits to main since this release
2802f1f

What's Changed

This release addresses 2 regressions. The file queue was sorted before on natural strings. since 1.7.0 files were sorted case sensitive. This version restores the old sorting.

The second regression, was related to systems using the filesystem provided before 1.7.0. A feature to copy streams was missing. This has been reintroduced.

  • Fix regression on missing resource put by @jaapio in #1214
  • Fix natural case insensitive sort for files by @jaapio in #1215

Full Changelog: 1.7.3...1.7.4