Skip to content

Commit b5299f5

Browse files
committed
chore(release): prepare for 1.0.22
1 parent 0c13aed commit b5299f5

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# 更新日志
22

3+
## [1.0.22] - 2025-08-19
4+
5+
### Bug Fixes
6+
7+
- 还原番剧解析代码 #354
8+
9+
### Miscellaneous Tasks
10+
11+
- 优化ci构建,使trimmed正确移除程序集
12+
13+
### Refactor
14+
15+
- 消除对WebClient程序集的依赖 (#350)
16+
317
## [1.0.21] - 2025-08-10
418

519
### Bug Fixes

DownKyi/Models/AppInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class AppInfo
1111

1212
private const int A = 1;
1313
private const int B = 0;
14-
private const int C = 21;
14+
private const int C = 22;
1515

1616
public AppInfo()
1717
{

script/macos/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleName</key>
1010
<string>哔哩下载姬</string>
1111
<key>CFBundleVersion</key>
12-
<string>1.0.21</string>
12+
<string>1.0.22</string>
1313
<key>LSMinimumSystemVersion</key>
1414
<string>10.15</string>
1515
<key>CFBundleExecutable</key>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.21
1+
1.0.22

0 commit comments

Comments
 (0)