aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-01 08:01:48 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-01 08:01:48 +0530
commitf9860f1c7f98b8782ed475c34e59c450fe141d78 (patch)
treebf53b9eff0acda3a01a3efb26e48a25440234341 /CHANGELOG
parentf0a2b3b48d73442af07b94c2331c082bd37c09d6 (diff)
downloadnnn-f9860f1c7f98b8782ed475c34e59c450fe141d78.tar.gz
Prepare for release v2.2
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c532689..e9b5771 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,33 @@
+nnn v2.2
+2019-01-01
+
+What's in?
+- (neo)vim plugin [nnn.vim](github.com/mcchrish/nnn.vim)
+- macOS fixes
+ - Fix issues with file copy, move, remove
+ - Handle <kbd>Del</kbd> in rename prompt
+ - Pass correct `file` option to identify mime
+- Support selection across directories and contexts
+- Offer option `force` before file remove
+- Keys <kbd>Tab</kbd>, <kbd>^I</kbd> to go to next active context
+- Per-context directory color specified by `$NNN_CONTEXT_COLORS`
+ - Option `-c` is removed
+- Option `-C` to disable colors
+- Choose script to run from a script directory
+- Run a command (or launch an application)
+- Run file as executable <kbd>C</kbd>
+- Documentation on lftp integration for remote file transfers
+- Support a _combined_ set of arguments to `$EDITOR`, `$PAGER` and `$SHELL`
+- Handle > 2 GB files on 32-bit ARM
+- Env var `$DISABLE_FILE_OPEN_ON_NAV` to disable file open on <kbd>Right</kbd> or <kbd>l</kbd>
+- `NUL`-terminated file paths in selection list instead of `LF`
+- Better support for Termux and Cygwin environments
+- Remapped keys
+ - <kbd>^I</kbd> - go to next active context
+ - <kbd>^T</kbd> - toggle _navigate-as-you-type_
+
+-------------------------------------------------------------------------------
+
nnn v2.1
2018-11-23