summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryorhel <yorhel@ce56bc8d-f834-0410-b703-f827bd498a76>2007-07-20 11:15:46 +0000
committeryorhel <yorhel@ce56bc8d-f834-0410-b703-f827bd498a76>2007-07-20 11:15:46 +0000
commit6e3bbe69ee8ade74bdb2fe0528248a35c54a585c (patch)
tree6ec3af0c523de169e54b9bb422c100871ef21d0d /ChangeLog
Initial import (ncdu-1.1)v1.1
git-svn-id: svn://blicky.net/ncdu/trunk@1 ce56bc8d-f834-0410-b703-f827bd498a76
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..17932b0
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,32 @@
+1.1 - 2007-04-30
+ - Deleting files and directories is now possible from
+ within ncdu.
+ - The key for sorting directories between files has
+ changed to 't' instead of 'd'. The 'd'-key is now
+ used for deleting files.
+
+1.0 - 2007-04-06
+ - First stable release
+ - Small code cleanup
+ - Added a key to toggle between sorting dirs before
+ files and dirs between files
+ - Added graphs and percentages to the directory
+ browser (can be enabled or disabled with the 'g'-key)
+
+0.3 - 2007-03-04
+ - When browsing back to the previous directory, the
+ directory you're getting back from will be selected.
+ - Added directory scanning in quiet mode to save
+ bandwidth on remote connections.
+
+0.2 - 2007-02-26
+ - Fixed POSIX compliance: replaced realpath() with my
+ own implementation, and gettimeofday() is not
+ required anymore (but highly recommended)
+ - Added a warning for terminals smaller than 60x16
+ - Mountpoints (or any other directory pointing to
+ another filesystem) are now considered to be
+ directories rather than files.
+
+0.1 - 2007-02-21
+ - Initial version