diff --git a/nnn-1.8.tar.gz b/nnn-1.8.tar.gz deleted file mode 100644 index cada128..0000000 --- a/nnn-1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65c364a9797178e40ec7ec653b2cfa8e211e556b75250bf72eb5eea57f5e0cdc -size 42534 diff --git a/nnn-1.9.tar.gz b/nnn-1.9.tar.gz new file mode 100644 index 0000000..463ef41 --- /dev/null +++ b/nnn-1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba298a55a579640fe0ae37f553be739957da0c826f532beac46acfb56e2d726 +size 43405 diff --git a/nnn.changes b/nnn.changes index bf161c1..1c60b2d 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 10 06:17:44 UTC 2018 - dilawar.s.rajput@gmail.com + +- Update to 1.9 + * Support unlimited number of scripts + * Pass currently selected filename as first argument to custom scripts + * Support directory auto-select in navigate-as-you-type mode + * Show selection name in archive name prompt + * Better support on RHEL 25 with earlier version on curses + * Sample script for fzy integration + ------------------------------------------------------------------- Tue May 1 23:30:03 UTC 2018 - avindra@opensuse.org diff --git a/nnn.spec b/nnn.spec index 696e420..4183a84 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,12 +17,12 @@ Name: nnn -Version: 1.8 +Version: 1.9 Release: 0 Summary: Terminal based file browser License: GPL-2.0-or-later Group: Productivity/File utilities -URL: https://github.com/jarun/nnn#nnn +Url: https://github.com/jarun/nnn#nnn Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: readline-devel