chore(release): prepare for 1.0.9

This commit is contained in:
姚彪
2024-04-08 22:00:08 +08:00
parent 8922ab421b
commit b91a7c9ec6
5 changed files with 19 additions and 4 deletions

View File

@@ -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

View File

@@ -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()
{

View File

@@ -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>

View File

@@ -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

View File

@@ -1 +1 @@
1.0.8
1.0.9