From fc360b6491f23824cdb96e4ca566800187f85034d7e910e856bada814637aadd Mon Sep 17 00:00:00 2001 From: Nicolas FORMICHELLA Date: Wed, 24 Nov 2021 06:29:18 +0000 Subject: [PATCH] Accepting request 933387 from home:stig124:branches:utilities - support macOS iterm2 in plugin preview-tui (#1196) - use selection at native command prompt with %j and %J (docs) - scroll strings longer than columns in rename/new prompts (#1213, #279) - batch rename symlink targets in listing mode (#1214) - option for recursive rename in plugin .nmv (#1186) - more frequent checks for cancellation during du (#1236) - picker mode: enable auto-proceed - picker mode: don't pick hovered file on Enter if selection exists - picker mode: fix issue in plugin fzopen when used to pick files - send file to explorer FIFO on double left click instead of opening it - new neovim plugin nnn.nvim featuring explorer mode - explorer mode for nnn.vim - remove option -w: always place HW cursor on current entry - accept link name when linking a single target (#1201) - option -i to show current file information in info bar - force GNU sed on *BSD and Solaris - add nsxiv support to nuke, preview-tabbed and imgview (#1230) - fix preview-tui without -a (#1208) - pass pts in env var for preview-tui to use in tput (#1235) - disable editing file in picker mode (#1183) - save session in picker mode (#1190) - use nerd icons for gitstatus patch (#1220) OBS-URL: https://build.opensuse.org/request/show/933387 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=60 --- nnn.changes | 26 ++++++++++++++++++++++++++ nnn.spec | 2 +- v4.3.tar.gz | 3 --- v4.4.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 v4.3.tar.gz create mode 100644 v4.4.tar.gz diff --git a/nnn.changes b/nnn.changes index 2aac99c..3e0953f 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Nov 24 06:11:37 UTC 2021 - Nicolas FORMICHELLA + +- support macOS iterm2 in plugin preview-tui (#1196) +- use selection at native command prompt with %j and %J (docs) +- scroll strings longer than columns in rename/new prompts (#1213, #279) +- batch rename symlink targets in listing mode (#1214) +- option for recursive rename in plugin .nmv (#1186) +- more frequent checks for cancellation during du (#1236) +- picker mode: enable auto-proceed +- picker mode: don't pick hovered file on Enter if selection exists +- picker mode: fix issue in plugin fzopen when used to pick files +- send file to explorer FIFO on double left click instead of opening it +- new neovim plugin nnn.nvim featuring explorer mode +- explorer mode for nnn.vim +- remove option -w: always place HW cursor on current entry +- accept link name when linking a single target (#1201) +- option -i to show current file information in info bar +- force GNU sed on *BSD and Solaris +- add nsxiv support to nuke, preview-tabbed and imgview (#1230) +- fix preview-tui without -a (#1208) +- pass pts in env var for preview-tui to use in tput (#1235) +- disable editing file in picker mode (#1183) +- save session in picker mode (#1190) +- use nerd icons for gitstatus patch (#1220) + ------------------------------------------------------------------- Wed Nov 3 06:10:57 UTC 2021 - Nicolas FORMICHELLA diff --git a/nnn.spec b/nnn.spec index 20347ab..2054a8a 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 4.3 +Version: 4.4 Release: 0 Summary: Terminal based file browser License: BSD-2-Clause diff --git a/v4.3.tar.gz b/v4.3.tar.gz deleted file mode 100644 index d96ef24..0000000 --- a/v4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6df8e262e5613dd192bac610a6da711306627d56573f1a770a173ef078953bb -size 236606 diff --git a/v4.4.tar.gz b/v4.4.tar.gz new file mode 100644 index 0000000..29845b6 --- /dev/null +++ b/v4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04a3f0f0c2af1e18cb6f005d18267c7703644274d21bb93f03b30e4fd3d1653 +size 239005