SHA256
1
0
forked from pool/nnn

Accepting request 879332 from home:dilawar:branches:utilities

- Update to version 3.6
    * REPL command prompt (<kbd>Esc</kbd> or <kbd>Enter</kbd> to exit)
    * invert selection with <kbd>A</kbd>
    * option `-u` removed (always prefer selection to hovered)
    * visit start dir on <kbd>@</kbd> when start path is a file
    * exit filter mode and redraw on <kbd>^L</kbd> 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
This commit is contained in:
Dilawar Singh
2021-03-16 06:14:50 +00:00
committed by Git OBS Bridge
parent 911c423e15
commit b24f0ba0c2
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Mar 16 04:19:42 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>
- Update to version 3.6
* REPL command prompt (<kbd>Esc</kbd> or <kbd>Enter</kbd> to exit)
* invert selection with <kbd>A</kbd>
* option `-u` removed (always prefer selection to hovered)
* visit start dir on <kbd>@</kbd> when start path is a file
* exit filter mode and redraw on <kbd>^L</kbd> 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 <dilawar.s.rajput@gmail.com>