Skip to content

Commit 125f4b3

Browse files
committed
Prepare for release v5.1 Moscow Mule
1 parent 3d13c7c commit 125f4b3

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
nnn v5.0 Daiquiri
220
2024-08-26
321

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 = 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",

nnn.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.Dd Aug 26, 2024
1+
.Dd Mar 23, 2025
22
.Dt NNN 1
33
.Os
44
.Sh NAME

src/nnn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
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

0 commit comments

Comments
 (0)