v8.6.2
This update fixes some quirks with pack
mode on Windows.
The zip
crate was treating the backslash characters in paths as a weird symbol, so the patch replaces \
with /
within those paths. This has no adverse effects from my testing, and all works as intended now.
WalkDir was also implemented for pack
mode, and I plan to implement this for erase/directory mode in the near future. It seems to work much better than the file indexer I created, as it handles the root paths in a more appropriate manner.
What's Changed
- Implement WalkDir by @brxken128 in #62
- fix annoying zip/windows issue by @brxken128 in #63
SHA256 Checksums - Please compare with the hash from this Github action
dexios-linux-amd64: 036bd5cfab5c91e17e4378d12c53b89e6e596536ad91f4f9622e9e980237e235
dexios-windows-amd64.exe: d08952e62ee1e9dc57d5a4fbe735bb4afbad29147829edd02b744e56fc827139
Full Changelog: v8.6.0...v8.6.2