Skip to content

Releases: google/mount-zip

Version 1.10

07 Aug 21:52

Choose a tag to compare

  • Can mount several ZIP archives, either on top of each other (by default), or next to each other (with the -o nomerge option) (#28)
  • Automatically trim as many directories as possible from the top of the tree
  • Add the -o notrim option for cases where no tree trimming is desired or necessary

Full Changelog: v1.8...v1.10

Version 1.8

19 Feb 05:38

Choose a tag to compare

  • Use FUSE 3 by default (#26)

Full Changelog: v1.6...v1.8

Version 1.6

13 Jan 00:01

Choose a tag to compare

  • By default, create the mount point in the current working directory
  • Always use -o for command line options
  • Don't use path prefixes such as ROOT, UP or CUR for absolute and parent-relative paths
  • Keep inode number when updating a directory node

Full Changelog: v1.4...v1.6

Version 1.4

16 Dec 02:53

Choose a tag to compare

  • Handle file paths starting with ./ (#29)
  • Adjust blackbox tests so that they can successfully run in a different time zone than the author's time zone

Full Changelog: v1.2...v1.4

Version 1.2

09 Dec 04:58

Choose a tag to compare

  • Default file UID/GID is the UID/GID of the user running mount-zip
  • Add dmask and fmask options
  • Sensible default access bits
  • Better handling of default_permissions option
  • Better handling of double filename extensions (e.g. .tar.gz)

Full Changelog: v1.0.15...v1.2

Version 1.0.15

02 Jun 01:42

Choose a tag to compare

  • Fix statvfs implementation
  • Truncate filenames to NAME_MAX bytes
  • Adjust filename extension detection
  • Adjust filename collision resolution

Full Changelog: v1.0.14...v1.0.15

Version 1.0.14

21 Apr 11:48

Choose a tag to compare

  • Add --memcache option for in-memory cache
  • Add workaround for cache on filesystems that don't support O_TMPFILE
  • Support older versions of libzip than 1.9.1

Full Changelog: v1.0.13...v1.0.14

Version 1.0.13

27 Mar 03:26

Choose a tag to compare

  • Allow control characters in filenames and paths

Version 1.0.12

04 Dec 04:23

Choose a tag to compare

  • Use $TMPDIR by default

Version 1.0.11

12 Oct 03:45

Choose a tag to compare

  • No functional modification compared to the previous release
  • Tweaked some Makefiles