Releases: dundee/gdu
Releases · dundee/gdu
gdu v5.3.0
- added possibility to export analysis data into file (as JSON) using flag
-oand import them later using flag-f(#59)
gdu v5.2.0
ekey binding for emptying directory/file (#62 thanks @zhangsean!)
gdu v5.1.1
- fixed test failing on some platforms (#58)
gdu v5.1.0
- show item info by pressing
i - std log module replaced with https://github.com/sirupsen/logrus
gdu v5.0.1
- updated tview to fix crash on Windows (thanks @huangnauh!)
gdu v5.0.0
- Show/hide file count by pressing
c(#55) - BC break: "Sort by file count" key binding remapped to
C
gdu v4.11.2
- fixed handling keys when viewing file content (#53)
gdu v4.11.1
- fixed typo in the flag description
gdu v4.11.0
- added option to ignore hidden directories (#50)
- added option to ignore directories matching regular expression
gdu v4.10.1
- fixed stdout output - write usage of cores into log file
- skip failing tests on single core CPUs (thanks @inglor!)