-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangelog
67 lines (57 loc) · 2.28 KB
/
Changelog
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2021-06-24 Version 1.36
* [Windows] Do not maximize console window by default
* [Windows] Fix maximize console bug
* [Windows] Detect that program is launched by powershell.exe or explorer.exe
* [UNIX] Reformat information about used inodes and partitions
* [JSON] Fix bug in Ncdu export when filename contains double quotes
* Show 8 biggest files by default (customizable)
* Display sizes in human readable format by default (customizable)
* Add Go module support
2020-06-10 Version 1.34
* Add manual in PDF
* Add support for FreeBSD 11
* Show scanning progress with colours on a tty
* Detect when output is redirected to a file
* [Windows] Maximize console window
* Add support for SSH in non-interactive mode (no tty)
* Tested with i386, Amd64, and ARM (Raspberry Pi 3)
2019-05-12 Version 1.32
* Fix incorrect truncation of long filenames
* Add option to print sizes in human readable format
* Add option to show deepest and longest paths (default: no)
* Count empty directories
* Add option to list empty directories
* Add option to list access denied directories
* Add option to list sockets and named pipes
* Add option to list character and block devices
* Add option to show file status errors
2019-03-30 Version 1.30
* Show scanning progress
* [Windows] Add build.cmd script to compile tdu.exe
* [Windows] Inform user to run tdu.exe from the command line
* [Windows] Console clear and resize, enable scrollback.
2019-03-12 Version 1.28
* Export to Ncdu JSON format (https://dev.yorhel.nl/ncdu/jsonfmt)
* Add man page
* Add option to show the program license
2019-02-18 Version 1.26
* Drastically reduce memory usage
* Show longest directory path
* Show longest filename
* Add some command line parameters
2019-02-15 Version 1.24
* Detect Windows Subsystem for Linux on Windows 10
* Adaptative column width for sizes and items
* Read info from /proc/mounts
* Add map of known filesystems
* Show partition details about size and inodes
2019-02-05 Version 1.22
* Show total items
* Show maximum subdirectory depth and deepest path
* Show apparent total size
* Basic experimental support for non-Linux OS
2019-02-03 Version 1.20
* Show the largest files
* Calculate TTY width and shorten long names if necessary
2019-01-28 Version 1.18
* Initial public release