@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.1] - 2025-06-05
9
+
10
+ ### New Features
11
+
12
+ - Supported decryption of Sample-AES Elementary Audio Stream Setup.
13
+ - Supported concat merge for ` aac ` format.
14
+ - Added ` DashInspector ` to match ` .mpd ` manifests.
15
+ - ** Experimental** : Supported download for MPEG-DASH live stream.
16
+
17
+ ### Fixed
18
+
19
+ - Fixed a crash caused by i18n bundle on windows. ([ #16 ] ( https://github.com/Yesterday17/iori/issues/16 ) )
20
+ - CacheSource failure can be retried correctly now.
21
+ - Fixed potential segment duplication when using ` -m ` for in-memory cache.
22
+
23
+
8
24
## [ 0.2.0] - 2025-05-11
9
25
10
26
### Breaking Changes
@@ -45,15 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
61
46
62
## [ 0.1.4] - 2025-04-16
47
63
48
- ### Updated
49
-
50
- - ** NicoLive** : Supported danmaku download.
51
- - ** Showroom** : Supported timeshift download.
52
- - File extension would be appended to the output file automatically.
53
- - Improved help messages for inspectors.
54
-
55
- ### Fixed
56
-
64
+ ### UpdatedRetry now works when
57
65
- ** NicoLive** : ` NicoLiveInspector ` now extracts the best quality stream.
58
66
- ** NicoLive** : ` NicoLiveInspector ` now always uses ` http1 ` for ` WebSocket ` connection.
59
67
@@ -102,3 +110,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102
110
[ 0.1.3 ] : https://github.com/Yesterday17/iori/tree/shiori-v0.1.3
103
111
[ 0.1.4 ] : https://github.com/Yesterday17/iori/tree/shiori-v0.1.4
104
112
[ 0.2.0 ] : https://github.com/Yesterday17/iori/tree/shiori-v0.2.0
113
+ [ 0.2.1 ] : https://github.com/Yesterday17/iori/tree/shiori-v0.2.1
0 commit comments