Skip to content

Commit 46f0768

Browse files
committed
Prepare for release v5.2 Blue Hawaii
1 parent 90af0bf commit 46f0768

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
nnn v5.2 Blue Hawaii
2+
2026-02-14
3+
4+
- enable 8 contexts (saved sessions may no longer be usable, users need to re-create the sessions)
5+
- massive [du performance improvement](https://github.com/jarun/nnn/wiki/Performance#02-feb-2026)
6+
- floating window
7+
- render file stats (<kbd>f</kbd>) in a navigable floating window
8+
- support rendering output of command run as plugin within floating window (prefix `>`)
9+
- support in order fuzzy search
10+
- with no selection, allow user input on _Copy here_ or _Move here_ e.g. to copy the system clipboard
11+
- double confirm when removing more than 10 selected files using `rm`
12+
- auto-complete hovered file name on pressing <kbd>TAB</kbd> at the end of prompt input
13+
- fix: scroll down arrow indicator not showing when down arrow is pressed with filter
14+
- fix: refresh directory after selection edits
15+
- support PCRE2 compile-in (`make O_PCRE2=1`), remove PCRE1 support (no longer being developed)
16+
- support jelliz in preview-tui
17+
- history file for native prompt
18+
19+
-------------------------------------------------------------------------------
20+
121
nnn v5.1 Moscow Mule
222
2025-03-23
323

misc/haiku/nnn.rdef

Lines changed: 2 additions & 2 deletions
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 = 5,
12-
middle = 1,
12+
middle = 2,
1313
minor = 0,
1414

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

1818
short_info = "nnn",

nnn.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.Dd Mar 23, 2026
1+
.Dd Feb 14, 2026
22
.Dt NNN 1
33
.Os
44
.Sh NAME

src/nnn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
#endif
152152

153153
/* Macro definitions */
154-
#define VERSION "5.1"
154+
#define VERSION "5.2"
155155
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
156156

157157
#ifndef NOSSN

0 commit comments

Comments
 (0)