File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## [ 1.0.17] - 2025-03-19
4+
5+ ### Bug Fixes
6+
7+ - 优化部分代码并修复hires音频问题 Fixes: #235
8+ - 修复精简aria2后导致的参数问题
9+ - 修复错别字 Fixes: #180
10+
11+ ### Features
12+
13+ - 在视频解析页面中,新增支持视频av或bv号搜索
14+ - 导航离开或页面刷新重置分割器的影响
15+
16+ ### Refactor
17+
18+ - 优化视频解析页页面布局,增强合集数较多时的体验
19+ - 投稿视频页图片展示代码改进
20+ - 改进视频投稿页面,先展示完信息后设置图片
21+ - 移除macos aria2二进制文件,改为构建时下载专用版本并同步修改打包脚本
22+
323## [ 1.0.16] - 2024-11-29
424
525### Bug Fixes
Original file line number Diff line number Diff 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 = 16 ;
14+ private const int C = 17 ;
1515
1616 public AppInfo ( )
1717 {
Original file line number Diff line number Diff line change 99 <key >CFBundleName </key >
1010 <string >哔哩下载姬 </string >
1111 <key >CFBundleVersion </key >
12- <string >1.0.16 </string >
12+ <string >1.0.1 </string >
1313 <key >LSMinimumSystemVersion </key >
1414 <string >10.15 </string >
1515 <key >CFBundleExecutable </key >
Original file line number Diff line number Diff line change 1- 1.0.16
1+ 1.0.17
You can’t perform that action at this time.
0 commit comments