1.7.4
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