Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit d1ae361

Browse files
committed
docs(changelog): Add v3.3.2 Changes
1 parent a62dcff commit d1ae361

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77
Versions [3.0.0] and older use a format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
but 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

769796
Initial 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

Comments
 (0)