Skip to content

Releases: dundee/gdu

gdu v5.20.0

22 Oct 20:58
v5.20.0
Compare
Choose a tag to compare

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

27 Sep 21:34
v5.19.0
49e0cba
Compare
Choose a tag to compare

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

18 Sep 13:56
v5.18.1
fa26ea7
Compare
Choose a tag to compare

fix: correct regular expression for --config-file flag

Full Changelog: v5.18.0...v5.18.1

gdu v5.18.0

18 Sep 08:15
v5.18.0
Compare
Choose a tag to compare

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

progress modal

Full Changelog: v5.17.1...v5.18.0

gdu v5.17.1

12 Sep 22:01
v5.17.1
f93d7c6
Compare
Choose a tag to compare
  • fix: nul log file for Windows (#171)
  • fix: increase the vertical size of the progress modal (#172)

Full Changelog: v5.17.0...v5.17.1

gdu v5.17.0

10 Sep 23:38
v5.17.0
369e668
Compare
Choose a tag to compare

What's Changed

  • feat: added possibility to change text and background color of the selected row by @dundee in #170

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

07 Sep 21:36
v5.16.0
2664c56
Compare
Choose a tag to compare

What's Changed

  • feat: support for reading (and writing) configuration to YAML file
  • feat: initial mouse support by @dundee in #165
  • add mtime for Windows by @mcoret in #157
  • openbsd fixes by @dundee in #164

New Contributors

Full Changelog: v5.15.0...v5.16.0

gdu v5.15.0

02 Aug 22:28
v5.15.0
5d7cd6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.14.0...v5.15.0

gdu v5.14.0

25 May 22:13
v5.14.0
5543a9e
Compare
Choose a tag to compare
  • sort items by name if usage/size/count is the same (#143)

gdu v5.13.2

18 Feb 19:08
v5.13.2
ab4e2fa
Compare
Choose a tag to compare
  • be able to go back to devices list from analyzed directory (#129)