File tree 4 files changed +22
-4
lines changed
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
+
1
19
nnn v5.0 Daiquiri
2
20
2024-08-26
3
21
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 = 5,
12
- middle = 0 ,
12
+ middle = 1 ,
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 Aug 26, 2024
1
+ .Dd Mar 23, 2025
2
2
.Dt NNN 1
3
3
.Os
4
4
.Sh NAME
Original file line number Diff line number Diff line change 149
149
#endif
150
150
151
151
/* Macro definitions */
152
- #define VERSION "5.0 "
152
+ #define VERSION "5.1 "
153
153
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
154
154
155
155
#ifndef NOSSN
You can’t perform that action at this time.
0 commit comments