File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## [ 1.0.16] - 2024-11-29
4+
5+ ### Bug Fixes
6+
7+ - 加入bvuid3和bvuid4可能解决无法解析的问题
8+
9+ ## [ 1.0.15] - 2024-11-26
10+
11+ ### Bug Fixes
12+
13+ - 修复macos闪退问题 #179
14+
315## [ 1.0.14] - 2024-11-25
416
517### 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 = 15 ;
14+ private const int C = 16 ;
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.15 </string >
12+ <string >1.0.16 </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.15
1+ 1.0.16
You can’t perform that action at this time.
0 commit comments