From 4f4b19cbccea408ea99b8b7c617c92d567f2432e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 24 Feb 2018 13:34:46 +0530 Subject: [PATCH] Update Changelog --- CHANGELOG | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f0cf6793..ae2c98cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,32 @@ +nnn v1.7 +2018-02-nn + +What's in? +- Copy multiple file paths +- Copy file paths when X is unavailable +- Optionally quote individual file paths with single quotes on copy +- Use ISO 8601 date format in file details +- New/changed/remapped shortcuts: + - ^B - show bookmark prompt (replaces b) + - b - pin current dir (replaces ^B) + - ^J - toggle du mode + - ^F - extract archive (replaces ^X) + - ^X - quit nnn (replaces ^Q) +- Extra shortcuts enabled in nav-as-you-type mode: + - ^K, ^Y (file path copy) + - ^T (toggles quoted file path copy) + - ^R (rename) + - ^O (open with...) + - ^B (show bookmark prompt) + - ^V (visit pinned dir) + - ^J (toggle du mode) + - ^/ (open desktop opener) + - ^F (extract archive) + - ^L (refresh) + - ^X (quit nnn) + +------------------------------------------------------------------------------- + nnn v1.6 2017-12-25