diff --git a/CHANGELOG.md b/CHANGELOG.md index 37bb6c3..5560a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.11] - 2024-08-05 + +### Bug Fixes + +- 修复视频发布时间错误问题Fixes: #103 +- 使用webpage解析失败回退api方式 +- 修复解析选中项失败的问题 +- 加入使用webpage无法解析会回退到api解析解决webpage覆盖面的问题 Fixes: #115 + +### Features + +- 升级Avalonia到11.1版本 +- 替换内建下载器 +- 加入已下载列表按下载时间倒序 Fixes: #114 + ## [1.0.10] - 2024-05-07 ### Bug Fixes @@ -8,6 +23,10 @@ - 修复样式问题 Fixes: #80 - 修复下载时开启自动添加后缀文件夹不存在时闪退问题 Fixes: #78 #74 +### Miscellaneous Tasks + +- Update github workflows + ## [1.0.9] - 2024-04-08 ### Bug Fixes diff --git a/DownKyi/Models/AppInfo.cs b/DownKyi/Models/AppInfo.cs index ae64602..c71e94c 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 = 10; + private const int C = 11; public AppInfo() { diff --git a/version.txt b/version.txt index 437d26b..8684498 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.10 \ No newline at end of file +1.0.11 \ No newline at end of file