------------------------------------------------------------------- Mon Jan 12 06:35:10 UTC 2026 - Johannes Kastl - Update to version 3.6.0: On linux, stats reading is now time bounded, which avoids freezes on unresponding remote volumes or some invalid mounts. A new launch argument lets you tune the timeout, eg dysk --timeout no or dysk --timeout 5ms. This should make the --remote-stats no parameter mostly useless. * version 3.6.0 * add test script to gitignore * Nobody ever gives feedback so I'm free to funk the site * update changelog * apply timeout to all disks * allow removing timeout * timeout checked when reading remote stats * fix img links in readme * improve ddoc * website: search * replace mkdocs with ddoc ------------------------------------------------------------------- Thu Dec 04 06:24:10 UTC 2025 - Johannes Kastl - Update to version 3.5.0: * Windows: detect storage spaces - Thanks @mokurin000 and @acieslewicz * silently handle broken pipe on printing to stdout - Fix #104 * don't print a TTY Reset when called with --color no or piped to a non TTY stream - Fix #105 ------------------------------------------------------------------- Sun Nov 09 09:43:35 UTC 2025 - Johannes Kastl - Update to version 3.4.0: * version 3.4.0 * exclude /Library/Developer from normal mounts * use merged lfs-core * Mac: list mounts not backed by a local phys device ------------------------------------------------------------------- Sun Nov 02 16:01:39 UTC 2025 - Johannes Kastl - Update to version 3.3.0: * support for getting info by path on windows, eg dysk some/file (was already possible on Linux and Mac) * hide the --strategy argument: there's no reason to use it today ------------------------------------------------------------------- Thu Oct 30 07:10:44 UTC 2025 - Johannes Kastl - Update to version 3.2.0: * new options column: linux mount options * new compress column: compression algorithm & level - Fix #98 ------------------------------------------------------------------- Fri Aug 29 09:15:35 UTC 2025 - Johannes Kastl - Update to version 3.1.0: * default strategy on Mac is much faster (about 1000 times faster...) * strategy can be chosen with --strategy diskutil or --strategy iokit (default) ------------------------------------------------------------------- Wed Aug 20 06:18:57 UTC 2025 - Johannes Kastl - Update to version 3.0.0: * reduce number of keywords in Cargo.toml * update changelog, fix deploy script * remove table of direct links to executables * commit the official deploy script * version 3.0 * improve cross compilation * make target.sh compatible with mac * build.sh compatible with non linux local * update doc to mention in runs on mac too * update lfs-core to stop using stat on mac * restore dev major:minor in json * use lfs-core v0.13 * Mac: unix device id, PATH argument * make / not normal on mac * make /System/Volumes/Data normal * use lfs-core dependency through github with branch * fix unused import on mac * make /boot not "normal" on linux * WIP - Mac compatibility * add a CONTRIBUTING.md file * add RISC-V pre-built binary ------------------------------------------------------------------- Tue May 13 11:38:52 UTC 2025 - Johannes Kastl - Update to version 2.10.1: * version 2.10.1 * do a CSI reset on other termimad tables too * reset style after printing table * update dependencies * clippy * add uuid and partuuid columns to tests * remove mention of broot in website ------------------------------------------------------------------- Sat Dec 21 14:14:42 UTC 2024 - opensuse_buildservice@ojkastl.de - Update to version 2.10.0: * update CHANGELOG * add uuid & partuuid in web's columns list * version 2.10 with UUID and PARTUUID * fix colors of search dialog in website ------------------------------------------------------------------- Sat Sep 14 11:05:54 UTC 2024 - opensuse_buildservice@ojkastl.de - Update to version 2.9.1: * version 2.9.1 * use base-2 logs to retrieve binary prefixes * add free_percent column to tests ------------------------------------------------------------------- Tue Jun 04 04:41:51 UTC 2024 - opensuse_buildservice@ojkastl.de - Update to version 2.9.0: * free_percent column ------------------------------------------------------------------- Thu Oct 19 06:03:16 UTC 2023 - kastl@b1-systems.de - Update to version 2.8.2: * fix publish * version 2.8.2 * add link to contributing rules in website ------------------------------------------------------------------- Tue Oct 10 04:42:40 UTC 2023 - kastl@b1-systems.de - Update to version 2.8.1: * require rust 1.70 because that's what clap requests * cleaner web site * prevent dysk version mismatch * fix version display ------------------------------------------------------------------- Mon Oct 9 13:36:58 UTC 2023 - Johannes Kastl - new package dysk: like df but better