mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
chore(release): prepare for 1.0.13
This commit is contained in:
35
CHANGELOG.md
35
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
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.0.12
|
||||
1.0.13
|
||||
Reference in New Issue
Block a user