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

Commit fb55808

Browse files
committed
docs(changelog): Add v3.3.0 Changes
1 parent 6d18402 commit fb55808

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ 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.0] - 2024-04-02
11+
12+
### Features
13+
14+
- Add support for MKV Attachments via Attachment class
15+
- *dl*: Automatically attach fonts used within SSAv4 subs
16+
- *dl*: Try find SSAv4 fonts in System OS fonts folder
17+
- *Basic*: Allow single string URIs for countries
18+
- *Basic*: Allow proxy selection by index (one-indexed)
19+
- *Events*: Add new global Event Observer API
20+
21+
### Bug Fixes
22+
23+
- *curl-impersonate*: Set Cert-Authority Bundle for HTTPS Proxies
24+
- *Basic*: Make query case-insensitive
25+
- *WVD*: Ensure WVDs dir exists before moving WVD file
26+
- *WVD*: Fix empty path to WVDs folder check
27+
- *WVD*: Move log out of loop to save performance
28+
- *WVD*: Move log with path before Device load
29+
- *WVD*: Add exists/empty checks to WVD folder dumps
30+
- *Basic*: Fix variable typo regression
31+
32+
### Changes
33+
34+
- *Basic*: Improve proxy format checks
35+
- *WVD*: Print error if path to parse doesn't exist
36+
- *WVD*: Seperate logs in loop for visual clarity
37+
- *Track*: Move from OnXyz callables to Event observer
38+
1039
## [3.2.0] - 2024-03-25
1140

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

720749
Initial public release under the name Devine.
721750

751+
[3.3.0]: https://github.com/devine-dl/devine/releases/tag/v3.3.0
722752
[3.2.0]: https://github.com/devine-dl/devine/releases/tag/v3.2.0
723753
[3.1.0]: https://github.com/devine-dl/devine/releases/tag/v3.1.0
724754
[3.0.0]: https://github.com/devine-dl/devine/releases/tag/v3.0.0

0 commit comments

Comments
 (0)