From cacfe04a93e27ba18053d0bc16799726f86c0e39 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Sat, 8 Aug 2026 01:41:09 +0200 Subject: [PATCH] docs(release): the commit count catches up with main (327 -> 395) --- CHANGELOG.md | 2 +- docs/releases/v0.25.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bec912..50ae6007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ with the version table of the release you are moving to, then read **Breaking ch ## v0.25.0 -327 commits since v0.24.0. +395 commits since v0.24.0. ### Versions diff --git a/docs/releases/v0.25.0.md b/docs/releases/v0.25.0.md index bef60793..2de1b173 100644 --- a/docs/releases/v0.25.0.md +++ b/docs/releases/v0.25.0.md @@ -1,6 +1,6 @@ Wire-compatible with 0.24.x — everything you have already paired keeps working, and you can update one side at a time. Nothing here changes how a host and a client agree on what to send each other, so an old client on a new host (or the other way round) streams exactly as it does today; the parts that are new switch themselves on only once both ends have them. -This is the largest release so far — a bit over three hundred changes. The short version: the Linux and Windows apps stopped carrying FFmpeg and now decode on your graphics card directly, two long-standing faults that were quietly throwing away picture quality on NVIDIA hosts are fixed, Windows hosts bring their own sound devices instead of a third-party driver, and controllers got swept end to end. +This is the largest release so far — close to four hundred changes. The short version: the Linux and Windows apps stopped carrying FFmpeg and now decode on your graphics card directly, two long-standing faults that were quietly throwing away picture quality on NVIDIA hosts are fixed, Windows hosts bring their own sound devices instead of a third-party driver, and controllers got swept end to end. ## TL;DR