File tree Expand file tree Collapse file tree 3 files changed +33
-4
lines changed Expand file tree Collapse file tree 3 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 1+ nnn v5.0 Daiquiri
2+ 2024-08-26
3+
4+ - show relative line numbering when jumping (#1808)
5+ - option `-N` to use native prompt when compiled with libreadline
6+ - rm improvements
7+ - log removed filename
8+ - cancel on 'n' or 'N'
9+ - show name of the hovered file to be removed
10+ - show number of selected files to be removed
11+ - new keybind <kbd>X</kbd> to force `rm -rf` always (#1811)
12+ - fix sort order getting changed on context switch (#1757)
13+ - fix current selection on new file creation, if symlinks exist (#1767)
14+ - fix filter toggle with mouse click on last 2 rows (#1765)
15+ - fix file creation (#1864)
16+ - when handling bookmark, use readlink, not realpath
17+ - set `$PWD` on directory switch
18+ - add option `-0` to null-separate file paths in picker mode
19+ - quitcd.nu (for nushell) now supports modular import (#1806)
20+ - add _command as plugin_ example to cd to user input directory
21+ - `cbcopy-mac`, `cbpaste-mac`: plugins for integration with macOS clipboard
22+ - `fzhist` plugin: add support for zsh history
23+ - `preview-tui` plugin: support eza as replacement for exa, multiple fixes
24+ - `preview-tui` plugin: add full svg support (#1865)
25+ - `preview-tabbed`: show (n)sxiv in thumbnail mode inside "Pictures" directory
26+ - mpv sixel/kitty support for preview (#1590)
27+
28+ -------------------------------------------------------------------------------
29+
130nnn v4.9 Elixir
2312023-08-27
332
Original file line number Diff line number Diff line change 88resource app_signature "application/x-vnd.Jarun-nnn";
99
1010resource app_version {
11- major = 4 ,
12- middle = 9 ,
11+ major = 5 ,
12+ middle = 0 ,
1313 minor = 0,
1414
15- variety = B_APPV_DEVELOPMENT ,
15+ variety = B_APPV_FINAL ,
1616 internal = 0,
1717
1818 short_info = "nnn",
Original file line number Diff line number Diff line change 148148#endif
149149
150150/* Macro definitions */
151- #define VERSION "4.9 "
151+ #define VERSION "5.0 "
152152#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
153153
154154#ifndef NOSSN
You can’t perform that action at this time.
0 commit comments