From 71a6bc1c484ed1fb948ee24b91cf9bb35606f04e Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 15 Apr 2025 18:49:52 +0200 Subject: [PATCH] chore: update change log --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7f8052cf..c59ee24a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Change Log +## Version 0.12.2 - 2025-04-15 + +- (build) A few small refactoring changes to further reduce the size of + the `fuse-extract` binary. In particular, the performance monitor and + the history feature are now fully removed. Also, the functionality to + extract in different archive formats as well as to extract only files + matching a pattern have been removed, so the image can only be fully + extracted to disk. + ## Version 0.12.1 - 2025-04-10 - (fix) Attempt to fix linking issue in Homebrew build.