diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e1ded..f181294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.41 — 2026-08-10 +## 0.2.42 — 2026-08-10 - Added: Memby's own opening clip now plays while the app is starting up. - Added: Surround sound passthrough for Dolby Digital, Dolby Digital Plus, Dolby Atmos, DTS, DTS-HD and TrueHD, with automatic detection and manual receiver overrides. - Improved: Unsupported surround tracks are decoded to PCM on the TV, and audio conversion no longer makes Emby re-encode otherwise compatible video. diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d180f9c..c99ea0d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -42,7 +42,7 @@ val projectNoticeText = // A release workflow can derive the app version from its Git tag without editing the // source tree. Local builds keep using the checked-in default. -val defaultVersionName = "0.2.41" +val defaultVersionName = "0.2.42" val membyVersionName: String = (project.findProperty("memby.versionName") as String?) ?.trim()