File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1+ nnn v5.1 Moscow Mule
2+ 2025-03-23
3+
4+ - add support for custom trash function
5+ - remember history of last 16 commands executed in the native prompt in the current session
6+ - count files from selection file when no file is selected during selection removal
7+ - show session name in help
8+ - show current entry in reversed bold
9+ - show current (non-auto) session name at save session prompt
10+ - show `F` in the status bar when filter is inactive in _type-to-nav_ mode
11+ - restore correct filter function on session load, switch filter function on context changes
12+ - extend xreadline() with some by-word movement
13+ - added plugins gpgs and gpgv
14+ - add icon for `lzip` files, more emoji icons
15+ - suffix the current context number with `*` in help screen
16+
17+ -------------------------------------------------------------------------------
18+
119nnn v5.0 Daiquiri
2202024-08-26
321
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 = 0 ,
12+ middle = 1 ,
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 Aug 26, 2024
1+ .Dd Mar 23, 2025
22.Dt NNN 1
33.Os
44.Sh NAME
Original file line number Diff line number Diff line change 149149#endif
150150
151151/* Macro definitions */
152- #define VERSION "5.0 "
152+ #define VERSION "5.1 "
153153#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
154154
155155#ifndef NOSSN
You can’t perform that action at this time.
0 commit comments