Skip to content

Commit d47a880

Browse files
committed
chore(release): prepare for 1.0.18
1 parent 7a716e8 commit d47a880

File tree

5 files changed

+42
-4
lines changed

5 files changed

+42
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
artifacts: script/pupnet/output/DownKyi-${{ steps.version.outputs.content }}-1.win-${{ matrix.cpu }}.${{ matrix.kind }}
7575
body: ${{ needs.changelog.outputs.release_body }}
7676
build-linux:
77-
runs-on: ubuntu-20.04
77+
runs-on: ubuntu-22.04
7878
needs: changelog
7979
strategy:
8080
matrix:

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# 更新日志
22

3+
## [1.0.18] - 2025-04-25
4+
5+
### Bug Fixes
6+
7+
- 修复编译问题和升级avalonia版本
8+
- 优化datagrid宽度
9+
- 优化asyncImageLoader内存占用
10+
- 修复vs打开项目兼容性
11+
- 修复字幕下载 Fixes: #254
12+
- 修复收藏夹页面返回概率会出现的崩溃
13+
- 修复我的订阅页面显示效果
14+
- 修复个人空间-我的订阅 点击出现的崩溃
15+
- 修复解析闪退 Fixes: #244
16+
- 下载闪退 #244
17+
18+
### Features
19+
20+
- 视频解析页DataGrid新增排序功能
21+
- 调整主窗口默认位置至屏幕中心
22+
- 加入页面跳转
23+
- 完善观看历史无限滚动功能
24+
- 个人空间-历史记录 加入增量加载,支持无限滚动
25+
26+
### Miscellaneous Tasks
27+
28+
- 升级avalonia到最新版并替换Xaml.Behaviors包
29+
- 升级avalonia到最新版并替换Xaml.Behaviors包
30+
31+
### Refactor
32+
33+
- 更改解析页DataGrid选中行高亮颜色
34+
- 触发加载数据修改为异步命令
35+
- 重新实现无限滚动功能
36+
337
## [1.0.17] - 2025-03-19
438

539
### Bug Fixes
@@ -13,6 +47,10 @@
1347
- 在视频解析页面中,新增支持视频av或bv号搜索
1448
- 导航离开或页面刷新重置分割器的影响
1549

50+
### Miscellaneous Tasks
51+
52+
- 升级action版本
53+
1654
### Refactor
1755

1856
- 优化视频解析页页面布局,增强合集数较多时的体验

DownKyi/Models/AppInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class AppInfo
1111

1212
private const int A = 1;
1313
private const int B = 0;
14-
private const int C = 17;
14+
private const int C = 18;
1515

1616
public AppInfo()
1717
{

script/macos/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleName</key>
1010
<string>哔哩下载姬</string>
1111
<key>CFBundleVersion</key>
12-
<string>1.0.1</string>
12+
<string>1.0.18</string>
1313
<key>LSMinimumSystemVersion</key>
1414
<string>10.15</string>
1515
<key>CFBundleExecutable</key>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.17
1+
1.0.18

0 commit comments

Comments
 (0)