File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed
Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 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+
121nnn v5.1 Moscow Mule
2222025-03-23
323
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ resource app_signature "application/x-vnd.Jarun-nnn";
99
1010resource 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",
Original file line number Diff line number Diff line change 1- .Dd Mar 23 , 2026
1+ .Dd Feb 14 , 2026
22.Dt NNN 1
33.Os
44.Sh NAME
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments