nnn v4.1.1 Saké
nnn v4.1.1 Saké release notes.
- fix segfault on session save (#1041)
- remove redundant
_Atomic
usage - move
patches
directory to top-level - fix and cleanup gitstatus patch
- plugin
imgview
improvements (#1049) - restore source-code packing on CircleCI
- add Makefile target to compile with musl
Atop everything in v4.1 released yesterday (quick release due to must-fixes).
- a patch management model for approved patches
- multi-threaded disk usage calculation using pthreads and FTS
- dynamic view update when calculating disk usage
- Bksp/Del at empty filter prompt to refresh dir
- Try to create new context with Shift-TAB, else reverse cycle
- Alt+Esc to quit context from filter prompt
- fix zombies left behind after running plugins (#999)
- named persistent sessions (mcchrish/nnn.vim#43)
- consider nanosecond resolution when sorting by time (#978)
- check external selection in
'c'urrent / 's'el
prompt (#976) - show number of files selected in local selection buffer, if any
-
nnn
& picker plugin (e.g.fzopen
) sync (mcchrish/nnn.vim#82) - make batch rename interactive (#971)
- cached uid/gid for performance improvement
- fixes for
nnn
withnetbsd-curses
,musl-fts
,musl
(#998) - script to statically compile
nnn
withmusl gcc
on Ubuntu - restore hovered file when plugin is chosen from plugin dir
- support QuickLook on WSL in
preview-tui
(#959) - toggle
preview-tui
with the same custom plugin key - smoother preview toggling in
preview-tui
(#966) -
listen_on
should be set in kitty.conf forpreview-tui
(#970) - minimal
bat
style inpreview-tui
, honors$BAT_STYLE
- plugin
preview-tui-ext
supersedespreview-tui
(#1033) - plugin
fzcd
can now fuzzy search multiple directories - plugin
imgview
supersedesimgthumb
andvidthumb
- plugin
umounttree
: unmount remote mntpoint from within - plugin
xdgdefault
: set the default app for hovered file type - plugin
fzplug
: fuzzy find, preview and run other plugins - plugin
cmusq
: queue/play music incmus
- plugin
mocplay
renamed tomocq
- plugin
cleanfilename
renamed tofixname
- go to last dir on ~ (HOME) or ` (ROOT) key repeat
- ambiguous key ^Space to select/clear range dropped (#998)
- user wiki page for Themes
- show selection mark (
+
) in reverse bold for improved visibility - reverse block replaces
>
to mark hovered entry in detail mode - make option
O_CKBOARD
removed - make option
O_NOLOC
renamed toO_NOLC
- ignore
O_NOLC
ifO_ICONS
orO_NERD
is specified (#1026) - unicode arrow indicators if
O_ICONS
orO_NERD
is specified - make option
NOX11
: disable notis, sel-clipboard sync, xterm title - retain filter in nav-to-type mode after file open
- fix no files picked with
NNN_TMPFILE
exported and q to quit - disable xterm title setting in picker mode (#974)
PS: Distro-specific auto-generated packages are available on OBS for this release.