Skip to content

Commit 7a6cc67

Browse files
committed
chore(shiori): v0.2.1
1 parent a5b215f commit 7a6cc67

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

.versions/shiori

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

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: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.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+
824
## [0.2.0] - 2025-05-11
925

1026
### Breaking Changes
@@ -45,15 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4561

4662
## [0.1.4] - 2025-04-16
4763

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
5765
- **NicoLive**: `NicoLiveInspector` now extracts the best quality stream.
5866
- **NicoLive**: `NicoLiveInspector` now always uses `http1` for `WebSocket` connection.
5967

@@ -102,3 +110,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102110
[0.1.3]: https://github.com/Yesterday17/iori/tree/shiori-v0.1.3
103111
[0.1.4]: https://github.com/Yesterday17/iori/tree/shiori-v0.1.4
104112
[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

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 video stream downloader"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition.workspace = true
66
authors.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)