All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
- A little more documentation
- calculation of fragment blocks (#89)
- reading directories (#87)
- inode reading (#92) (pending)
- update dependencies
0.4.3 - 2024-10-25
- fuse-ufs: mounting without
-f
on FUSE3 - scripts/release: run test suite before publishing
0.4.2 - 2024-10-25
- another fix of publishing
0.4.1 - 2024-10-25
- minor publishing fix
0.4.0 - 2024-10-25
- basic fuzzing framework (#74)
- pre-mount checks for verifying the filesystem (#74)
- support for OpenBSD/FUSE2 via fuse2rs (#79)
0.3.0 - 2024-08-22
This was the final release as part of Google Summer of Code 2024.
- ChangeLog (#62)
- man page (#57)
-v
and-q
flags (#66)-f
option (#68)- the ability to mount via
/etc/fstab
on Linux (#69)
- fuse-ufs now starts in the background by default (#68)
- indirect block addressing (#63)
0.2.1 - 2024-08-15
- README
- Fix Cargo.toml for publishing
0.2.0 - 2024-08-11
This was the first formal release of fuse-ufs.