Skip to content

Commit 665a502

Browse files
committed
docs: update CHANGELOG with font MIME mode, compatibility layer, and diagnostics
Summarize the font MIME mode setting, the standardized setting compatibility layer, and the unredacted media root path added to task diagnostics.
1 parent c629fd1 commit 665a502

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ All notable changes follow Keep a Changelog categories.
1515
- Conservative source-audio filtering with manual track overrides and exact output verification.
1616
- Safe plan editing, external track reassignment/order, subtitle metadata editing, and ffmpeg audio previews.
1717
- Persistent SQLite task queue/history, crash interruption state, retries, replanning, and per-task diagnostics.
18+
- Task diagnostics now expose the unredacted media/project root path so troubleshooting agents can locate the original media resources.
1819
- Validated persistent font-subset cache and ffmpeg/libass render integration tests.
1920
- Opt-in update checks and post-verification Plex library refresh with environment-only token handling.
2021
- English/Simplified Chinese CLI messages with stable JSON output and error contracts.
22+
- Font attachment MIME mode setting (`font.mime_mode`) letting users choose the legacy (`application/x-truetype-font`, `application/vnd.ms-opentype`) or modern (`font/ttf`, `font/otf`, `font/collection`) MIME scheme written into MKV files.
23+
- Standardized setting compatibility layer (`plexmuxy/compatibility.py`) that declares each version-gated setting's required tool version in a compact notation (e.g. `mkvmerge>=66`); the GUI now automatically disables options whose environment requirements are unmet (the modern font MIME mode requires mkvmerge v66+).
2124
- Fixed-identity Windows installer, restricted notification activation, SBOM, release manifest, optional signing, and PyPI Trusted Publishing workflow.
2225

2326
### Changed

0 commit comments

Comments
 (0)