You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drag-and-drop server reordering in the sidebar — remote Haven servers in the left rail can now be reordered by dragging, just like channels. The new order persists locally and syncs across your devices via the same encrypted bundle the sidebar already uses.
\View Audit Log\ permission — the audit log is no longer admin-only. Any role with the new \View Audit Log\ permission can open Settings → Admin → Audit Log and read the record (no other admin powers required).
Fixed
Tag category headers in the Organize modal didn't actually reorder when dropped — the per-tag sort dropdown inside each header was swallowing drag events on some browsers, so dragging looked like it worked but nothing moved. Switched to event delegation on the list container so dragover/drop fire reliably.