From 4787be81903969698111a92967da04097b4fd57f Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 24 Oct 2025 00:56:28 +0000 Subject: [PATCH] docs: update CHANGELOG for audio description feature --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdbaf7..1ded27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- **Audio Description Track Support**: Added option to download audio description tracks + - Added `--audio-description/-ad` flag to optionally include descriptive audio tracks + - Previously, audio description tracks were always filtered out + - Users can now choose to download AD tracks when needed + - Fixes GitHub issue #33 - **Config Directory Support**: Cross-platform user config directory support - Fixed config loading to properly support user config directories across all platforms - Fixes GitHub issue #23