Skip to content

Releases: dundee/gdu

gdu v4.10.0

07 Apr 21:34
v4.10.0

Choose a tag to compare

  • added flag --max-cores to limit the usage of CPU if needed (thanks @BUCKU!)
  • added support for listing devices on FreeBSD (thanks @amigan!)
  • fixed right/l behaviour for very long filenames (#39 thanks @M1cha and @jpralves for debugging!)

gdu v4.9.1

27 Mar 20:56
v4.9.1

Choose a tag to compare

  • keep cursor on selection when swapping between apparent/actual size (thanks @sjuxax!)
  • fixed potencial data race in using wait group the wrong way

gdu v4.9.0

25 Mar 22:03
v4.9.0

Choose a tag to compare

  • use default colors of the terminal (#43)
  • use GOMAXPROCS for setting concurrency limit
  • units corrected (added PB, EB; fixed 1000-1024 range)
  • added SHA sums and GPG signature to release files (#38)

gdu v4.8.1

19 Mar 08:58
v4.8.1

Choose a tag to compare

  • CGO disabled for all builds
  • do not allow some actions while scanning/deleting/confirming (#41)
  • keep selected dir when using enter for goint top
  • handle errors while getting file info (#40)
  • check if the given directory exists

gdu v4.8.0

08 Mar 20:42
v4.8.0

Choose a tag to compare

  • simple file viewer (#10)
  • fixed panic when right pressed while scanning
  • fixed logfile open attributes

gdu v4.7.0

02 Mar 23:26
v4.7.0

Choose a tag to compare

  • use 20% less memory
  • use 3x number of cores
  • upgrade to go 1.16
  • fixed progress modal transparency
  • fixed default log file on Windows
  • set modules version correctly to v4

gdu v4.6.5

23 Feb 10:16
v4.6.5

Choose a tag to compare

  • reverted to go 1.15
  • fixed setting version number

gdu v4.6.4

22 Feb 17:31
v4.6.4

Choose a tag to compare

  • fixed progress modal transparency
  • fixed default log file on Windows
  • set module version correctly

gdu v4.6.3

18 Feb 15:34
v4.6.3

Choose a tag to compare

  • g/G key bindings added to help

gdu v4.6.2

16 Feb 19:42
v4.6.2

Choose a tag to compare

  • keep background color of the terminal
  • delete files in separate thread
  • fixed data race in flag propagation