From d47a8809139c0c2ec7b8461934fc345c083d0761 Mon Sep 17 00:00:00 2001 From: yaobiao131 <28655758+yaobiao131@users.noreply.github.com> Date: Fri, 25 Apr 2025 20:22:54 +0800 Subject: [PATCH] chore(release): prepare for 1.0.18 --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++ DownKyi/Models/AppInfo.cs | 2 +- script/macos/Info.plist | 2 +- version.txt | 2 +- 5 files changed, 42 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f55fb43..cd86e27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: artifacts: script/pupnet/output/DownKyi-${{ steps.version.outputs.content }}-1.win-${{ matrix.cpu }}.${{ matrix.kind }} body: ${{ needs.changelog.outputs.release_body }} build-linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: changelog strategy: matrix: diff --git a/CHANGELOG.md b/CHANGELOG.md index eeda5d5..f92100b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # 更新日志 +## [1.0.18] - 2025-04-25 + +### Bug Fixes + +- 修复编译问题和升级avalonia版本 +- 优化datagrid宽度 +- 优化asyncImageLoader内存占用 +- 修复vs打开项目兼容性 +- 修复字幕下载 Fixes: #254 +- 修复收藏夹页面返回概率会出现的崩溃 +- 修复我的订阅页面显示效果 +- 修复个人空间-我的订阅 点击出现的崩溃 +- 修复解析闪退 Fixes: #244 +- 下载闪退 #244 + +### Features + +- 视频解析页DataGrid新增排序功能 +- 调整主窗口默认位置至屏幕中心 +- 加入页面跳转 +- 完善观看历史无限滚动功能 +- 个人空间-历史记录 加入增量加载,支持无限滚动 + +### Miscellaneous Tasks + +- 升级avalonia到最新版并替换Xaml.Behaviors包 +- 升级avalonia到最新版并替换Xaml.Behaviors包 + +### Refactor + +- 更改解析页DataGrid选中行高亮颜色 +- 触发加载数据修改为异步命令 +- 重新实现无限滚动功能 + ## [1.0.17] - 2025-03-19 ### Bug Fixes @@ -13,6 +47,10 @@ - 在视频解析页面中,新增支持视频av或bv号搜索 - 导航离开或页面刷新重置分割器的影响 +### Miscellaneous Tasks + +- 升级action版本 + ### Refactor - 优化视频解析页页面布局,增强合集数较多时的体验 diff --git a/DownKyi/Models/AppInfo.cs b/DownKyi/Models/AppInfo.cs index ed47357..4cb1897 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 = 17; + private const int C = 18; public AppInfo() { diff --git a/script/macos/Info.plist b/script/macos/Info.plist index f9a7bf6..f4a42b0 100644 --- a/script/macos/Info.plist +++ b/script/macos/Info.plist @@ -9,7 +9,7 @@ CFBundleName 哔哩下载姬 CFBundleVersion - 1.0.1 + 1.0.18 LSMinimumSystemVersion 10.15 CFBundleExecutable diff --git a/version.txt b/version.txt index e92964f..c678b02 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.17 \ No newline at end of file +1.0.18 \ No newline at end of file