Skip to content

Commit 45f2a50

Browse files
committed
chore(release): prepare for 1.0.13
1 parent 14039f4 commit 45f2a50

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [1.0.11] - 2024-10-14
2+
3+
### Bug Fixes
4+
5+
- 修复个人空间加载完成前退出登录导致的崩溃
6+
- 小修复登录二维码容易生成失败
7+
- 修复在已下载中,只存在弹幕或字幕文件夹会打不开
8+
9+
### Features
10+
11+
- 加入版本检测
12+
13+
### Refactor
14+
15+
- 补全打开文件夹后缀
16+
17+
## [1.0.12] - 2024-10-05
18+
19+
### Bug Fixes
20+
21+
- 去掉字幕的自动生成后缀 Fixes: #144
22+
- 修复windows无法打开相关网址的问题 Fixes: #147
23+
- 修复选择下载路径时引发的另一个问题
24+
- 修复选择下载位置时,列表未触发正确的更新
25+
- 升级avalonia至11.1.3以使用DataGrid新的IsSelected binding
26+
27+
### Features
28+
29+
- 加入版本检测
30+
31+
### Refactor
32+
33+
- 版本检测修改
34+
- 检查更新完善
35+
136
## [1.0.11] - 2024-08-05
237

338
### 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 = 12;
14+
private const int C = 13;
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.10</string>
12+
<string>1.0.13</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.12
1+
1.0.13

0 commit comments

Comments
 (0)