Skip to content

Commit 33126ee

Browse files
committed
Prepare for release v4.9 Elixir
1 parent d8c1c99 commit 33126ee

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
nnn v4.8 Spritz
222
2023-04-13
323

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 = 4,
12-
middle = 7,
12+
middle = 9,
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 Apr 13, 2023
1+
.Dd Aug 27, 2023
22
.Dt NNN 1
33
.Os
44
.Sh NAME

src/nnn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
#endif
149149

150150
/* Macro definitions */
151-
#define VERSION "4.8"
151+
#define VERSION "4.9"
152152
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
153153

154154
#ifndef NOSSN

0 commit comments

Comments
 (0)