Skip to content

Commit 93acdc9

Browse files
committed
v3.10.0: drag-reorder server list; audit log permission; tag category drag fix
1 parent f47619c commit 93acdc9

4 files changed

Lines changed: 216 additions & 197 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Format follows [Keep a Changelog](https://keepachangelog.com/). Haven uses [Sema
1111
1212
---
1313

14+
## [3.10.0] — 2026-04-25
15+
16+
### Added
17+
- **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.
18+
- **`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).
19+
20+
### Fixed
21+
- **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.
22+
23+
---
24+
1425
## [3.9.0] — 2026-04-25
1526

1627
### Added

0 commit comments

Comments
 (0)