diff --git a/nnn-2.7.tar.gz b/nnn-2.7.tar.gz deleted file mode 100644 index 367c4f2..0000000 --- a/nnn-2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0592c7cbcf2cf66cacac49e9204636480820b1bc74e4187dd7ee06945a6d07c5 -size 78047 diff --git a/nnn-2.8.tar.gz b/nnn-2.8.tar.gz new file mode 100644 index 0000000..e34f5d1 --- /dev/null +++ b/nnn-2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fd4b8b48f7aadc3bf6ab3f902adb7157a6985a5163bc1deb182d6c44ce6540 +size 90979 diff --git a/nnn.changes b/nnn.changes index 1263653..c43bbe1 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Wed Dec 4 04:22:36 UTC 2019 - Dilawar Singh + +- Update to version 2.8 + + * sessions (thanks @annagrram) + * rclone support for remote access (mount any cloud storage!!!) + * toggle selection with Space or ^J + * ignore events during selection so the + symbol is not lost + * run custom (non-shell-interpreted) commands like plugins + * configure cd-on-quit as the default behaviour + * create parent dirs for new files and dirs, duplicate a file/dir anywhere + * copy/move as workflow (thanks @KlzXS) + * edit , flush selection buffer (thanks @KlzXS) + * support xargs with minimal options (as in BusyBox) (thanks @KlzXS) + * changed the key to size sort to z + * additional key ] to show command prompt + * mount archives using archivemount + * smoother double click handling + * program option -R to disable rollover at edges + * keybind collision checker (for custom keybind config) (thanks @annagrram) + * show size of file in bytes in status bar in disk usage mode + * pass unresolved path as second argument ($2) to plugin + * mechanism for plugins to control active directory + * all binary questions are confirmed by y or Y + * plugin changes + - some plugins renamed + - integrated shellcheck in CI, POSIX-compliance fixes (thanks @koalaman) + - getplugs - detect modifications in exiting plugin file (thanks @KlzXS) + - drag-file & drop-file: drag & drop files using dragon + - gutenread: browse, download and read from Project Gutenberg + - suedit - edit file with superuser permissions + - fzhist - fuzzy select commands from history, edit and run + - fzcd - change to a fuzzy-searched directory + - rename - batch rename directory or selection using qmv or vidir + - pskill - fuzzy list a process or zombies by name and kill + - exetoggle - toggle executable status of hovered file + - treeview - informative tree output with file permissions and size + - chksum - recursively calculate checksum for files in hovered directory + - fzopen renamed to fzopen + - imgsxiv instructions added to browse and rename images + * create link to current file + * additional key ; to execute plugin + * more explicit force removal message + * force non-detachable internal edits in $EDITOR (option -E) + * export current file as $nnn (instead of $NN) + * fix file open failure from browser when configured as default FM + ------------------------------------------------------------------- Mon Oct 7 10:08:11 UTC 2019 - Dilawar Singh diff --git a/nnn.spec b/nnn.spec index 2485327..b98ef93 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 2.7 +Version: 2.8 Release: 0 Summary: Terminal based file browser License: BSD-2-Clause