From 12b519762bd67e04f213deffac1e5d3399f4796b Mon Sep 17 00:00:00 2001 From: ponzischeme89 Date: Mon, 10 Aug 2026 12:24:25 +1200 Subject: [PATCH] 0.2.42 - DTS surround sound support --- CHANGELOG.md | 2 +- app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()