CHANGELOG | 29 +++++++++++++++++++++++++++++ README.md | 2 +- nnn.1 | 2 +- src/nnn.c | 2 +- diff --git a/CHANGELOG b/CHANGELOG index 5e3319fed1d73e496cbde1e086e152ebe7244fab..811c4eb6e71bcc3c2bd09aff5ba6f74191b3aa76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,32 @@ +nnn v3.0 +2020-02-12 + +- take list of files as input and show +- option `-e` replaces `NNN_USE_EDITOR` +- option `-t` replaces `NNN_IDLE_TIMEOUT` +- PCRE support +- more readline bindings for native prompts +- run GUI app as plugin +- attempt lazy unmount when regular unmount fails +- fix unmount on macOS: use `umount` +- detect `sshfs` and `rclone` to prompt intelligently +- auto-proceed on file open (toggle key +) +- quit with error code on Q +- additional key F5 to toggle hidden +- key e to edit in EDITOR (back on multiple user requests) +- option to edit list of files in selection is changed to E +- do not end selection on redraw +- `nuke`: [`glow`](https://github.com/charmbracelet/glow) as Markdown viewer +- `nuke`: refactor, handle some common video types by extension +- file name removed from status bar +- static Makefile target +- generate, upload static package on release +- fix crash on entering empty dir, then Down +- fix keypresses lost when showing message +- fix #227: `nnn` creates xdg-open zombies + +------------------------------------------------------------------------------- + nnn v2.9 2020-01-15 diff --git a/README.md b/README.md index fe5df68c850104b548c34243d59c26edd2ceb896..a9d2dffb0fdc697973518285953ecc91ba87bf81 100644 --- a/README.md +++ b/README.md @@ -177,4 +177,4 @@ - [KlzXS](https://github.com/KlzXS) - [Maxim Baz](https://github.com/maximbaz) - and other contributors -`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. +`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. diff --git a/nnn.1 b/nnn.1 index 49acd80049276411238d302f1dc3379ddf796cea..363410b1d3e9e6859ddf499a61f56fb1bcbe0016 100644 --- a/nnn.1 +++ b/nnn.1 @@ -1,4 +1,4 @@ -.Dd Jan 15, 2020 +.Dd Feb 12, 2020 .Dt NNN 1 .Os .Sh NAME diff --git a/src/nnn.c b/src/nnn.c index ea0716eba53ecfdba9181d6794c713b3f147c0af..a31b30e462e8f90c588efcc4bab6b468c1845dde 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -107,7 +107,7 @@ #include "nnn.h" #include "dbg.h" /* Macro definitions */ -#define VERSION "2.9" +#define VERSION "3.0" #define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn" #define SESSIONS_VERSION 1