Skip to content

Releases: sayanarijit/xplr

v0.13.6

05 Jun 03:34
Compare
Choose a tag to compare

Removed --locked to use the latest versions of dependencies.

v0.13.5

05 Jun 03:02
Compare
Choose a tag to compare

Started publishing PGP signature for the source archive.

v0.13.2

05 Jun 02:22
Compare
Choose a tag to compare

Changes & fixes

  • No need to Refresh explicitly. xplr with auto Refresh after each batch of messages. i.e. you can remove all the Refresh from your init.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

28 May 05:38
Compare
Choose a tag to compare

Changes & fixes

  • Optimized rendering speed (significantly).
  • Minor documentation fixes.

v0.13.0

27 May 05:24
Compare
Choose a tag to compare

Changes & fixes

  • Lua functions called via CallLua and CallLuaSilently will now receive CallLuaArg object as input. (see this)
  • node_types configurations will inherit parameters from the less specific node_types configurations and overwrite them.

v0.12.1

25 May 10:55
Compare
Choose a tag to compare

Fixed compilation with stable rust.

v0.12.0

25 May 09:37
Compare
Choose a tag to compare

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.

v0.11.1

24 May 10:54
Compare
Choose a tag to compare

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

v0.11.0

24 May 10:13
Compare
Choose a tag to compare

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

23 May 15:06
Compare
Choose a tag to compare

Changes & fixes

  • Fixed error with broken symlink.
  • Fixed displaying correct symlink destination.
  • Fixed deleting symlinks pointing to a directory.