diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-18 15:11:38 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-18 15:33:49 +0530 |
commit | 9c20f43410da0b8ac1a0ed4ee7dd7a442ebb7926 (patch) | |
tree | 4353f5807e071cef775fefe2409eb69e73246050 /CHANGELOG | |
parent | 551e9ca7e5b4105bc1abedfc2635b99acc12e911 (diff) | |
download | nnn-9c20f43410da0b8ac1a0ed4ee7dd7a442ebb7926.tar.gz |
Prepare for release v3.4
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +nnn v3.4 +2020-08-18 + +- icons with icon-specific colors (thanks @KlzXS) +- enhanced `NNN_COLORS` with xterm 256 colors support +- new colorscheme with `NNN_FCOLORS` (file type specific colors) +- switch `-C` to force earlier colorscheme (dirs follow context color) +- updates for Haiku (thanks @CodeforEvolution) +- fix XFS navigation issue (thanks @ucs1) +- optimize archive extension matching on file open +- show location in context color +- support `host[:dir]` format for remote mounts +- clear selection after copy +- support traversal on file/dir creation +- show selection in reverse in status bar +- show status bar indicator `H` when hidden files are listed +- show and confirm archive command output +- support _cd on quit_ in picker mode + +------------------------------------------------------------------------------- + nnn v3.3 2020-07-14 |