Releases: dundee/gdu
Releases · dundee/gdu
gdu v5.20.0
What's Changed
- feat: open file or directory in external program in #186
- feat: set default sorting using config option in #185
Full Changelog: v5.19.0...v5.20.0
gdu v5.19.0
What's Changed
- feat: try to read config from
~/.config/gdu/gdu.yaml
first in #180 - feat: format negative numbers correctly in #179
- feat: upgrade dependencies and go version in #177
Full Changelog: v5.18.1...v5.19.0
gdu v5.18.1
fix: correct regular expression for --config-file
flag
Full Changelog: v5.18.0...v5.18.1
gdu v5.18.0
What's Changed
- feat: crop current item path to 70 chars in #173
- feat: show elapsed time in progress modal
- feat: configuration option for setting maximum length of the path for current item in the progress modal in #174
- fix: read non-default config file properly in #175
Full Changelog: v5.17.1...v5.18.0
gdu v5.17.1
Full Changelog: v5.17.0...v5.17.1
gdu v5.17.0
What's Changed
The color can be set in the configuration file. E.g.:
style:
selected-row:
text-color: black
background-color: "#ff0000"
Full Changelog: v5.16.0...v5.17.0
gdu v5.16.0
gdu v5.15.0
What's Changed
- feat: show sizes as raw numbers without prefixes by @dundee in #147
- feat: natural sorting by @dundee in #156
- fix: honor
--summarize
when reading analysis by @Riatre in #149 - fix: upgrade dependencies by @phanirithvij in #153
- ci: generate release tarballs with vendor directory by @CyberTailor in #148
Full Changelog: v5.14.0...v5.15.0
gdu v5.14.0
- sort items by name if usage/size/count is the same (#143)
gdu v5.13.2
- be able to go back to devices list from analyzed directory (#129)