Skip to content

Voltius v0.17.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 23:02
Immutable release. Only release title and notes can be modified.
v0.17.1

Added

  • Plugins can record audit events through api.audit.record, behind a new
    danger-gated audit permission that has to be granted explicitly. The action
    set is closed, so a plugin cannot invent event types.
  • registerGlobalPanel returns a control handle, letting a plugin open, close
    and resize its own panel.
  • ConnectionAvatar and ConfirmModal are available to plugins from
    @voltius/ui.

Fixed

  • Pasting into another vault put the object back in the vault it came from.
    A vault's root now names that vault as the destination, so a paste there
    changes vault and asks for confirmation first. Cutting between two vault
    roots was also silently discarded as a no-op.