Commit a482e8a 1 parent 0c55e74 commit a482e8a Copy full SHA for a482e8a
File tree 4 files changed +29
-4
lines changed
4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change
1
+ nnn v3.7 Sushi
2
+ 2021-04-13
3
+
4
+ - allow plugins to clear selection (#884, #889, #917)
5
+ - do not clear selection on hovered file deletion
6
+ - resurrect `'c'urrent/'s'el` prompt and option `-u` (#889)
7
+ - show only file name in reverse in detail mode
8
+ - more file/mime types supported in `preview-tui-ext`
9
+ - plugin `mtpmount` - (un)mount MTP devices
10
+ - plugin `cleanfilename` - more shell-friendly file names
11
+ - plugin `rsynccp` - copy-paste with visual progress
12
+ - replace `$HOME` by `~` in address bar
13
+ - show current path in terminal title (#911)
14
+ - total links and inode number of hardlink in statusbar
15
+ - fix symlink to text file not opening in CLI editor (#890)
16
+ - fix symlink size shown as 0B in statusbar (#888)
17
+ - show symlink target in statusbar (#893)
18
+ - show correct disk free/total on macOS (#888)
19
+ - fix directory disk usage showing as 0 on macOS (#941)
20
+ - fix name col len with `-C` and icons compiled-in (#936)
21
+ - refactor printing entries in light/detail modes (#934)
22
+ - make option `O_CKBOARD` for checker board as indicator
23
+
24
+ -------------------------------------------------------------------------------
25
+
1
26
nnn v3.6 Nina
2
27
2021-03-16
3
28
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ resource app_signature "application/x-vnd.Jarun-nnn";
9
9
10
10
resource app_version {
11
11
major = 3,
12
- middle = 6 ,
12
+ middle = 7 ,
13
13
minor = 0,
14
14
15
- variety = B_APPV_DEVELOPMENT ,
15
+ variety = B_APPV_FINAL ,
16
16
internal = 0,
17
17
18
18
short_info = "nnn",
Original file line number Diff line number Diff line change 1
- .Dd Mar 16 , 2021
1
+ .Dd Apr 13 , 2021
2
2
.Dt NNN 1
3
3
.Os
4
4
.Sh NAME
Original file line number Diff line number Diff line change 126
126
#endif
127
127
128
128
/* Macro definitions */
129
- #define VERSION "3.6 "
129
+ #define VERSION "3.7 "
130
130
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
131
131
132
132
#ifndef NOSSN
You can’t perform that action at this time.
0 commit comments