@@ -7,6 +7,33 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77Versions [ 3.0.0] and older use a format based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88but versions thereafter use a custom changelog format using [ git-cliff] ( https://git-cliff.org ) .
99
10+ ## [ 3.3.2] - 2024-04-16
11+
12+ ### Bug Fixes
13+
14+ - * Video* : Ensure track is supported in change_color_range()
15+ - * Video* : Optionalise constructor args, add doc-string & checks
16+ - * Audio* : Optionalise constructor args, add doc-string & checks
17+ - * Subtitle* : Optionalise constructor args, add doc-string & checks
18+ - * HLS* : Ensure playlist.stream_info.codecs exists before use
19+ - * HLS* : Ensure playlist.stream_info.resolution exists before use
20+ - * env* : List used config path, otherwise the default path
21+ - * cfg* : Use loaded config path instead of hardcoded default
22+ - * Basic* : Return None not Exception if no proxy configured
23+
24+ ### Changes
25+
26+ - * Video* : Do not print "?"/"Unknown" values in str()
27+ - * Audio* : Do not print "?"/"Unknown" values in str()
28+ - * Subtitle* : Do not print "?"/"Unknown" values in str()
29+ - * Audio* : List lang after codec for consistency with other Tracks
30+ - * Video* : Return None if no m3u RANGE, not SDR
31+ - * env* : Use -- to indicate no config found/loaded
32+
33+ ### New Contributors
34+
35+ - [ retouching] ( https://github.com/retouching )
36+
1037## [ 3.3.1] - 2024-04-05
1138
1239### Features
@@ -768,6 +795,7 @@ This release brings a huge change to the fundamentals of Devine's logging, UI, a
768795
769796Initial public release under the name Devine.
770797
798+ [ 3.3.2 ] : https://github.com/devine-dl/devine/releases/tag/v3.3.2
771799[ 3.3.1 ] : https://github.com/devine-dl/devine/releases/tag/v3.3.1
772800[ 3.3.0 ] : https://github.com/devine-dl/devine/releases/tag/v3.3.0
773801[ 3.2.0 ] : https://github.com/devine-dl/devine/releases/tag/v3.2.0
0 commit comments