mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Updated Changelog and TODO
git-svn-id: svn://blicky.net/ncdu/trunk@39 ce56bc8d-f834-0410-b703-f827bd498a76
This commit is contained in:
parent
4fdebc82d5
commit
02a94d79e8
2 changed files with 21 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
|
@ -1,3 +1,18 @@
|
|||
svn - ?
|
||||
- Filenames ending with a tidle (~) will now also
|
||||
be hidden with the 'h'-key
|
||||
- Fixed buffer overflow when supplying a path longer
|
||||
than PATH_MAX (patch by Tobias Stoeckmann)
|
||||
- Used S_BLKSIZE instead of a hardcoded block size of
|
||||
512
|
||||
- Fixed display of disk usage and apparent sizes
|
||||
- Updated ncdu -h
|
||||
- Included patches for Cygwin
|
||||
- Cursor now follows the selected item
|
||||
- Added spaces around path (debian #472194)
|
||||
- Fixed segfault on empty directory (debian #472294)
|
||||
- A few code rewrites and improvements
|
||||
|
||||
1.3 - 2007-08-05
|
||||
- Added 'r'-key to refresh the current directory
|
||||
- Removed option to calculate apparent size: both
|
||||
|
|
|
|||
6
TODO
6
TODO
|
|
@ -6,6 +6,7 @@ Small list of planned features/changes, suggestions are always welcome.
|
|||
* Tabs?
|
||||
* Still use the ncurses forms library, or implement our own?
|
||||
(hopefully less buggy and more control)
|
||||
- Or just remove the startup screen altogether?
|
||||
|
||||
- Add export/import feature for filelists
|
||||
* Also comparing two filelists
|
||||
|
|
@ -13,3 +14,8 @@ Small list of planned features/changes, suggestions are always welcome.
|
|||
- Improve browser interface
|
||||
* Mutt-like status bar?
|
||||
* Browser always on background, even on startup
|
||||
|
||||
- Add custom key bindings
|
||||
* Using a config file (/etc/ncdurc, ~/.ncdurc)
|
||||
* Running external commands on the selected file
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue