|
| 1 | +nnn v3.1 |
| 2 | +2020-04-13 |
| 3 | + |
| 4 | +- unlimited bookmarks and plugin keys |
| 5 | +- status bar text in context color |
| 6 | +- support config `NO_COLOR` to disable colors |
| 7 | +- config `NNN_OPTS` to specify binary options to `nnn` |
| 8 | +- config `NNN_MCLICK` to emulate configurable key |
| 9 | +- toggle selection on right click |
| 10 | +- ignore hard links when calculating disk usage |
| 11 | +- dim (hard/sym) link names (symlink to file has `@`) |
| 12 | +- more special keys at empty filter prompt in _type-to-nav_ |
| 13 | +- key <kbd>></kbd> to export file list |
| 14 | +- option `-F` to show fortune in help and settings screen |
| 15 | +- option `-T` to specify sort order (obsoletes `-v`) |
| 16 | +- option to clear sort order |
| 17 | +- key <kbd>T</kbd> to change time type (access/change/mod) |
| 18 | +- `.nmv` - internal fully-functional batch renamer plugin |
| 19 | +- make var `O_NOBATCH` to disable native batch renamer |
| 20 | +- `nuke` & `imgview` - open all images in directory sxiv |
| 21 | +- `nuke` - open log files in vi |
| 22 | +- plugin `x2sel` - system clipboard to selection copier |
| 23 | +- plugin `fzy` - cd using z database |
| 24 | +- plugin `fzopen` - support `FZF_DEFAULT_COMMAND` |
| 25 | +- create new context on TAB without prompt |
| 26 | +- hover and connect by dir name (within config dir) |
| 27 | +- move to next entry on current file delete |
| 28 | +- on single file copy/move, select the copied/moved file |
| 29 | +- option `-f` to to use readline history file (off by default) |
| 30 | +- use `s` in status bar to indicate selection in progress |
| 31 | +- make var `O_NOMOUSE` to disable mouse support |
| 32 | +- do not store `NNN_TRASH` and `-Q` in config/session |
| 33 | +- add sample .desktop file for XDG compatible DEs |
| 34 | +- rename _nav-as-you-type_ to _type-to-nav_ mode |
| 35 | +- fix PCRE case-insensitive regex search |
| 36 | +- fix no error msg when filter length limit exceeded |
| 37 | +- fix static package generation |
| 38 | +- fix broken abort message when started in du-mode |
| 39 | +- fix filter lost on context switch in non _type-to-nav_ mode |
| 40 | +- fix broken readline prompt |
| 41 | +- fix long strings treated as action keys in filter prompt |
| 42 | +- fix `NNNLVL` not reset when spawned shell is exited |
| 43 | + |
| 44 | +------------------------------------------------------------------------------- |
| 45 | + |
1 | 46 | nnn v3.0
|
2 | 47 | 2020-02-12
|
3 | 48 |
|
|
0 commit comments