Skip to content

Commit 9c1336b

Browse files
committed
chore(release): prepare for 1.0.23
1 parent 0b1cf55 commit 9c1336b

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

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

3+
## [1.0.23] - 2025-09-23
4+
5+
### Bug Fixes
6+
7+
- 修复在linux存在的异步Result死锁问题
8+
- 修复downloaded_files更新问题,避免重复下载 (#387)
9+
- 修复直接枚举会被修改的集合引发的异常 (#381)
10+
- 修复cookie urlencode导致的课程无法下载 #361
11+
- 增加design判断修复design会修改窗口位置
12+
- 修复深拷贝代码导致的意外无法解析hires和杜比音质 #355
13+
- 修改默认解析方式为api
14+
- 优化打开文件和url的操作,使用avalonia提供的方法
15+
- 优化数据迁移流程,增加连接尝试和错误处理 (#359)
16+
17+
### Miscellaneous Tasks
18+
19+
- Avalonia更新至11.3.6 (#389)
20+
- 调整api请求超时时间以及重试次数 (#385)
21+
22+
### Refactor
23+
24+
- 实现ImmutableObservableCollection解决枚举时集合修改问题 (#384)
25+
- 修改异步命令创建参数 (#388)
26+
- 使用avalonia的keybindings
27+
328
## [1.0.22] - 2025-08-19
429

530
### 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 = 22;
14+
private const int C = 23;
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.22</string>
12+
<string>1.0.23</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.22
1+
1.0.23

0 commit comments

Comments
 (0)