mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Prepare for release v1.9
This commit is contained in:
parent
a2caf24592
commit
68f0af6220
15
CHANGELOG
15
CHANGELOG
|
@ -1,3 +1,18 @@
|
|||
nnn v1.9
|
||||
2018-08-10
|
||||
|
||||
What's in?
|
||||
- Support unlimited number of scripts
|
||||
- Pass currently selected filename as first argument to custom scripts
|
||||
- Support directory auto-select in _navigate-as-you-type_ mode
|
||||
- Show selection name in archive name prompt
|
||||
- Support Cygwin opener
|
||||
- Better support on RHEL 25 with earlier version on curses
|
||||
- Sample script for `fzy` integration
|
||||
- Now available on OpenBSD
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
nnn v1.8
|
||||
2018-05-02
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION = 1.8
|
||||
VERSION = 1.9
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
MANPREFIX ?= $(PREFIX)/share/man
|
||||
|
|
Loading…
Reference in a new issue