Skip to content

Commit c620f14

Browse files
corvo007claude
andcommitted
Release v3.0.10
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8659bce commit c620f14

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/content/docs/en/changelog.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ description: "All notable changes to MioSub"
55

66
All notable changes to this project will be documented in this file.
77

8+
## [3.0.10] - 2026-02-06
9+
10+
### Fixes
11+
12+
- **macOS Auto-Update**: Fixed SHA512 checksum mismatch regression. The build script now recalculates hashes after patching ZIP files with distribution mode, ensuring `latest-mac.yml` contains correct checksums.
13+
- **Video Preview**: Added cache versioning to invalidate old transcoded files after updates. Users upgrading from v3.0.8/v3.0.9 will now get fresh previews with streaming optimizations instead of using stale cache.
14+
815
## [3.0.9] - 2026-02-05
916

1017
### Features

docs/content/docs/zh/changelog.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ description: "MioSub 的所有重要更新记录"
55

66
本文件记录了项目的所有重要更改。
77

8+
## [3.0.10] - 2026-02-06
9+
10+
### 修复
11+
12+
- **macOS 自动更新**:修复 SHA512 校验和不匹配的回归问题。构建脚本现在会在修补 ZIP 文件的分发模式后重新计算哈希值,确保 `latest-mac.yml` 包含正确的校验和。
13+
- **视频预览**:添加缓存版本控制,在更新后使旧的转码文件失效。从 v3.0.8/v3.0.9 升级的用户现在会获得带有流式优化的新预览,而非使用过期缓存。
14+
815
## [3.0.9] - 2026-02-05
916

1017
### 新功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Corvo007",
55
"license": "AGPL-3.0-only",
66
"private": true,
7-
"version": "3.0.9",
7+
"version": "3.0.10",
88
"type": "module",
99
"main": "dist-electron/main.cjs",
1010
"scripts": {

0 commit comments

Comments
 (0)