Releases: sayanarijit/xplr
Releases · sayanarijit/xplr
v0.13.6
Removed --locked
to use the latest versions of dependencies.
v0.13.5
Started publishing PGP signature for the source archive.
v0.13.2
Changes & fixes
- No need to
Refresh
explicitly.xplr
with autoRefresh
after each batch of messages. i.e. you can remove all theRefresh
from yourinit.lua
. - Mouse will be disabled by default. Use
:m
key binding or{Enable|Disable|Toggle}Mouse
messages to enable/disable mouse. - Fixed focus jumping to the first file after deleting a file.
- Upgraded dependencies.
- Polished
xplr
library API.
v0.13.1
Changes & fixes
- Optimized rendering speed (significantly).
- Minor documentation fixes.
v0.13.0
v0.12.1
Fixed compilation with stable rust.
v0.12.0
Changes & fixes
xplr.config.node_types.mime_essence
has split into type and subtype. Hence, instead ofxplr.config.node_types.mime_essence["text/plain"] = ..
usexplr.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
andCallLuaSilently
now have optional return type. - Some minor improvements to permission rendering.
v0.11.1
Fixed ctrl-i
key behavior by remapping it back to tab
.
v0.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.
v0.10.2
Changes & fixes
- Fixed error with broken symlink.
- Fixed displaying correct symlink destination.
- Fixed deleting symlinks pointing to a directory.