From b24f0ba0c24adb0cc1978fee48b09ff9e40376f96dc9721e5254862a9ddb06d9 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Tue, 16 Mar 2021 06:14:50 +0000 Subject: [PATCH] Accepting request 879332 from home:dilawar:branches:utilities - Update to version 3.6 * REPL command prompt (Esc or Enter to exit) * invert selection with A * option `-u` removed (always prefer selection to hovered) * visit start dir on @ when start path is a file * exit filter mode and redraw on ^L if no last filter * plugin `fzcd` now selects the chosen file (#876) * `ueberzug` support in plugin `preview-tui` * new plugin `preview-tui-ext` with extra preview support * clear selection after successful plugin invocation * add method to sync subshell `$PWD` in WIki * clear selection on single file deletion (#812) * copy between instances not working (#864) * plugin `togglex` to toggle exe mode of a selection (#813) * fix `memccpy()` buffer overlap fault on macOS (#786) * show `0 selected` msg on cp/mv with empty selection (#855) * fix frozen terminal caused by opener (#858) * migrate macOS CI to GitHub workflows, retire Travis OBS-URL: https://build.opensuse.org/request/show/879332 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=49 --- nnn-3.5.tar.gz | 3 --- nnn-3.6.tar.gz | 3 +++ nnn.changes | 24 ++++++++++++++++++++++++ nnn.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 nnn-3.5.tar.gz create mode 100644 nnn-3.6.tar.gz diff --git a/nnn-3.5.tar.gz b/nnn-3.5.tar.gz deleted file mode 100644 index 204301f..0000000 --- a/nnn-3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e636d4035499a112a0ad33f1557838132ed2e39d8857c5b219714fe9f64681f3 -size 205980 diff --git a/nnn-3.6.tar.gz b/nnn-3.6.tar.gz new file mode 100644 index 0000000..d19142f --- /dev/null +++ b/nnn-3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875094caebcc22ecf53b3722d139b127d25e1d5563a954342f32ded8980978b5 +size 204688 diff --git a/nnn.changes b/nnn.changes index 8e3779f..06defb3 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Mar 16 04:19:42 UTC 2021 - Dilawar Singh + +- Update to version 3.6 + + * REPL command prompt (Esc or Enter to exit) + * invert selection with A + * option `-u` removed (always prefer selection to hovered) + * visit start dir on @ when start path is a file + * exit filter mode and redraw on ^L if no last filter + * plugin `fzcd` now selects the chosen file (#876) + * `ueberzug` support in plugin `preview-tui` + * new plugin `preview-tui-ext` with extra preview support + * clear selection after successful plugin invocation + * add method to sync subshell `$PWD` in WIki + * clear selection on single file deletion (#812) + * copy between instances not working (#864) + * plugin `togglex` to toggle exe mode of a selection (#813) + * fix `memccpy()` buffer overlap fault on macOS (#786) + * show `0 selected` msg on cp/mv with empty selection (#855) + * fix frozen terminal caused by opener (#858) + * migrate macOS CI to GitHub workflows, retire Travis + + ------------------------------------------------------------------- Tue Nov 17 03:55:29 UTC 2020 - Dilawar Singh diff --git a/nnn.spec b/nnn.spec index 378aad5..3ee800c 100644 --- a/nnn.spec +++ b/nnn.spec @@ -1,7 +1,7 @@ # # spec file for package nnn # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: nnn -Version: 3.5 +Version: 3.6 Release: 0 Summary: Terminal based file browser License: BSD-2-Clause