chore(release): prepare for 1.0.18

This commit is contained in:
yaobiao131
2025-04-25 20:22:54 +08:00
parent 7a716e8a8f
commit d47a880913
5 changed files with 42 additions and 4 deletions

View File

@@ -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:

View File

@@ -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
- 优化视频解析页页面布局,增强合集数较多时的体验

View File

@@ -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()
{

View File

@@ -9,7 +9,7 @@
<key>CFBundleName</key>
<string>哔哩下载姬</string>
<key>CFBundleVersion</key>
<string>1.0.1</string>
<string>1.0.18</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleExecutable</key>

View File

@@ -1 +1 @@
1.0.17
1.0.18