duf Changelog

What's new in duf 0.8.1

Feb 8, 2022
  • Add Debian & Ubuntu installation instructions
  • Add godoc comments and fix linter warnings
  • Add separate sets of hard- and soft-enforced linters
  • Bump go-wildcard to v1.0.3
  • Bump mango to v0.1.0
  • Fix mountinfo parsing
  • Unalias term package
  • Update README badges

New in duf 0.8.0 (Feb 1, 2022)

  • Add 'ansi' theme that uses the terminal's native 4-bit ANSI colors
  • Add Go 1.17 build tags
  • Add dependabot config
  • Add mango-generated man page
  • Bump github.com/jedib0t/go-pretty/v6 from 6.2.4 to 6.2.5
  • Bump termenv to v0.11.0
  • Fix manpage workflow branch
  • Generate man page when built with 'mango' build-tag
  • Update go-wilcard lib #156
  • table: rename inode-related columns to clarify difference between bytes and inodes. Fixes #94

New in duf 0.7.0 (Jan 8, 2022)

  • af580c4 Add feedback paragraph to README
  • 4e52b81 Add install instructions on OpenBSD
  • 673a3d1 Add installation instructions for Void Linux
  • 43a3776 Add manpage
  • cfdc735 Bump go-pretty to v6.2.4
  • c170db4 Bump termenv & go-runewidth deps
  • ca80cac Document color-coding/threshold options in README
  • ab73263 Fix goreportcard badge
  • a200812 Hide/show mount points (#107)
  • 7795290 Remove unmaintained snap package
  • ff3529c Replace deprecated terminal package (#126)
  • 8d9557d Update Arch Linux install, in official repos now
  • 7ceb395 add availability and usage threhold option

New in duf 0.6.2 (Apr 3, 2021)

  • Bump termenv to v0.8.1

New in duf 0.6.1 (Apr 2, 2021)

  • Changelog:
  • Add FUSECTL_SUPER_MAGIC to special devices map
  • Add gopsutil's LICENSE
  • Add snap to README
  • Build snaps with goreleaser
  • Bump termenv dependency
  • Ignore snaps by default on Linux
  • Update README
  • Update linter config
  • Use a classic confinement for snap builds
  • gofmt style.go

New in duf 0.6.0 (Mar 28, 2021)

  • Changelog:
  • Build binary for ppc64le architecture
  • Bump go-runewidth to v0.0.10
  • Check rune width for all supported system to prevent broken table
  • Evaluate symlinks in paths passed in as user arguments
  • Feat recognize ramdisk (#91)
  • README: add instructions for installing via scoop (#96)
  • duf gets packaged by Homebrew now