2024-04-20 05:49:42 -08:00
|
|
|
# SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
2021-07-18 01:36:05 -08:00
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
2024-07-24 04:07:17 -08:00
|
|
|
2.5 - 2024-07-24
|
|
|
|
|
- Still requires Zig 0.12 or 0.13
|
|
|
|
|
- Add parallel scanning with `-t,--threads` CLI flags
|
|
|
|
|
- Improve JSON export and import performance
|
|
|
|
|
- `--exclude-kernfs` is no longer checked on the top-level scan path
|
|
|
|
|
- Fix entries sometimes not showing up after refresh
|
|
|
|
|
- Fix file descriptor leak with `--exclude-caches` checking
|
|
|
|
|
- Fix possible crash on invalid UTF8 when scanning in `-1` UI mode
|
|
|
|
|
- Fix JSON export and import of the "other filesystem" flag
|
|
|
|
|
- Fix JSON import containing directories with a read error
|
|
|
|
|
- Fix mtime display of 'special' files
|
|
|
|
|
- Fix edge case bad performance when deleting hardlinks with many links
|
|
|
|
|
- Increased memory use for hardlinks (by ~10% in extreme cases, sorry)
|
|
|
|
|
|
2024-04-21 00:58:35 -08:00
|
|
|
2.4 - 2024-04-21
|
|
|
|
|
- Now requires Zig 0.12
|
|
|
|
|
- Revert default color scheme back to 'off'
|
|
|
|
|
- Rewrite man page in mdoc, drop pod2man dependency
|
|
|
|
|
- Fix updating parent dir error status on refresh
|
|
|
|
|
|
2023-08-04 06:05:31 -08:00
|
|
|
2.3 - 2023-08-04
|
|
|
|
|
- Now requires Zig 0.11
|
|
|
|
|
- Add --(enable|disable)-natsort options
|
|
|
|
|
- Add indicator to apparent size/disk usage selection in the footer
|
|
|
|
|
- Fix build on armv7l (hopefully)
|
|
|
|
|
- Minor build system additions
|
|
|
|
|
|
2023-01-18 22:00:27 -09:00
|
|
|
2.2.2 - 2023-01-19
|
|
|
|
|
- Now requires Zig 0.10 or 0.10.1
|
|
|
|
|
- That's it, pretty much.
|
|
|
|
|
|
2022-10-24 22:14:36 -08:00
|
|
|
2.2.1 - 2022-10-25
|
|
|
|
|
- Still requires Zig 0.9.0 or 0.9.1
|
|
|
|
|
- Fix bug with 'dark' and 'off' color themes on FreeBSD and MacOS
|
|
|
|
|
|
2022-10-17 02:37:59 -08:00
|
|
|
2.2 - 2022-10-17
|
|
|
|
|
- Still requires Zig 0.9.0 or 0.9.1
|
|
|
|
|
- (breaking) Wildcards in exclude patterns don't cross directory boundary anymore
|
|
|
|
|
- Improve exclude pattern matching performance
|
|
|
|
|
- Set full background in default dark-bg color scheme
|
|
|
|
|
- Fix broken JSON export when a filename contains control characters below 0x10
|
|
|
|
|
|
2022-04-28 01:19:43 -08:00
|
|
|
2.1.2 - 2022-04-28
|
|
|
|
|
- Still requires Zig 0.9.0 or 0.9.1
|
|
|
|
|
- Fix possible crash on shortening file names with unicode variation
|
|
|
|
|
selectors or combining marks
|
|
|
|
|
|
2022-03-25 03:38:47 -08:00
|
|
|
2.1.1 - 2022-03-25
|
|
|
|
|
- Still requires Zig 0.9.0 or 0.9.1
|
|
|
|
|
- Fix potential crash when refreshing
|
|
|
|
|
- Fix typo in --graph-style=eighth-block
|
|
|
|
|
- Revert default --graph-style to hash characters
|
|
|
|
|
|
2022-02-07 03:44:36 -09:00
|
|
|
2.1 - 2022-02-07
|
|
|
|
|
- Still requires Zig 0.9.0
|
|
|
|
|
- Use natural sort order when sorting by file name
|
|
|
|
|
- Use Unicode box drawing characters for the file size bar
|
|
|
|
|
- Add --graph-style option to change drawing style for the file size bar
|
|
|
|
|
- Fix early exit if a configuration directory does not exist
|
|
|
|
|
- Fix display glitch for long file names
|
|
|
|
|
- Fix display glitch with drawing unique/shared size column
|
|
|
|
|
|
2022-01-01 06:01:47 -09:00
|
|
|
2.0.1 - 2022-01-01
|
|
|
|
|
- Still requires Zig 0.9.0
|
|
|
|
|
- Fix build failure to find 'wcwidth' on some systems
|
|
|
|
|
- Add ZIG_FLAGS option to Makefile
|
|
|
|
|
|
2021-12-21 00:56:49 -09:00
|
|
|
2.0 - 2021-12-21
|
|
|
|
|
- Requires Zig 0.9.0
|
|
|
|
|
- That's the only change.
|
|
|
|
|
|
2021-11-08 23:11:35 -09:00
|
|
|
2.0-beta3 - 2021-11-09
|
|
|
|
|
- Requires Zig 0.8 or 0.8.1
|
|
|
|
|
- Add lots of new CLI flags to configure ncdu
|
|
|
|
|
- Add configuration file support
|
|
|
|
|
- Add 'dark-bg' color scheme and use that by default
|
|
|
|
|
- Fix not enabling -x by default
|
|
|
|
|
- Fix export feature
|
|
|
|
|
- Fix import of "special" dirs and files
|
|
|
|
|
- Fix double-slash display in file browser
|
|
|
|
|
|
2021-07-30 21:13:50 -08:00
|
|
|
2.0-beta2 - 2021-07-31
|
|
|
|
|
- Requires Zig 0.8
|
|
|
|
|
- Significantly reduce memory usage for hard links
|
|
|
|
|
- Slightly increase memory usage for directory entries
|
|
|
|
|
- Fix reporting of fatal errors in the -0 and -1 scanning UIs
|
|
|
|
|
|
2021-07-22 06:29:55 -08:00
|
|
|
2.0-beta1 - 2021-07-22
|
|
|
|
|
- Full release announcement: https://dev.yorhel.nl/doc/ncdu2
|
2021-07-22 20:38:50 -08:00
|
|
|
- Requires Zig 0.8
|
2022-02-07 03:44:36 -09:00
|
|
|
- Features and UI based on ncdu 1.16
|
2021-07-22 06:29:55 -08:00
|
|
|
- Lower memory use in most scenarios (except with many hard links)
|
|
|
|
|
- Improved performance of hard link counting
|
|
|
|
|
- Extra column for shared/unique directory sizes
|