Commit 7330e66 1 parent 4bb7ffc commit 7330e66 Copy full SHA for 7330e66
File tree 5 files changed +27
-4
lines changed
5 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 27
27
env :
28
28
CC : clang
29
29
run : |
30
+ rm '/usr/local/bin/2to3-3.11'
30
31
brew update
31
32
brew install llvm
32
33
export PATH="/usr/local/opt/llvm/bin:$PATH"
Original file line number Diff line number Diff line change
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
+
1
23
nnn v4.6 Absinthe
2
24
2022-07-26
3
25
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 = 6 ,
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 Jul 26 , 2022
1
+ .Dd Nov 24 , 2022
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.6 "
140
+ #define VERSION "4.7 "
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