Releases: CyberShadow/btdu
Releases · CyberShadow/btdu
v0.6.0
- New user interface
- 32-bit ARM support
- Marking
- Confidence visualization in the file browser
- Improved UI responsiveness
- Various small improvements and bug fixes
Full Changelog: v0.5.1...v0.6.0
v0.5.1
- Delete subvolumes in whole (when deleting hierarchies containing subvolumes)
- Fix deleting read-only subvolumes
- Don't descend into other filesystems when deleting
- Fix division by zero with
--min-resolution
- Fix offset calculations in physical mode
- Fix compilation for 32-bit systems
- Fix compilation on non-GNU C runtimes
- Fix flickering pop-ups
- Improve documentation
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- Add
--physical
mode (sample physical/device space) - In
--expert
mode, show how much deletion will free up - Rename
<SLACK>
to<UNUSED>
to match official btrfs terminology - Show any actual slack as
<SLACK>
in--physical
mode - Minor fixes and improvements
Full Changelog: v0.4.1...v0.5.0
v0.4.1
- Move
<ERROR>/logical ino/ENOENT
results to<SLACK>
- Allow choosing size metric in
--expert
mode - Allow sorting by and display of average query duration
- Don't suggest mounting filesystems under
/tmp
- Don't freeze when data is collected faster than it is ingested (#12)
- Add and improve explanations for various error nodes
- Improve display of file/directory sizes
Full Changelog: v0.4.0...v0.4.1
v0.4.0
- Add deletion (press d, then ShiftY to confirm)
- Add
--import
,--export
, headless execution, and stop conditions - Add
--du
to outputdu
-compatible output - Improve explanation of
ENOENT
- Improve error message when given non-top-level subvolume paths
- Try to find a TTY even when standard input/output are redirected
Full Changelog: v0.3.1...v0.4.0
v0.3.1
- Add confidence range for sizes
- Improve some error messages
- Improve usage and building documentation
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Add
--expert
mode - Add more explanations for special nodes
- Show a few logical offsets for viewed nodes
- Show how much data is shared with other paths
- Improve handling of samples in unresolved roots
- Improve display of errors
- Improve display of sample durations
- Improve performance and memory usage
- Fix compilation with older D versions
- Fix handling of paths with invalid UTF-8
- Experimental AArch64 build
v0.2.1
- Fix integer overflow when calculating displayed size
v0.2.0
- Check that the indicated path is the btrfs root subvolume on startup
- UI tweaks and improvements
- Performance improvements
v0.1.0
Initial release