From 45f2a5098a7ddb24a7e958ef63a5bb78d76296fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E5=BD=AA?= <28655758+yaobiao131@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:20:55 +0800 Subject: [PATCH] chore(release): prepare for 1.0.13 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ DownKyi/Models/AppInfo.cs | 2 +- script/macos/Info.plist | 2 +- version.txt | 2 +- 4 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5560a5a..50f5094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/DownKyi/Models/AppInfo.cs b/DownKyi/Models/AppInfo.cs index 6381a37..d3212d0 100644 --- a/DownKyi/Models/AppInfo.cs +++ b/DownKyi/Models/AppInfo.cs @@ -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() { diff --git a/script/macos/Info.plist b/script/macos/Info.plist index 387d396..a7775ac 100644 --- a/script/macos/Info.plist +++ b/script/macos/Info.plist @@ -9,7 +9,7 @@ CFBundleName 哔哩下载姬 CFBundleVersion - 1.0.10 + 1.0.13 LSMinimumSystemVersion 10.15 CFBundleExecutable diff --git a/version.txt b/version.txt index 492b167..9256e28 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.12 \ No newline at end of file +1.0.13 \ No newline at end of file