Added
- Plugins can record audit events through
api.audit.record, behind a new
danger-gatedauditpermission that has to be granted explicitly. The action
set is closed, so a plugin cannot invent event types. registerGlobalPanelreturns a control handle, letting a plugin open, close
and resize its own panel.ConnectionAvatarandConfirmModalare 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.