diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-05-11 22:25:22 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-05-11 22:25:22 +0530 |
commit | a3101761601ef50110eb72b311bcacc79e222166 (patch) | |
tree | e00bf128e96f99de32153667ae3d57ece4221b26 /CHANGELOG | |
parent | b06ea71d98d2877e11969559b2b1acd75bbcecd8 (diff) | |
download | nnn-a3101761601ef50110eb72b311bcacc79e222166.tar.gz |
Prepare for release v1.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +nnn v1.1 +2017-05-12 + +News +- Introducing nlay - a highly customizable bash script to handle media type +- nnn is on [Homebrew](http://braumeister.org/formula/nnn) now +- RPM packages for CentOS 7 and Fedora 24 + +Modifications +- *Search-as-you-type* support +- Unicode support +- Option `-S` to start in disk usage analyzer mode +- Show media information (using mediainfo) +- Use readline at change directory prompt +- Jump to prev directories using `cd .....` (with `.` as PWD) +- Jump to initial directory using `&` +- Show help, mediainfo and file info in PAGER +- Several optimizations + +------------------------------------------------------------------------------- + nnn v1.0 2017-04-13 |