SHA256
1
0
forked from pool/nnn

Accepting request 991322 from home:stig124:branches:utilities

- Update to version v4.6:
  * icon handling overhaul for better performance, memory usage and reduced binary size (#1432, #1436)
  * emoji support for supporting distros and terminals (#1346)
  * open the target directory of symlinked bookmarks (#1353)
  * enable show hidden when a hidden file is passed as argument
  * add Colemak-DH layout keybinds to patch framework (#1421)
  * set bsdtar as the default archive utility
  * support 4 byte unicode keybinds (#1428)
  * enable directory auto-enter during filter operation (-A to disable)
  * enable filter prompt inside the bookmark/plugin dirs
  * show volume usage information in help
  * add Elixir icons (#1437)
  * add new icon colors for mp4 and flac files
  * use stat -x for file details on *BSD and macOS (#1389)
  * interpret suffix $nnn when paging (#1355)
  * disable key e (edit file) in explorer mode (#1394)
  * fix double order chars on filter case match change
  * .cbcp: more verbose message on paste without a selection
  * plugin preview-tui: scale-up kitty previews
  * plugin preview-tui: account for ueberzug offset
  * plugin preview-tui: support SPLIT_SIZE for preview pane (#1431)
  * plugin autojump: support z.lua
  * new Makefile target shellcheck to verify plugins
- Strpping executable

OBS-URL: https://build.opensuse.org/request/show/991322
OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=64
This commit is contained in:
Nicolas FORMICHELLA
2022-07-27 05:23:39 +00:00
committed by Git OBS Bridge
parent 2e53473827
commit 7b5ed436a1
6 changed files with 35 additions and 5 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Jul 27 05:17:51 UTC 2022 - Nicolas FORMICHELLA <stigpro@outlook.fr>
- Update to version v4.6:
* icon handling overhaul for better performance, memory usage and reduced binary size (#1432, #1436)
* emoji support for supporting distros and terminals (#1346)
* open the target directory of symlinked bookmarks (#1353)
* enable show hidden when a hidden file is passed as argument
* add Colemak-DH layout keybinds to patch framework (#1421)
* set bsdtar as the default archive utility
* support 4 byte unicode keybinds (#1428)
* enable directory auto-enter during filter operation (-A to disable)
* enable filter prompt inside the bookmark/plugin dirs
* show volume usage information in help
* add Elixir icons (#1437)
* add new icon colors for mp4 and flac files
* use stat -x for file details on *BSD and macOS (#1389)
* interpret suffix $nnn when paging (#1355)
* disable key e (edit file) in explorer mode (#1394)
* fix double order chars on filter case match change
* .cbcp: more verbose message on paste without a selection
* plugin preview-tui: scale-up kitty previews
* plugin preview-tui: account for ueberzug offset
* plugin preview-tui: support SPLIT_SIZE for preview pane (#1431)
* plugin autojump: support z.lua
* new Makefile target shellcheck to verify plugins
- Strpping executable
-------------------------------------------------------------------
Mon May 2 10:28:41 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>