Subject: CVS commit: pkgsrc/sysutils/xplr
From: pin
Date: 2021-05-25 18:15:54
Message id: 20210525161554.77E00FA95@cvs.NetBSD.org

Log Message:
sysutils/xplr: update to 0.12.1

0.12.1
======
-Fixed compilation with stable rust.

0.12.0
======
Changes & fixes:
-xplr.config.node_types.mime_essence has split into type and subtype. Hence,
instead of xplr.config.node_types.mime_essence["text/plain"] = .. use
xplr.config.node_types.mime_essence["text"] = { plain = .. }.
-You can also define \ 
xplr.config.node_types.mime_essence["text"]["*"] that will
match all text types (text/*).
-Functions called using CallLua and CallLuaSilently now have optional return
type.
-Some minor improvements to permission rendering.

0.11.1
======
-Fixed ctrl-i key behavior by remapping it back to tab.

0.11.0
======
Changes & fixes:
-Added file permissions.
-Added support for setting terminal colors from Lua functions.
-Removed remaps: from key bindings. Remapped keys using Lua assignments instead.
-Current mode will also be displayed on the input & logs panel title.
-Mapped :q to "quit" action.
-Minor UI fixes.

Files:
RevisionActionfile
1.24modifypkgsrc/sysutils/xplr/Makefile
1.8modifypkgsrc/sysutils/xplr/cargo-depends.mk
1.24modifypkgsrc/sysutils/xplr/distinfo
1.4modifypkgsrc/sysutils/xplr/patches/patch-Cargo.toml