Next | Query returned 35 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-12-06 13:25:11 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dua-cli: update to 2.21.0

2.21.0 (2023-12-06)
New Features
 - With a single path provided as root, pretend it's the current working dir
   This makes it seem like the user started the directory walk directly in the
   given directory, which is more intuitive than the previous approach only
   showed the given directory as top-level directory.

   Note that this change only affects invocations like dua <dir> or dua i \ 
<dir>.

 - press m to sort by modification date, ascending and descending.

Bug Fixes
 - slightly faster (0.5ms) startup times of the binary on MacOS and maybe Linux.
   2023-11-21 13:53:39 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/dua-cli: update to 2.20.3

2.20.3 (2023-11-21)
Bug Fixes
 - mark-pane now doesn't double-count sizes anymore.
   2023-11-20 12:25:10 by pin | Files touched by this commit (5) | Package updated
Log message:
sysutils/dua-cli: update to 2.20.2

Bug Fixes
 - alignment when in interactive mode and -f binary
   2023-10-11 13:44:22 by pin | Files touched by this commit (4)
Log message:
sysutils/dua-cli: enable move to trash
   2023-05-05 23:57:11 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dua-cli: update to 2.20.1

2.20.1 (2023-05-05)
Bug Fixes
 - release definition to use a more recent ubuntu, to get linux binaries.
   Otherwise there are no linux runners who can satisfy the request, and they
   hang forever, instead of saying something useful.

2.20.0 (2023-05-05)
New Features
 - TUI now shows performance metrics while scanning and after. This is in
   preparation for the moonwalk upgrade.
 - improve CLI help provided with the --format flag. It's now possible to see
   what possible values are without reading a swath of text. Now the default is
   shown as well which is more important now that it changes depending on the
   platform.
 - use metric byte format only on MacOS. That way, on linux the binary format
   is used by default which is more common on that platform.

Bug Fixes
 - Improve documentation for Marked Items pane to make clearer how to delete
   items.
   2023-02-28 23:30:32 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dua-cli: update to 2.19.2

2.19.2 (2023-02-23)
Bug Fixes
 - -x is applied to traversal as well.
   Previously dua would cross filesystems for traversal and simply not
   yield them, which somewhat defeated the purpose.

   Now it will avoid traversing into filesystem entries that are on a different
   filesystem, which should improve its performance visibly whenever multiple
   filesystems are involved.

Other
 - don't recurse on cross-device filesystems
   Like it says in the title. Right now, if you pass -x, dua doesn't
   count files on other devices, but it still enumerates them. However, a
   good reason to use -x is if you have network mounts that are slow, so
   this fixes that.
   2022-12-17 08:26:00 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dua-cli: update to 2.19.0

2.19.0 (2022-12-13)
New Features
 - Remove the handbrake on MacOS which can now deliver the expected performance.
   Previously it would limit itself to only using 4 threads as it would use a
   lot of time in user space. This has changed now, and the traversal itself is
   much more efficient (even though it could definitely be more efficient when
   comparing to pdu).
   In any case, counting performance should now greatly improve on M1 MacOS
   machines.

Bug Fixes
 - resolve stalling issue of previous version. This way, this release is the
   working version of v2.8.1 .
   2022-09-12 13:50:23 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dua-cli: update to 2.18.0

Fixes
 - Remove a duplicate draw call which would have doubled the time it takes to
   refresh on user input.
   This might have been noticable when large amounts of files are displayed.

New Features
 - Automatically resize if the terminal changes in size.
   2022-07-05 18:27:41 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dua-cli: update to 2.17.8

2.17.8 (2022-07-05)
Bug Fixes
 remove chrono from the dependency tree. This assures there is no possibility
 for undefined behaviour to to localtime support used by some of the
 trash-crate code otherwise.
   2022-06-14 22:16:44 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/dua-cli: update to 2.17.7

2.17.7 (2022-06-14)
Fixes
-Improve readability of the currently visible path in light terminal color
 themes (#129).

Next | Query returned 35 messages, browsing 11 to 20 | Previous