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

Commit a51e1b4

Browse files
committed
docs(changelog): Add v3.2.0 Changes
1 parent 7715a3e commit a51e1b4

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,40 @@ 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.2.0] - 2024-03-25
11+
12+
### Features
13+
14+
- *ClearKey*: Pass session not proxy str in from_m3u_key method
15+
- *Track*: Allow Track to choose downloader to use
16+
- *search*: New Search command, Service method, SearchResult Class
17+
18+
### Bug Fixes
19+
20+
- *dl*: Include chapters when muxing
21+
- *aria2c*: Support aria2(c) 1.37.0 by handling upstream regression
22+
- *MultipleChoice*: Simplify super() call and value types
23+
- *dl*: Add single mux job if there's no video tracks
24+
- *Track*: Compute Track ID from the `this` variable, not `self`
25+
- *DASH/HLS*: Don't merge folders, skip final merge if only 1 segment
26+
- *dl*: Use click.command() instead of click.group()
27+
- *HLS*: Remove save dir even if final merge wasn't needed
28+
- *Track*: Fix order of operation mistake in get_track_name
29+
- *requests*: Set HTTP pool connections/maxsize to max workers
30+
- *Video*: Delete original file after using change_color_range()
31+
- *Video*: Delete original file after using remove_eia_cc()
32+
- *requests*: Manually compute default max_workers or pool size is None
33+
- *requests*: Block until connection freed if too many connections
34+
- *HLS*: Delete subtitle segments as they are merged
35+
- *HLS*: Delete video/audio segments after FFmpeg merge
36+
37+
### Changes
38+
39+
- *ClearKey*: Only use User-Agent if none set in from_m3u_key
40+
- *Track*: Remove TERRITORY_MAP constant, trim SAR China manually
41+
- *Track*: Default the track name to it's lang's script/territory
42+
- *Service*: Go back to the default pool_maxsize in Session
43+
1044
## [3.1.0] - 2024-03-05
1145

1246
### Features
@@ -685,6 +719,7 @@ This release brings a huge change to the fundamentals of Devine's logging, UI, a
685719

686720
Initial public release under the name Devine.
687721

722+
[3.2.0]: https://github.com/devine-dl/devine/releases/tag/v3.2.0
688723
[3.1.0]: https://github.com/devine-dl/devine/releases/tag/v3.1.0
689724
[3.0.0]: https://github.com/devine-dl/devine/releases/tag/v3.0.0
690725
[2.2.0]: https://github.com/devine-dl/devine/releases/tag/v2.2.0

0 commit comments

Comments
 (0)