SHA256
1
0
forked from pool/duf
duf/duf.changes

56 lines
2.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun Feb 07 00:31:15 UTC 2021 - pousaduarte@gmail.com
- Update to version 0.6.0:
* Bump go-runewidth to v0.0.10
* Build binary for ppc64le architecture
* duf gets packaged by Homebrew now
* README: add instructions for installing via scoop (#96)
* Feat recognize ramdisk (#91)
* Check rune width for all supported system to prevent broken table
* Evaluate symlinks in paths passed in as user arguments
-------------------------------------------------------------------
Sun Nov 01 14:08:05 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.5.0:
* Move group consts to groups.go
* Validate --only & --hide parameters
* Add support for path arguments to filter output
* Add nsfs to special devices
* Hide overlay/shm filesystems per default
* Structure all filter & table options in separate structs
* Fix order of mount tables
* Add only* flags to show only specified devices (#80)
* Automatically pick go version in GitHub workflow
* Use EnvColorProfile
* Remove unnecessary type coversions
* Remove always nil error handling
* warning option
* [Linux] fix escaped type & filesystem
* Mention Alpine packages in README
* Update screenshot
* Improve version string display
-------------------------------------------------------------------
Fri Oct 23 23:28:32 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.4.0:
* Automatically pick go version in GitHub workflow
-------------------------------------------------------------------
Mon Oct 19 16:41:30 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.4.0~git20201018:
* Use EnvColorProfile
* Remove unnecessary type coversions
* Remove always nil error handling
* warning option
* [Linux] fix escaped type & filesystem
* Mention Alpine packages in README
* Update screenshot
* Improve version string display
* Builds apk packages with goreleaser
* Disable CGO and enable trimpath for goreleaser builds