From 9f39d51b78207748bfd0ee78a5ae5854afe7f1b0 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 27 Jan 2025 20:31:13 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Changelog.md b/Changelog.md index c6772d7..5b91af0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,19 @@ ## Upcoming Changes +Fix bug where file formats 2 and 3 would create directories in an archive when +using `-t` mode. + +In `dev`: + +Add new flag `--prefix `. + + - When archiving, `--prefix` prepends the given string as a directory to every + archived item. This effectively stores entries with the given `prefix`. + - When extracting, `--prefix` prepends the given string as a directory to + every extracted item. This effectively extracts items with `prefix` as the + outermost directory in the current working directory. + ## Version 1.11 Added file format version 3 that supports username and groupname metadata for -- 2.49.0