diff --git a/CHANGELOG.md b/CHANGELOG.md index 287e9e5..65520bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.11.6 (2026-04-18) + +### TrueHD fix +- **Strip BD-TS access unit header** — TrueHD parser was passing the 4-byte BD-TS access unit header into MKV. MKV expects raw MLP frames. The header bytes corrupted TrueHD sync, causing decode failures in all players. Affects BD and UHD discs with TrueHD/Atmos audio. + ## 0.11.5 (2026-04-18) ### MKV container fixes — Jellyfin/player compatibility diff --git a/Cargo.toml b/Cargo.toml index 27ec618..facf0fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.11.5" +version = "0.11.6" edition = "2021" rust-version = "1.86" license = "AGPL-3.0-only"