mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Prepare for release v1.7
This commit is contained in:
parent
045da7a172
commit
0f89943d95
|
@ -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>)
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION = 1.6
|
||||
VERSION = 1.7
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
MANPREFIX ?= $(PREFIX)/share/man
|
||||
|
|
Loading…
Reference in a new issue