diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7d4f7a..6bfc57b 100644
--- a/CHANGELOG.md
+++ b/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
diff --git a/DownKyi/Models/AppInfo.cs b/DownKyi/Models/AppInfo.cs
index 8829de1..e3855fe 100644
--- a/DownKyi/Models/AppInfo.cs
+++ b/DownKyi/Models/AppInfo.cs
@@ -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()
{
diff --git a/script/macos/Info.plist b/script/macos/Info.plist
index 3c41bd1..66278eb 100644
--- a/script/macos/Info.plist
+++ b/script/macos/Info.plist
@@ -9,7 +9,7 @@
CFBundleName
哔哩下载姬
CFBundleVersion
- 1.0.8
+ 1.0.9
LSMinimumSystemVersion
10.15
CFBundleExecutable
diff --git a/script/pupnet/DownKyi.pupnet.conf b/script/pupnet/DownKyi.pupnet.conf
index 1a9ec20..490c6a2 100644
--- a/script/pupnet/DownKyi.pupnet.conf
+++ b/script/pupnet/DownKyi.pupnet.conf
@@ -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
diff --git a/version.txt b/version.txt
index 337a6a8..e5a4a5e 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.0.8
\ No newline at end of file
+1.0.9
\ No newline at end of file