diff --git a/nnn-2.3.tar.gz b/nnn-2.3.tar.gz deleted file mode 100644 index 903741a..0000000 --- a/nnn-2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab -size 56286 diff --git a/nnn-2.4.tar.gz b/nnn-2.4.tar.gz new file mode 100644 index 0000000..0b2197d --- /dev/null +++ b/nnn-2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859ba5bd4892016aed9a4830ee1e1b03eb74e94c4f1bd82f0288dc559f7327eb +size 62510 diff --git a/nnn.changes b/nnn.changes index 7ae0066..f07ec03 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Mar 19 02:59:53 UTC 2019 - dilawar.s.rajput@gmail.com + +- Update to 2.4 + + * Tinier and lighter! + * FreeDesktop.org compliant trashing + * mark selected entries with + + * wild mode (option -w, key ^W) for nav-as-you-type + * POSIX-compliant GUI app launcher with drop-down menu (key =) + * new scripts: + * - upload image to imgur + * - send selection to Android using kdeconnect-cli + * show permissions in detail mode + * cp, mv progress bar on Linux (needs advcpmv) [BSD, macOS shows on ^T] + * make libreadline an optional dep (reduces memory usage) + * minimize the number of redraws + * handle screen resize gracefully + * option -d to show hidden files (NNN_SHOW_HIDDEN is removed) + * additional key K to toggle selection + * change visit start dir key to @ + * option -C to disable colors removed + * per-context initial directory replaced by program start dir + * marker msg when spawning new shell removed + * rename debug file to nnndbg + ------------------------------------------------------------------- Wed Feb 20 05:56:46 UTC 2019 - Dilawar Singh diff --git a/nnn.spec b/nnn.spec index 76c1096..51e4649 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 2.3 +Version: 2.4 Release: 0 Summary: Terminal based file browser License: GPL-2.0-or-later @@ -38,7 +38,7 @@ shortcuts for navigation, opening files and running tasks. There is no config file and MIME associations are hard-coded. %prep -%setup -q +%setup -q %build export CFLAGS="%{optflags}"