github sayanarijit/xplr v0.12.0

latest releases: v0.21.9, v0.21.8, v0.21.7...
3 years ago

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.

Don't miss a new xplr release

NewReleases is sending notifications on new releases.