Skip to content

Commit

Permalink
chore(release): prepare for 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yaobiao131 committed Apr 8, 2024
1 parent 8922ab4 commit b91a7c9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion DownKyi/Models/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
2 changes: 1 addition & 1 deletion script/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions script/pupnet/DownKyi.pupnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.8
1.0.9

0 comments on commit b91a7c9

Please sign in to comment.