Skip to content

Commit

Permalink
chore(release): prepare for 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yaobiao131 committed Oct 14, 2024
1 parent 14039f4 commit 45f2a50
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## [1.0.11] - 2024-10-14

### Bug Fixes

- 修复个人空间加载完成前退出登录导致的崩溃
- 小修复登录二维码容易生成失败
- 修复在已下载中,只存在弹幕或字幕文件夹会打不开

### Features

- 加入版本检测

### Refactor

- 补全打开文件夹后缀

## [1.0.12] - 2024-10-05

### Bug Fixes

- 去掉字幕的自动生成后缀 Fixes: #144
- 修复windows无法打开相关网址的问题 Fixes: #147
- 修复选择下载路径时引发的另一个问题
- 修复选择下载位置时,列表未触发正确的更新
- 升级avalonia至11.1.3以使用DataGrid新的IsSelected binding

### Features

- 加入版本检测

### Refactor

- 版本检测修改
- 检查更新完善

## [1.0.11] - 2024-08-05

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion DownKyi/Models/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class AppInfo

private const int A = 1;
private const int B = 0;
private const int C = 12;
private const int C = 13;

public AppInfo()
{
Expand Down
2 changes: 1 addition & 1 deletion script/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleName</key>
<string>哔哩下载姬</string>
<key>CFBundleVersion</key>
<string>1.0.10</string>
<string>1.0.13</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.12
1.0.13

0 comments on commit 45f2a50

Please sign in to comment.