Skip to content

Commit 3f58f61

Browse files
committed
Prepare for release v4.5 Cachaça
1 parent 4366247 commit 3f58f61

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

CHANGELOG

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
nnn v4.5 Cachaça
2+
2022-04-26
3+
4+
- disable filter info if file details (option `-i`) enabled
5+
- open previous active context on context quit
6+
- switch <kbd>^J</kbd> and <kbd>+</kbd> functionality:
7+
- <kbd>+</kbd>: toggle file selection
8+
- <kbd>^J</kbd>: toggle auto-jump on file open
9+
- allow symlink creation with name `@` to a single file (#1345)
10+
- clear selection on successful operation at native prompt with "%j" (#1330)
11+
- reverse timestamps of entries modified/created within 5 minutes
12+
- avoid using non-portable `xargs` flags on macOS (#1299)
13+
- quitcd script for Elvish shell > 0.17.0 (#1344)
14+
- plugin `openall` to open selected files together (#1333)
15+
- plugin `gitroot` to jump to git root directory from a subtree
16+
- plugin `gsconnect` to send the selected files to Android using gsconnect
17+
- icon for opus and webp files
18+
- `preview-tui` - fix gif conversion and whitespace name
19+
- `preview-tui` - add support for windows terminal split
20+
- `preview-tui` - djvu file previews
21+
- `nuke` - add support for `imv` when named _imv_
22+
- `gsconnect` - support connection to multiple devices
23+
- export `NNN_INCLUDE_HIDDEN` to plugins (#1308)
24+
- respect `NNN_TRASH` in `.nmv` (#1306)
25+
- add GNU sed as a dependency with support for env var `SED`
26+
- use bold `>` to point at current entry in detail mode
27+
- add 2 spaces after icons for better visibility
28+
- documentation refresh
29+
- make option `O_NOSORT` to load directories unsorted on entry
30+
31+
-------------------------------------------------------------------------------
32+
133
nnn v4.4 Tequila
234
2021-11-23
335

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 = 4,
12+
middle = 5,
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 23, 2021
1+
.Dd Apr 26, 2022
22
.Dt NNN 1
33
.Os
44
.Sh NAME

src/nnn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
#endif
135135

136136
/* Macro definitions */
137-
#define VERSION "4.4"
137+
#define VERSION "4.5"
138138
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
139139

140140
#ifndef NOSSN

0 commit comments

Comments
 (0)