Commit 33126ee 1 parent d8c1c99 commit 33126ee Copy full SHA for 33126ee
File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change
1
+ nnn v4.9 Elixir
2
+ 2023-08-27
3
+
4
+ - config option `NNN_ARCHMNT` to specify archive mounter utility
5
+ - key <kbd>^y</kbd> to jump to next young file
6
+ - filter adjustment when opening context from plugin
7
+ - properly update mode after `chmod`
8
+ - pre-fill selected file name to create link if sel is preferred over hovered
9
+ - fix crash when `PWD` is empty
10
+ - make `quitcd.bash_zsh` POSIX-compliant
11
+ - `nmount` - support `udiskctl` as default
12
+ - `preview-tui` - support wezterm split size percentage
13
+ - `preview-tui` - move to bash for environment manipulation through arrays
14
+ - `fzopen` - handle empty selection
15
+ - `finder` - use default path to find
16
+ - add icons for `djvu` files
17
+ - support Nerd Fonts v3.0.0 and above (older versions are broken by v3.0.0)
18
+
19
+ -------------------------------------------------------------------------------
20
+
1
21
nnn v4.8 Spritz
2
22
2023-04-13
3
23
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 = 4,
12
- middle = 7 ,
12
+ middle = 9 ,
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 Apr 13 , 2023
1
+ .Dd Aug 27 , 2023
2
2
.Dt NNN 1
3
3
.Os
4
4
.Sh NAME
Original file line number Diff line number Diff line change 148
148
#endif
149
149
150
150
/* Macro definitions */
151
- #define VERSION "4.8 "
151
+ #define VERSION "4.9 "
152
152
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
153
153
154
154
#ifndef NOSSN
You can’t perform that action at this time.
0 commit comments