From: Arun Prakash Jana Date: Sat, 24 Feb 2018 08:04:46 +0000 (+0530) Subject: Update Changelog X-Git-Tag: v1.7~9 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4f4b19cbccea408ea99b8b7c617c92d567f2432e;p=nnn.git Update Changelog --- 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