Skip to content

Commit 6dd8cf8

Browse files
committed
Happy Birthday nnn!
Prepare for release v4.8 Spritz!
1 parent 18b5371 commit 6dd8cf8

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
nnn v4.7 Cuba libre
227
2022-11-24
328

misc/haiku/nnn.rdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource app_version {
1212
middle = 7,
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 Nov 24, 2022
1+
.Dd Apr 13, 2023
22
.Dt NNN 1
33
.Os
44
.Sh NAME

src/nnn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
#endif
138138

139139
/* Macro definitions */
140-
#define VERSION "4.7"
140+
#define VERSION "4.8"
141141
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
142142

143143
#ifndef NOSSN

0 commit comments

Comments
 (0)