Prepare for release v3.7 Sushi

This commit is contained in:
Arun Prakash Jana 2021-04-13 11:07:25 +05:30
parent 0c55e74fb5
commit a482e8afe5
No known key found for this signature in database
GPG Key ID: A75979F35C080412
4 changed files with 29 additions and 4 deletions

View File

@ -1,3 +1,28 @@
nnn v3.7 Sushi
2021-04-13
- allow plugins to clear selection (#884, #889, #917)
- do not clear selection on hovered file deletion
- resurrect `'c'urrent/'s'el` prompt and option `-u` (#889)
- show only file name in reverse in detail mode
- more file/mime types supported in `preview-tui-ext`
- plugin `mtpmount` - (un)mount MTP devices
- plugin `cleanfilename` - more shell-friendly file names
- plugin `rsynccp` - copy-paste with visual progress
- replace `$HOME` by `~` in address bar
- show current path in terminal title (#911)
- total links and inode number of hardlink in statusbar
- fix symlink to text file not opening in CLI editor (#890)
- fix symlink size shown as 0B in statusbar (#888)
- show symlink target in statusbar (#893)
- show correct disk free/total on macOS (#888)
- fix directory disk usage showing as 0 on macOS (#941)
- fix name col len with `-C` and icons compiled-in (#936)
- refactor printing entries in light/detail modes (#934)
- make option `O_CKBOARD` for checker board as indicator
-------------------------------------------------------------------------------
nnn v3.6 Nina
2021-03-16

View File

@ -9,10 +9,10 @@ resource app_signature "application/x-vnd.Jarun-nnn";
resource app_version {
major = 3,
middle = 6,
middle = 7,
minor = 0,
variety = B_APPV_DEVELOPMENT,
variety = B_APPV_FINAL,
internal = 0,
short_info = "nnn",

2
nnn.1
View File

@ -1,4 +1,4 @@
.Dd Mar 16, 2021
.Dd Apr 13, 2021
.Dt NNN 1
.Os
.Sh NAME

View File

@ -126,7 +126,7 @@
#endif
/* Macro definitions */
#define VERSION "3.6"
#define VERSION "3.7"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
#ifndef NOSSN