@@ -7,6 +7,35 @@ 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.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
720749Initial 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