Skip to content

Commit c9c4208

Browse files
committed
发布 1.0.3
1 parent 64021be commit c9c4208

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.0.3 - 2026-05-12
4+
5+
### 修复
6+
7+
- 修复 HLS 代理播放在 master playlist 包含 `EXT-X-MEDIA` 音轨或字幕 rendition 时,默认改写结果可能只保留单个 variant,导致 AVPlayer 失去 ABR 自适应码率空间的问题。
8+
9+
### 改进
10+
11+
- HLS 播放侧默认保留 video variants 并继续过滤 audio-only variant;只有业务显式配置 HLS variant/rendition selection handler 时,才按选择结果锁定播放侧 variant 与 rendition。
12+
313
## 1.0.2 - 2026-05-12
414

515
### 改进

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ HTTPMediaCache 是一个 Swift-only 的本地 HTTP 多媒体缓存库。它通
3232
`Package.swift` 中添加依赖:
3333

3434
```swift
35-
.package(url: "https://github.com/sunimp/HTTPMediaCache.git", from: "1.0.2")
35+
.package(url: "https://github.com/sunimp/HTTPMediaCache.git", from: "1.0.3")
3636
```
3737

3838
然后将 `HTTPMediaCache` 添加到 target dependencies:

0 commit comments

Comments
 (0)