1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 19:17:40 +03:00
ffs/CHANGELOG.md
Michael Greenberg a1d5718ac9
--new flag for creating files from empty (#38)
Running `--new FILE.EXT` will:

- infer the output format form `EXT`
- use `FILE.EXT` as the output
- start with a single, empty, named directory (but allocate a bit more space)

In implementing this, I realized that introducing metadata (fad45bed4b) meant we no longer inferred types automatically. I added a type `Typ::Auto` and some inference code.
2021-07-04 18:19:31 -07:00

352 B

ffs - Changelog

0.1.1 - UNRELEASED

  • Extended attribute user.type manages metadata.
  • Ignore macOS extended attribute files ._*.
  • Restore files whose names are munged.
  • --pretty flag for JSON and TOML.
  • Wrote INSTALL.md.
  • Improved manpage.
  • --new flag for starting from an empty filesystem.

0.1.0 - 2021-06-26

Initial release.