diff options
author | 2018-02-28 01:54:42 +0530 | |
---|---|---|
committer | 2018-02-28 01:54:42 +0530 | |
commit | 0f89943d9596056323ec43d7f21aeafd0332f120 (patch) | |
tree | dc8b414fc41dc83eb3ba138b7aa34a0d50a2df5d | |
parent | 045da7a1728295be677f43313491522d8ff3045d (diff) | |
download | nnn-0f89943d9596056323ec43d7f21aeafd0332f120.tar.gz |
Prepare for release v1.7
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | nnn.1 | 2 | ||||
-rw-r--r-- | nnn.c | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ nnn v1.7 -2018-02-nn +2018-02-28 What's in? +- Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/) - Copy multiple file paths - Copy file paths when X is unavailable - Optionally quote individual file paths with single quotes on copy -- Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/) - Use ISO 8601 date format in file details - New/changed/remapped shortcuts: - <kbd>^B</kbd> - show bookmark prompt (replaces <kbd>b</kbd>) @@ -1,4 +1,4 @@ -VERSION = 1.6 +VERSION = 1.7 PREFIX ?= /usr/local MANPREFIX ?= $(PREFIX)/share/man @@ -1,4 +1,4 @@ -.Dd Dec 25, 2017 +.Dd Feb 28, 2018 .Dt NNN 1 .Os .Sh NAME @@ -138,7 +138,7 @@ disabledbg() #endif /* DEBUGMODE */ /* Macro definitions */ -#define VERSION "1.6" +#define VERSION "1.7" #define GENERAL_INFO "License: BSD 2-Clause\nWebpage: https://github.com/jarun/nnn" #define LEN(x) (sizeof(x) / sizeof(*(x))) |