2023-11-06 14:45:08 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
ncdu: update to 1.19.
1.19 - 2023-09-11
- Fix typo in --exclude-from argument
- Add --(enable|disable)-natsort options
- Add indicator to apparent size/disk usage selection in the footer
|
2023-02-28 23:55:40 by Thomas Klausner | Files touched by this commit (2) |
Log message:
ncdu*: both have same PKGBASE, so no CONFLICTS necessary
They conflict automatically
|
2023-02-28 22:10:28 by Nikita | Files touched by this commit (1) |
Log message:
ncdu: +conflicts for ncdu-2.x
|
2023-02-19 20:51:29 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
ncdu: update to 1.18.1.
1.18.1 - 2023-02-12
- Fix build on non-Linux platforms
|
2023-01-03 14:29:49 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
ncdu: update to 1.18.
1.18 - 2022-12-06
- Fix 'dark-bg' color scheme to actually have a dark background
- Backport configuration file support from 2.x
- Backport many new CLI options from 2.x
- Negation of existing flags: --no-si, --no-confirm-quit, --no-follow-symlinks, \
--include-caches, --include-kernfs
- --[no-]extended in addition to -e
- --one-file-system and --cross-file-system in addition to -x
- --slow-ui-updates, --fast-ui-updates in addition to -q
- Column visibility options: --(show|hide)-(hidden|itemcount|mtime|graph|percent)
- Sorting: --sort, --[no-]group-directories-first
- Feature selection: --(enable|disable)-(shell|delete|refresh)
- Deletion confirmation: --[no-]confirm-delete
- Hidden file visibility: --show-hidden, --hide-hidden
- Size display: --apparent-size, --disk-usage
|
2022-07-21 19:19:37 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ncdu: update to 1.17.
1.17 - 2022-04-28
- Add 'dark-bg' color scheme and use that by default
- Use natural sort order when sorting by file name
- Improve compatibility with C89 environments
- Fix wrong assumption about errno not being set by realloc()
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-07-05 22:37:11 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ncdu: update to 1.16.
1.16 - 2021-07-02
- Increase width of size bar depending on terminal size (Christian Gottsche)
- Set/increment $NCDU_LEVEL variable when spawning a shell
- Indicate whether apparent size or disk usage is being displayed
- Display setuid, setgid and sticky bits in file flags in extended mode
- Fix error handling while reading --exclude-from file
- Improve JSON import to allow for several future extensions to the format
- Export link count in JSON dumps
- Don't export inode in JSON dumps for non-hardlinks
|
2020-06-13 12:03:04 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ncdu: update to 1.15.1.
1.15.1 - 2020-06-10
- (Linux) Fix build on older Linux systems (Christian Gottsche)
- (MacOS) Revert "Exclude firmlinks by default" behavior (until we have
a better solution)
- (MacOS) Add --exclude-firmlinks option to opt-in to the above behavior
1.15 - 2020-05-30
- (Linux) Add --exclude-kernfs option to exclude pseudo filesystems (Christian
Gottsche)
- (MacOS) Exclude firmlinks by default (Saagar Jha)
- (MacOS) Add --follow-firmlinks option to follow firmlinks (Saagar Jha)
- Fix bug in calculating the apparent size of directories containing hardlinks
- Fix integer overflow with directories containing >2GiB worth of file names
- Fix yet another possible 100% CPU bug when losing terminal
|