0.2.42 - DTS surround sound support
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user