Skip to content

v0.19.1

Compare
Choose a tag to compare
@sayanarijit sayanarijit released this 10 Sep 20:15
· 221 commits to main since this release
1226472

Changes & fixes

  • You can now access uid and gid of the file owners in the Lua API. See column-renderer and node docs.
  • The input buffer will support more readline-like keys. Also, added "DeleteTillEnd" as another cursor based "InputOperation" option. See tui-input v0.5.0 release.
  • Fixed applying regex based filters via the CLI and $XPLR_PIPE_MSG_IN pipe. See issue #503.
  • You can use the prompt field to define input prompt for each mode, instead of using the SetInputPrompt message. See init.lua changes.