diff options
| author | 2018-08-10 07:13:53 +0530 | |
|---|---|---|
| committer | 2018-08-10 07:13:53 +0530 | |
| commit | 68f0af62208620675cf63fed000c7bca45277c24 (patch) | |
| tree | d5bf3ee6dea1b791226beb01d7cfea5adf23f6ed | |
| parent | a2caf245921da9cd248a122c53c540bec145bed6 (diff) | |
| download | nnn-68f0af62208620675cf63fed000c7bca45277c24.tar.gz | |
Prepare for release v1.9
| -rw-r--r-- | CHANGELOG | 15 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | nnn.1 | 2 | ||||
| -rw-r--r-- | nnn.c | 2 |
4 files changed, 18 insertions, 3 deletions
@@ -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 @@ -1,4 +1,4 @@ -VERSION = 1.8 +VERSION = 1.9 PREFIX ?= /usr/local MANPREFIX ?= $(PREFIX)/share/man @@ -1,4 +1,4 @@ -.Dd May 02, 2018 +.Dd Aug 10, 2018 .Dt NNN 1 .Os .Sh NAME @@ -138,7 +138,7 @@ disabledbg() #endif /* DEBUGMODE */ /* Macro definitions */ -#define VERSION "1.8" +#define VERSION "1.9" #define GENERAL_INFO "License: BSD 2-Clause\nWebpage: https://github.com/jarun/nnn" #define LEN(x) (sizeof(x) / sizeof(*(x))) |