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

76 lines
2.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun May 16 16:58:38 UTC 2021 - pousaduarte@gmail.com
- Update to version 0.6.2:
* Bump termenv to v0.8.1
* Create snapcraft cache dirs
* Only login to snapcraft when secret is available in goreleaser workflow
* Always use latest version of golangci-lint
* Mark arch-specific conversions as nolint
* Update README
* Update linter config
* Use a classic confinement for snap builds
* Add FUSECTL_SUPER_MAGIC to special devices map
* Build snaps with goreleaser
* Ignore snaps by default on Linux
* Add gopsutil's LICENSE
* Add snap to README
* gofmt style.go
* Bump termenv dependency
-------------------------------------------------------------------
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