Skip to content

Commit a482e8a

Browse files
committed
Prepare for release v3.7 Sushi
1 parent 0c55e74 commit a482e8a

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
nnn v3.6 Nina
227
2021-03-16
328

misc/haiku/nnn.rdef

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ resource app_signature "application/x-vnd.Jarun-nnn";
99

1010
resource app_version {
1111
major = 3,
12-
middle = 6,
12+
middle = 7,
1313
minor = 0,
1414

15-
variety = B_APPV_DEVELOPMENT,
15+
variety = B_APPV_FINAL,
1616
internal = 0,
1717

1818
short_info = "nnn",

nnn.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.Dd Mar 16, 2021
1+
.Dd Apr 13, 2021
22
.Dt NNN 1
33
.Os
44
.Sh NAME

src/nnn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
#endif
127127

128128
/* Macro definitions */
129-
#define VERSION "3.6"
129+
#define VERSION "3.7"
130130
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
131131

132132
#ifndef NOSSN

0 commit comments

Comments
 (0)