Skip to content

Commit bc7a819

Browse files
committed
Prepare for release v3.0
1 parent 3532d6c commit bc7a819

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
nnn v3.0
2+
2020-02-12
3+
4+
- take list of files as input and show
5+
- option `-e` replaces `NNN_USE_EDITOR`
6+
- option `-t` replaces `NNN_IDLE_TIMEOUT`
7+
- PCRE support
8+
- more readline bindings for native prompts
9+
- run GUI app as plugin
10+
- attempt lazy unmount when regular unmount fails
11+
- fix unmount on macOS: use `umount`
12+
- detect `sshfs` and `rclone` to prompt intelligently
13+
- auto-proceed on file open (toggle key <kbd>+</kbd>)
14+
- quit with error code on <kbd>Q</kbd>
15+
- additional key <kbd>F5</kbd> to toggle hidden
16+
- key <kbd>e</kbd> to edit in EDITOR (back on multiple user requests)
17+
- option to edit list of files in selection is changed to <kbd>E</kbd>
18+
- do not end selection on redraw
19+
- `nuke`: [`glow`](https://github.com/charmbracelet/glow) as Markdown viewer
20+
- `nuke`: refactor, handle some common video types by extension
21+
- file name removed from status bar
22+
- static Makefile target
23+
- generate, upload static package on release
24+
- fix crash on entering empty dir, then Down
25+
- fix keypresses lost when showing message
26+
- fix #227: `nnn` creates xdg-open zombies
27+
28+
-------------------------------------------------------------------------------
29+
130
nnn v2.9
231
2020-01-15
332

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ Completion scripts for Bash, Fish and Zsh are [available](misc/auto-completion).
177177
- [Maxim Baz](https://github.com/maximbaz)
178178
- and other contributors
179179

180-
`nnn` is actively developed. Visit the to the [ToDo list](https://github.com/jarun/nnn/issues/448) to contribute or see the features in progress.
180+
`nnn` is actively developed. Visit the to the [ToDo list](https://github.com/jarun/nnn/issues/472) to contribute or see the features in progress.

nnn.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.Dd Jan 15, 2020
1+
.Dd Feb 12, 2020
22
.Dt NNN 1
33
.Os
44
.Sh NAME

src/nnn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
#include "dbg.h"
108108

109109
/* Macro definitions */
110-
#define VERSION "2.9"
110+
#define VERSION "3.0"
111111
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
112112
#define SESSIONS_VERSION 1
113113

0 commit comments

Comments
 (0)