mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Prepare for release v2.1
This commit is contained in:
parent
7288f6a713
commit
f71dc87e0c
26
CHANGELOG
26
CHANGELOG
|
@ -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
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION = 2.0
|
||||
VERSION = 2.1
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
MANPREFIX ?= $(PREFIX)/share/man
|
||||
|
|
|
@ -32,7 +32,6 @@ It runs on Linux, OS X, Raspberry Pi, Cygwin, Linux subsystem for Windows and Te
|
|||
*Love smart and efficient utilities? Explore [my repositories](https://github.com/jarun?tab=repositories). Buy me a cup of coffee if they help you.*
|
||||
|
||||
<p align="center">
|
||||
<a href="https://saythanks.io/to/jarun"><img src="https://img.shields.io/badge/say-thanks!-ff69b4.svg" /></a>
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/PayPal-donate-green.svg" alt="Donate via PayPal!" /></a>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue