diff --git a/nnn-2.2.tar.gz b/nnn-2.2.tar.gz deleted file mode 100644 index 0943618..0000000 --- a/nnn-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74 -size 50955 diff --git a/nnn-2.3.tar.gz b/nnn-2.3.tar.gz new file mode 100644 index 0000000..903741a --- /dev/null +++ b/nnn-2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab +size 56286 diff --git a/nnn.changes b/nnn.changes index 499929c..7ae0066 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Feb 20 05:56:46 UTC 2019 - Dilawar Singh + +- update to 2.3 + * user-contributed scripts repository https://github.com/jarun/nnn/tree/master/user-scripts + * substring search for filters (option -s) + * version sort (option -n) + * key N (1 <= N <= 4) to switch to context N + * disk usage calculation abort with ^C + * create sym/hard link(s) to files in selection + * archiving of selection + * show dir symlinks along with dirs on top + * use nnn as a file picker with picker.sh + * fixed CJK character handling at prompts + * bring back NNN_OPENER to specify file opener + * env var NNN_NOTE and keybind ^N for quick notes + * handle multiple arguments in VISUAL/EDITOR + * show the current directory being scanned in du mode + * select all files with Y + * remap key to show command prompt to ^P + * key , replaces ` as alternative Leader Key + * keybind for visit pinned directory is now ^B + * additional key ^V to run or select custom script + * use libreadline for command prompt + * reduce delay on Esc press + * config option to avoid unexpected behaviour on 0-byte file open (see #187) + * rename config option DISABLE_FILE_OPEN_ON_NAV to NNN_RESTRICT_NAV_OPEN + * keys removed - $, ^, Backspace, ^H, ^P, ^M, ^W, ` + ------------------------------------------------------------------- Tue Jan 8 04:06:41 UTC 2019 - Dilawar Singh diff --git a/nnn.spec b/nnn.spec index d6b2e43..76c1096 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 2.2 +Version: 2.3 Release: 0 Summary: Terminal based file browser License: GPL-2.0-or-later @@ -25,6 +25,7 @@ Group: Productivity/File utilities 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 %if 0%{?leap_version} == 420300 BuildRequires: ncurses-devel %else