Skip to content

Commit e3bb622

Browse files
committedMay 10, 2025··
chore(shiori): v0.2.0
1 parent d246252 commit e3bb622

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed
 

‎.versions/shiori

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
shiori-v0.1.4
1+
shiori-v0.2.0

‎Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bin/shiori/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.2.0] - 2025-05-05
8+
## [0.2.0] - 2025-05-11
99

1010
### Breaking Changes
1111

@@ -24,20 +24,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- **Nicolive**: Added `--nico-reserve-timeshift` to reserve timeshift automatically.
2525
- **Nicolive**: Added `--nico-danmaku-only` to control whether to skip video download.
2626
- **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`.
2728

2829
### Updated
2930

3031
- Changed default temp dir to `current_dir` instead of `temp_dir`.
3132
- 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.
3334
- **Nicolive**: Added `frontend_id` to `webSocketUrl` to match the behavior of web.
3435
- **Nicolive**: Supported reconnection for Nicolive `WebSocket` client.
36+
- **Nicolive**: Optimized `xml2ass` logic.
37+
- Supported experimental `opendal` cache source in `iori` with `--opendal` flag.
3538

3639
### Fixed
3740

3841
- 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.
4043
- **Nicolive**: Fixed panic when operator is not found in `xml2ass`.
44+
- **iori**: Fixed an issue with m3u8 retrieval intervals caused by precision problems.
4145

4246
## [0.1.4] - 2025-04-16
4347

@@ -97,3 +101,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97101
[0.1.1]: https://github.com/Yesterday17/iori/tree/shiori-v0.1.1
98102
[0.1.3]: https://github.com/Yesterday17/iori/tree/shiori-v0.1.3
99103
[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

‎bin/shiori/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "shiori"
33
description = "A brand new m3u8 stream downloader"
4-
version = "0.1.4"
4+
version = "0.2.0"
55
edition.workspace = true
66
authors.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)
Please sign in to comment.