This is a stable release. It brings a number new features and some bug fixes:
* Closing the gap between sizes reported by QDirstat and sizes reported by the
du command: Now also taking the allocated size into account.
* Now also displaying the allocated size where it makes sense.
* New "Mounted Filesystems" window showing output similar to the df command
(but without the cruft).
* New directory selection dialog showing all (real) filesystems.
* New checkbox to cross filesystems (temporarily) in the directory selection
dialog.
* Workaround for NTFS oddities: Ignoring hard links on NTFS.
* Added config option to ignore hard links in general.
* Added a document about Btrfs free size and how different tools tend to show
different values: Btrfs-Free-Size.md
* Bug fixes
Suggested by the upstream author Stefan Hundhammer in
https://mail-index.netbsd.org/pkgsrc-users/2020/02/13/msg030448.html.
Changes since 1.6:
- Much better handling for "permission denied" errors while reading directories.
- Now showing the exact byte size (134 495 994 Bytes instead of 128.3 MB)
upon mouse click in the tree (right click) and in the details panel (left or
right click).
- New optional tree column "Oldest File" (not enabled by default).
- Bug fix: Support for dark widget themes in File Size Histogram window.
This is a stable release. It brings performance improvements, new features
and some bug fixes:
* Performance improvement while reading directories
* Vast performance improvement for huge directories (100.000+ entries in a
single directory)
* New packages view
* New unpackaged files view
* New standard cleanup: Check File Type
* Support for excluding directories containing a file with a specific name
or pattern.
* Greatly improved man page
* Some minor bug fixes.
1.5
- (Optional) breadcrumbs navigation
- (Optional) a new "details" panel for the currently selected item
- (Optional) new tree columns: owner, group, permissions both in "rwxrwxrwx"
and in octal format
- Package manager support for the major Linux package managers (dpkg / rpm /
pacman) to see what package a system file belongs to.
- Quick-switchable different layouts for the main window
- A new "General" page in the configuration dialog
- Show in the window title if the program runs with root permissions (sudo
etc.)
- (Optional) show the URL in the window title
- Some bug fixes
1.4
- File size statistics window with histogram
- Filling the gaps in the treemap (directories with lots of small files)
- Checked code with Coverity and fixed all issues it pointed out
- Improved support for file and directory names with UTF-8 special characters
(Qt 4 only issue)
- Improved support for directories that have read, but not execute permissions
1.3
- File type statistics window
- Locate files per directory by file type
- Display path and size of the current item in the status line while
hovering over a treemap tile
- Optional alternate layout of the main window: Tree view and treemap side
by side
- Improved logging: More secure and rotating logs
- New document: QDirStat for Headless Servers for server admins
- New document: The GitHub Workflow for developers
1.2
- Btrfs improvements
1.1
- This is mostly a bug fix release with some small features thrown in.
QDirStat is a graphical application to show where your disk space has gone and
to help you to clean it up.
This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the
latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every
X11-based desktop on Linux, BSD and other Unix-like systems.