@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.4.2] - 2025-08-14
9+
10+ ### Added
11+
12+ - ** Session Management for API Requests** : Enhanced API reliability with retry logic
13+ - Implemented session management for tags functionality with automatic retry mechanisms
14+ - Improved API request stability and error handling
15+ - ** Series Year Configuration** : New ` series_year ` option for title naming control
16+ - Added configurable ` series_year ` option to control year inclusion in series titles
17+ - Enhanced YAML configuration with series year handling options
18+ - ** Audio Language Override** : New audio language selection option
19+ - Added ` audio_language ` option to override default language selection for audio tracks
20+ - Provides more granular control over audio track selection
21+ - ** Vault Key Reception Control** : Enhanced vault security options
22+ - Added ` no_push ` option to Vault and its subclasses to control key reception
23+ - Improved key management security and flexibility
24+
25+ ### Changed
26+
27+ - ** HLS Segment Processing** : Enhanced segment retrieval and merging capabilities
28+ - Enhanced segment retrieval to allow all file types for better compatibility
29+ - Improved segment merging with recursive file search and fallback to binary concatenation
30+ - Fixed issues with VTT files from HLS not being found correctly due to format changes
31+ - Added cleanup of empty segment directories after processing
32+ - ** Documentation** : Updated README.md with latest information
33+
34+ ### Fixed
35+
36+ - ** Audio Track Selection** : Improved per-language logic for audio tracks
37+ - Adjusted ` per_language ` logic to ensure correct audio track selection
38+ - Fixed issue where all tracks for selected language were being downloaded instead of just the intended ones
39+
840## [ 1.4.1] - 2025-08-08
941
1042### Added
0 commit comments