Skip to content

Commit 65eddfe

Browse files
committed
Prepare for release v4.4 Tequila
1 parent 2f98625 commit 65eddfe

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

CHANGELOG

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
nnn v4.4 Tequila
2+
2021-11-23
3+
4+
- support macOS iterm2 in plugin preview-tui (#1196)
5+
- use selection at native command prompt with `%j` and `%J`
6+
- docs - https://github.com/jarun/nnn/wiki/concepts#special-variables
7+
- scroll strings longer than columns in rename/new prompts (#1213, #279)
8+
- batch rename symlink targets in listing mode (#1214)
9+
- option for recursive rename in plugin .nmv (#1186)
10+
- more frequent checks for cancellation during du (#1236)
11+
- picker mode: enable auto-proceed
12+
- picker mode: don't pick hovered file on <kbd>Enter</kbd> if selection exists
13+
- picker mode: fix issue in plugin `fzopen` when used to pick files
14+
- send file to explorer FIFO on double left click instead of opening it
15+
- new neovim plugin [nnn.nvim](https://github.com/luukvbaal/nnn.nvim)
16+
- nvim-only, featuring explorer mode (`-F` flag)
17+
- explorer mode for [nnn.vim](https://github.com/mcchrish/nnn.vim#explorer)
18+
- remove option `-w`: always place HW cursor on current entry
19+
- accept link name when linking a single target (#1201)
20+
- option `-i` to show current file information in info bar
21+
- force GNU sed on *BSD and Solaris
22+
- add `nsxiv` support to nuke, preview-tabbed and imgview (#1230)
23+
- fix preview-tui without `-a` (#1208)
24+
- pass `pts` in env var for preview-tui to use in `tput` (#1235)
25+
- disable editing file in picker mode (#1183)
26+
- save session in picker mode (#1190)
27+
- use nerd icons for gitstatus patch (#1220)
28+
29+
-------------------------------------------------------------------------------
30+
131
nnn v4.3 Martini
232
2021-09-29
333

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 = 3,
12+
middle = 4,
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 Sep 29, 2021
1+
.Dd Nov 23, 2021
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.3"
137+
#define VERSION "4.4"
138138
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
139139

140140
#ifndef NOSSN

0 commit comments

Comments
 (0)