diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-23 16:36:39 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-23 16:36:39 +0530 |
commit | f71dc87e0c9e0234c9ac758a98dfc6e8ee8e93ae (patch) | |
tree | 065b610ac44badfd58f9045464d470b57c381a9b /CHANGELOG | |
parent | 7288f6a713ca629c4e7e1f6a077cfd5beb099234 (diff) | |
download | nnn-f71dc87e0c9e0234c9ac758a98dfc6e8ee8e93ae.tar.gz |
Prepare for release v2.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +nnn v2.1 +2018-11-23 + +What's in? +- Inclusion in several distros including Arch Linux official repo +- Multiple contexts (_aka_ tabs _aka_ workspaces) [max 4] +- Copy, move, remove selected files, remove current file +- [Leader key](https://github.com/jarun/nnn#leader-key) (like vim) +- In-built GUI app launcher with up to 2 arguments (key <kbd>o</kbd>) +- List copy selection (key <kbd>y</kbd>) +- Env var `NNN_NO_AUTOSELECT` to disable dir auto-select +- Key <kbd>Esc</kbd> exits prompt, <kbd>^L</kbd> clears prompt +- Program runtime help revamped +- Static code analysis integration +- gcc-8 warnings fixed +- Remapped keys: + - <kbd>^W</kbd> - go to pinned dir + - <kbd>^X</kbd> - delete current entry + - <kbd>^Q</kbd> - quit program +- `nlay` is retired (functionality built into `nnn`) +- `chdir` prompt is retired +- Env var `NNN_NO_X` retired, selection now works out of the box +- Only single-char bookmark keys (to work with Leader key) + +------------------------------------------------------------------------------- + nnn v2.0 2018-10-19 |