Skip to content

Releases: bzf/archivefs

v0.1.3

31 Jan 10:32
@bzf bzf
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Fix memory leak in ffi::archive_open_and_read_from_path
  • Remove unnecessary archive_entry_clone() call that leaked memory
  • Ignore directories containing an .archivefs-ignore file

v0.1.2

19 Apr 08:15
@bzf bzf
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Handle .tar.gz extensions showing as directory ending with .tar

v0.1.1

19 Apr 06:03
@bzf bzf
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Added a manpage and included it with the deb-package.

v0.1.0

18 Apr 09:42
@bzf bzf
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Rewrote most of the internal logic to make it treat non-archives are regular files, so you don't have to browse two directories (the original and the mounted archivefs) to see all the data.

Now, all original files will show inside the mounted directory as well, working as expected, and any archives will show as directories.

NOTE: The archive directories doesn't support nested directories for now.