From ae69f1265997e16028832ba4e570fb0546b381d1 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 11 Jul 2023 10:53:33 +0200 Subject: [PATCH] Update change log --- CHANGES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e84e6128..815f2616 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,23 @@ # Change Log +## Version 0.7.0 - 2023-07-11 + +- (fix) FUSE/WinFsp driver now handles Unicode characters in the + file system image name (the file system itself would already + work properly with Unicode file names). + +- (feature) `mkdwarfs` command-line options have been reorganized + into groups to make them easier to find and to make the default + help message less intimidating. The full help can now be accessed + using `-H` or `--long-help`. + +- (feature) Symbolic links to the universal binary now also work + as aliases on Windows. + +- (test) Test universal binary in both `--tool` and symlink modes. + +- (other) CI pipeline tweaks & fixes. + ## Version 0.7.0-RC6 - 2023-07-09 - (feature) Support delayed loading of WinFsp DLL for universal