Skip to content

Commit 7330e66

Browse files
committed
Prepare for release v4.7 Cuba libre
1 parent 4bb7ffc commit 7330e66

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
env:
2828
CC: clang
2929
run: |
30+
rm '/usr/local/bin/2to3-3.11'
3031
brew update
3132
brew install llvm
3233
export PATH="/usr/local/opt/llvm/bin:$PATH"

CHANGELOG

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
nnn v4.7 Cuba libre
2+
2022-11-24
3+
4+
5+
- fix <kbd>^N</kbd> not working sometimes (#1449)
6+
- fix file remove confirmation prompt
7+
- bring back `atool` as the default archive handler
8+
- add option `-B` to use `bsdtar` as the archive utility
9+
- find and list mode improvements
10+
ntinue even if max paths/data size limit is exceeded
11+
eed improvements
12+
pport listing maximum 16K paths of 64 MiB of data
13+
- key <kbd>J</kbd> to jump to an entry or relative offset from current entry
14+
- prefill the hard link creation prompt when there's a single target (#1507)
15+
- documented workaround for docker container crash (#1407, #1476)
16+
- plugin `imgview`: handle arguments as strings (#1509)
17+
- plugin `wallpaper`: support Wayland (#1512)
18+
- plugin `upload`: handle selection using `ffsend` (#1523)
19+
- add Rust icons (#1502)
20+
21+
-------------------------------------------------------------------------------
22+
123
nnn v4.6 Absinthe
224
2022-07-26
325

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 = 6,
12+
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 Jul 26, 2022
1+
.Dd Nov 24, 2022
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.6"
140+
#define VERSION "4.7"
141141
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
142142

143143
#ifndef NOSSN

0 commit comments

Comments
 (0)