Commit 6dd8cf8 1 parent 18b5371 commit 6dd8cf8 Copy full SHA for 6dd8cf8
File tree 4 files changed +28
-3
lines changed
4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change
1
+ nnn v4.8 Spritz
2
+ 2023-04-13
3
+
4
+ - show total size (key <kbd>S</kbd>) of non-filtered selection in a directory
5
+ - fix tilde (~) handling in file name
6
+ - plugin `.nmv` now respects `-u` flag
7
+ - env var `$NNN_PREFER_SELECTION` exported to all plugins
8
+ - support for wezterm in `preview-tui`
9
+ - create new file or directory (tree) on startup
10
+ - run command as plugin now supports exported variables
11
+ - use `"$nnn"` anywhere when running command as plugin
12
+ - set defaults for some prompts on <kbd>Enter</kbd>
13
+ - improve archive, rename and create new workflows
14
+ - optimize link creation
15
+ - allow overwriting regular files on new empty file creation
16
+ - add patch for colemak keyboard (existing renamed to colemak-dh)
17
+ - add correct check for Wayland in clipboard plugins
18
+ - add quitcd script for nushell
19
+ - plugin `kdeconnect` - send multiple files
20
+ - plugin `preview-tui`: add `chafa` as preferred image viewer, multiple fixes
21
+ - plugin `nmount` - misc. improvements
22
+ - add icon for jxl files
23
+
24
+ -------------------------------------------------------------------------------
25
+
1
26
nnn v4.7 Cuba libre
2
27
2022-11-24
3
28
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ resource app_version {
12
12
middle = 7,
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 Nov 24, 2022
1
+ .Dd Apr 13, 2023
2
2
.Dt NNN 1
3
3
.Os
4
4
.Sh NAME
Original file line number Diff line number Diff line change 137
137
#endif
138
138
139
139
/* Macro definitions */
140
- #define VERSION "4.7 "
140
+ #define VERSION "4.8 "
141
141
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
142
142
143
143
#ifndef NOSSN
You can’t perform that action at this time.
0 commit comments