mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
chore(release): prepare for 1.0.16
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,5 +1,17 @@
|
||||
# 更新日志
|
||||
|
||||
## [1.0.16] - 2024-11-29
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- 加入bvuid3和bvuid4可能解决无法解析的问题
|
||||
|
||||
## [1.0.15] - 2024-11-26
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- 修复macos闪退问题 #179
|
||||
|
||||
## [1.0.14] - 2024-11-25
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -11,7 +11,7 @@ public class AppInfo
|
||||
|
||||
private const int A = 1;
|
||||
private const int B = 0;
|
||||
private const int C = 15;
|
||||
private const int C = 16;
|
||||
|
||||
public AppInfo()
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleName</key>
|
||||
<string>哔哩下载姬</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.15</string>
|
||||
<string>1.0.16</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.15</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.0.15
|
||||
1.0.16
|
||||
Reference in New Issue
Block a user