Skip to content

Releases: speed47/btrfs-list

v2.3

16 Apr 17:19
Compare
Choose a tag to compare

Highlights from this release:

  • feat: add --used option to display used space instead of free space
  • feat: add btrfs-progs v5.10.1 device path bug workaround
  • feat: repeat -q to silence all warnings
  • feat: detect and report known buggy versions of btrfs-progs
  • feat: add mainvol (id 5) uuid and current gen for each filesystem
  • enh: display fs uuid along with the subvol uuids (fix #21)
  • fix: bad indent when --indent was != 3 (fixes #19)
  • fix: support names with spaces (fixes #20)

To get the full list of changes, please refer to the commit log.

v2.2

13 Mar 11:11
Compare
Choose a tag to compare

Highlights from this release:

  • feat: add --max-name-len and --indent

To get the full list of changes, please refer to the commit log.

v2.1

06 Jan 19:56
Compare
Choose a tag to compare

Highlights from this release:

  • feat: support raid1c3/4, display metadata profile, display total device allocatable space
  • feat: add --ignore-(root|version)-check
  • feat: add percentage of free space
  • enh: support multiple mountpoints as arguments
  • enh: exit early when no filesystems found

To get the full list of changes, please refer to the commit log.

v2.0

03 Jan 13:12
Compare
Choose a tag to compare

This is the first formal release, even if previous versions were of course quite usable.
Versions before this git repo were informally v0.x
Versions up this release were informally v1.x

New highlights for this version are:

  • feat: added a bunch of new --show-* options, along with --bright and --wide
  • feat: view deleted parents of snapshots with --deleted and fix tree display when snapshots are orphaned (#7)
  • feat: autodetect column size on display
  • feat: when given mountpoint is not one, find its parent
  • feat: add --btrfs-binary to specify a custom btrfs binary
  • enh: better display in multi-filesystems mode
  • a bunch of other tiny fixes/adjustments

Additionally, all released versions of btrfs from v3.18 to v5.15.1 have been tested and are confirmed to work.