Skip to content

Commit f8167e8

Browse files
committed
Version 1.10
1 parent a9d0fc1 commit f8167e8

4 files changed

Lines changed: 443 additions & 483 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: MOUNT-ZIP
33
section: 1
44
header: User Manual
5-
footer: mount-zip 1.9
6-
date: July 2025
5+
footer: mount-zip 1.10
6+
date: August 2025
77
---
88
# NAME
99

@@ -48,7 +48,7 @@ working directory.
4848
encryption or compression method is unsupported.
4949

5050
**-o precache**
51-
: Preemptively decompress and cache the whole ZIP archives.
51+
: Preemptively decompress and cache the whole ZIP archive(s).
5252

5353
**-o cache=DIR**
5454
: Use a different cache directory (default is `$TMPDIR` or `/tmp`).
@@ -64,11 +64,11 @@ working directory.
6464

6565
**-o notrim**
6666
: Do not trim the base of the tree. Keep all the intermediate directories as
67-
specified in the ZIP archive.
67+
specified in the ZIP archive(s).
6868

6969
**-o nomerge**
7070
: Do not merge multiple ZIP archives on top of each other. Instead, create a
71-
subdirectory for each ZIP inside the mount point.
71+
subdirectory for each ZIP archive inside the mount point.
7272

7373
**-o nospecials**
7474
: Hide special files (FIFOs, sockets, devices).

changelog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
2025-08-03 François Degros <fdegros@chromium.org>
2+
3+
* Released mount-zip 1.10:
4+
- Can mount several ZIP archives, either on top of each other (by
5+
default), or next to each other (with the `-o nomerge` option)
6+
(https://github.com/google/mount-zip/issues/28)
7+
- Automatically trim as many directories as possible from the top
8+
of the tree
9+
- Add the `-o notrim` option for cases where no tree trimming is
10+
desired or necessary
11+
112
2025-02-19 François Degros <fdegros@chromium.org>
213

314
* Released mount-zip 1.8:
4-
- Use FUSE 3 by default
15+
- Use FUSE 3 by default (https://github.com/google/mount-zip/issues/26)
516

617
2025-01-13 François Degros <fdegros@chromium.org>
718

0 commit comments

Comments
 (0)