@@ -5,7 +5,7 @@ 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.0] - 2025-05-05
8
+ ## [ 0.2.0] - 2025-05-11
9
9
10
10
### Breaking Changes
11
11
@@ -24,20 +24,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
- ** Nicolive** : Added ` --nico-reserve-timeshift ` to reserve timeshift automatically.
25
25
- ** Nicolive** : Added ` --nico-danmaku-only ` to control whether to skip video download.
26
26
- ** Gigafile** : Experimental support for downloading file from [ Gigafile] ( https://gigafile.nu/ ) .
27
+ - Added ` --http1 ` flag to force the http client to connect with ` HTTP 1.1 ` .
27
28
28
29
### Updated
29
30
30
31
- Changed default temp dir to ` current_dir ` instead of ` temp_dir ` .
31
32
- Added some i18n for command line options.
32
- - Segments from different streams will be mixed before download. This makes ` --pipe-mux ` available to play vods.
33
+ - ** iori ** : Segments from different streams will be mixed before download. This makes ` --pipe-mux ` available to play vods.
33
34
- ** Nicolive** : Added ` frontend_id ` to ` webSocketUrl ` to match the behavior of web.
34
35
- ** Nicolive** : Supported reconnection for Nicolive ` WebSocket ` client.
36
+ - ** Nicolive** : Optimized ` xml2ass ` logic.
37
+ - Supported experimental ` opendal ` cache source in ` iori ` with ` --opendal ` flag.
35
38
36
39
### Fixed
37
40
38
41
- Fixed panic on error occurs when using ` --wait ` in ` shiori download ` .
39
- - Fixed pipe output .
42
+ - Fixed issue where the ` -- pipe` argument was not working .
40
43
- ** Nicolive** : Fixed panic when operator is not found in ` xml2ass ` .
44
+ - ** iori** : Fixed an issue with m3u8 retrieval intervals caused by precision problems.
41
45
42
46
## [ 0.1.4] - 2025-04-16
43
47
@@ -97,3 +101,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97
101
[ 0.1.1 ] : https://github.com/Yesterday17/iori/tree/shiori-v0.1.1
98
102
[ 0.1.3 ] : https://github.com/Yesterday17/iori/tree/shiori-v0.1.3
99
103
[ 0.1.4 ] : https://github.com/Yesterday17/iori/tree/shiori-v0.1.4
104
+ [ 0.2.0 ] : https://github.com/Yesterday17/iori/tree/shiori-v0.2.0
0 commit comments