Skip to content

Commit 7bd111d

Browse files
committed
docs: prep What's-new section for v2.1.0 release
Bumps the section header from beta.9 to 2.1.0 and rewrites the lede to cover the new pieces shipped since v2.0.0: templated webhooks with presets, AutoDJ track-start hooks, removal of the in-process auto- updater. The collapsible blocks below are unchanged.
1 parent c7e6db6 commit 7bd111d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ control, and a built-in admin SPA. Deploy anywhere in seconds.
6969

7070
---
7171

72-
## What's new in v2.0.0-beta.9
72+
## What's new in v2.1.0
7373

74-
Latency, player UX and an honest viewer count.
74+
Templated webhooks with presets, AutoDJ track-start hooks, lower-latency
75+
HLS, an honest viewer count — and the in-process self-updater is gone
76+
(distros own the binary; manual install of a new release is one line).
7577

7678
<details open>
77-
<summary><strong>Webhooks v2 &amp; track-start hooks</strong> — templated bodies, presets, <code>now_playing</code>, AutoDJ <code>on_play_command</code> <em>(on main, post-beta.9)</em></summary>
79+
<summary><strong>Webhooks v2 &amp; track-start hooks</strong> — templated bodies, presets, <code>now_playing</code>, AutoDJ <code>on_play_command</code></summary>
7880

7981
- New **`now_playing`** event fires once per track on every AutoDJ mount, alongside the existing `source_connect` / `source_disconnect` / `metadata_update` / `security_lockout` events.
8082
- **Templated webhook bodies** with Go `text/template` syntax. Empty template falls back to the legacy JSON envelope so existing receivers keep working unchanged.

0 commit comments

Comments
 (0)