mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 18:18:41 -09:00
Version bump + Changelog update for 1.11
This commit is contained in:
parent
9e549b0319
commit
f8ce052630
3 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
1.11 - 2014-04-05
|
||||||
|
- Added 'b' key to spawn shell in the current directory
|
||||||
|
- Support scanning (and refreshing) of empty directories
|
||||||
|
- Added --si flag for base 10 prefixes
|
||||||
|
- Fix toggle dirs before files
|
||||||
|
|
||||||
1.10 - 2013-05-09
|
1.10 - 2013-05-09
|
||||||
- Added 'c' key to display item counts
|
- Added 'c' key to display item counts
|
||||||
- Added 'C' key to order by item counts
|
- Added 'C' key to order by item counts
|
||||||
|
|
|
||||||
4
README
4
README
|
|
@ -1,5 +1,5 @@
|
||||||
ncdu 1.10g
|
ncdu 1.11g
|
||||||
=========
|
==========
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT(ncdu, 1.10g, projects@yorhel.nl)
|
AC_INIT(ncdu, 1.11g, projects@yorhel.nl)
|
||||||
AC_CONFIG_SRCDIR([src/global.h])
|
AC_CONFIG_SRCDIR([src/global.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue