Skip to content

Releases: dundee/gdu

gdu v5.1.1

22 Jun 16:00
v5.1.1
Compare
Choose a tag to compare
  • fixed test failing on some platforms (#58)

gdu v5.1.0

07 Jun 20:36
v5.1.0
Compare
Choose a tag to compare

gdu v5.0.1

31 May 09:13
v5.0.1
Compare
Choose a tag to compare
  • updated tview to fix crash on Windows (thanks @huangnauh!)

gdu v5.0.0

22 May 14:04
v5.0.0
Compare
Choose a tag to compare
  • Show/hide file count by pressing c (#55)
  • BC break: "Sort by file count" key binding remapped to C

gdu v4.11.2

10 May 14:47
v4.11.2
Compare
Choose a tag to compare
  • fixed handling keys when viewing file content (#53)

gdu v4.11.1

28 Apr 08:50
v4.11.1
Compare
Choose a tag to compare
  • fixed typo in the flag description

gdu v4.11.0

25 Apr 19:13
v4.11.0
Compare
Choose a tag to compare
  • added option to ignore hidden directories (#50)
  • added option to ignore directories matching regular expression

gdu v4.10.1

14 Apr 20:46
v4.10.1
Compare
Choose a tag to compare
  • fixed stdout output - write usage of cores into log file
  • skip failing tests on single core CPUs (thanks @inglor!)

gdu v4.10.0

07 Apr 21:34
v4.10.0
Compare
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
Compare
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