mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 03:45:01 +00:00
Prepare for release v5.1 Moscow Mule
This commit is contained in:
parent
3d13c7cb41
commit
125f4b3558
4 changed files with 22 additions and 4 deletions
18
CHANGELOG
18
CHANGELOG
|
@ -1,3 +1,21 @@
|
|||
nnn v5.1 Moscow Mule
|
||||
2025-03-23
|
||||
|
||||
- add support for custom trash function
|
||||
- remember history of last 16 commands executed in the native prompt in the current session
|
||||
- count files from selection file when no file is selected during selection removal
|
||||
- show session name in help
|
||||
- show current entry in reversed bold
|
||||
- show current (non-auto) session name at save session prompt
|
||||
- show `F` in the status bar when filter is inactive in _type-to-nav_ mode
|
||||
- restore correct filter function on session load, switch filter function on context changes
|
||||
- extend xreadline() with some by-word movement
|
||||
- added plugins gpgs and gpgv
|
||||
- add icon for `lzip` files, more emoji icons
|
||||
- suffix the current context number with `*` in help screen
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
nnn v5.0 Daiquiri
|
||||
2024-08-26
|
||||
|
||||
|
|
|
@ -9,10 +9,10 @@ resource app_signature "application/x-vnd.Jarun-nnn";
|
|||
|
||||
resource app_version {
|
||||
major = 5,
|
||||
middle = 0,
|
||||
middle = 1,
|
||||
minor = 0,
|
||||
|
||||
variety = B_APPV_DEVELOPMENT,
|
||||
variety = B_APPV_FINAL,
|
||||
internal = 0,
|
||||
|
||||
short_info = "nnn",
|
||||
|
|
2
nnn.1
2
nnn.1
|
@ -1,4 +1,4 @@
|
|||
.Dd Aug 26, 2024
|
||||
.Dd Mar 23, 2025
|
||||
.Dt NNN 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
#endif
|
||||
|
||||
/* Macro definitions */
|
||||
#define VERSION "5.0"
|
||||
#define VERSION "5.1"
|
||||
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
|
||||
|
||||
#ifndef NOSSN
|
||||
|
|
Loading…
Add table
Reference in a new issue