diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-19 03:14:35 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-19 03:17:22 +0530 |
commit | 40b98e8c9e78f8e1622968014ed903aeac8a790e (patch) | |
tree | 759926630f90ccf35fe493cc21eadcaae30f8762 /CHANGELOG | |
parent | f30d21b7a4e89544870f8cd5749519ad59585fc6 (diff) | |
download | nnn-40b98e8c9e78f8e1622968014ed903aeac8a790e.tar.gz |
Prepare for release v2.4
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +nnn v2.4 +2019-03-19 + +- FreeDesktop.org compliant trashing +- mark selected entries with `+` +- _wild_ mode (option `-w`, key <kbd>^W</kbd>) for _nav-as-you-type_ +- POSIX-compliant GUI app launcher with drop-down menu (key <kbd>=</kbd>) +- new scripts: + - upload image to imgur + - send selection to Android using kdeconnect-cli +- show permissions in detail mode +- cp, mv progress bar for Linux (needs advcpmv) [BSD, macOS shows on <kbd>^T</kbd>] +- make libreadline an optional dep (reduces memory usage) +- minimize the number of redraws +- handle screen resize gracefully +- option `-d` to show hidden files (`NNN_SHOW_HIDDEN` is removed) +- additional key <kbd>K</kbd> to toggle selection +- change visit start dir key to <kbd>@</kbd> +- option `-C` to disable colors removed +- per-context initial directory replaced by program start dir +- marker msg when spawning new shell removed +- rename debug file to `nnndbg` + nnn v2.3 2019-02-19 |