mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
chore(release): prepare for 1.0.9
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,4 +1,18 @@
|
||||
## [1.1.0] - 2024-03-05
|
||||
## [1.0.9] - 2024-04-08
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- 优化暗黑模式表现并修复dialog暗黑模式异常问题
|
||||
- 弹幕下载添加参数修复弹幕不完整 Fixes: #52
|
||||
|
||||
### Features
|
||||
|
||||
- 添加下载纯音频时使用mp3格式以修复各个播放器对aac的兼容问题 Fixes: #49 #56
|
||||
- 基本支持暗黑模式(还有部分图标和dialog没有支持)
|
||||
- 支持主题切换并修复部分问题
|
||||
- 修复多次选择存在的重复下载问题
|
||||
|
||||
## [1.0.8] - 2024-03-05
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ public class AppInfo
|
||||
|
||||
private const int A = 1;
|
||||
private const int B = 0;
|
||||
private const int C = 8;
|
||||
private const int C = 9;
|
||||
|
||||
public AppInfo()
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleName</key>
|
||||
<string>哔哩下载姬</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.8</string>
|
||||
<string>1.0.9</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.15</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
||||
@@ -8,6 +8,7 @@ AppLicenseId = GPL-3.0-or-later
|
||||
AppLicenseFile = ../../LICENSE
|
||||
|
||||
IconFiles = """
|
||||
icons/logo.icns
|
||||
icons/logo.16.png
|
||||
icons/logo.32.png
|
||||
icons/logo.64.png
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.0.8
|
||||
1.0.9
|
||||
Reference in New Issue
Block a user