summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 5d11ceab3648d4947555e436d78d5078d5795550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# SPDX-FileCopyrightText: 2021-2022 Yoran Heling <projects@yorhel.nl>
# SPDX-License-Identifier: MIT

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

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

2.0 - 2021-12-21
	- Requires Zig 0.9.0
	- That's the only change.

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

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

2.0-beta1 - 2021-07-22
	- Full release announcement: https://dev.yorhel.nl/doc/ncdu2
	- Requires Zig 0.8
	- Features and UI based on ncdu 1.16
	- Lower memory use in most scenarios (except with many hard links)
	- Improved performance of hard link counting
	- Extra column for shared/unique directory sizes