Skip to content

Commit bbfdddb

Browse files
committed
chore(release): prepare for 1.0.14
1 parent 732e982 commit bbfdddb

File tree

4 files changed

+46
-26
lines changed

4 files changed

+46
-26
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
## [1.0.11] - 2024-10-14
1+
# 更新日志
2+
3+
## [1.0.14] - 2024-11-25
4+
5+
### Bug Fixes
6+
7+
- 优化部分nullable代码
8+
- 修复视频标题显示为合集标题
9+
- 合集选中使用cid区分
10+
- 修复合集选中
11+
12+
### Features
13+
14+
- 合集选中使用cid区分
15+
16+
### Refactor
17+
18+
- 改进GetVideoSections代码
19+
20+
## [1.0.13] - 2024-10-14
221

322
### Bug Fixes
423

@@ -279,3 +298,4 @@
279298
- 修复构建
280299
- 去掉代理
281300

301+
<!-- generated by git-cliff -->

DownKyi/Models/AppInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class AppInfo
1111

1212
private const int A = 1;
1313
private const int B = 0;
14-
private const int C = 13;
14+
private const int C = 14;
1515

1616
public AppInfo()
1717
{

script/macos/Info.plist

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>CFBundleIconFile</key>
6-
<string>logo.icns</string>
7-
<key>CFBundleIdentifier</key>
8-
<string>cn.bzdrs.downkyi</string>
9-
<key>CFBundleName</key>
10-
<string>哔哩下载姬</string>
11-
<key>CFBundleVersion</key>
12-
<string>1.0.13</string>
13-
<key>LSMinimumSystemVersion</key>
14-
<string>10.15</string>
15-
<key>CFBundleExecutable</key>
16-
<string>DownKyi</string>
17-
<key>CFBundleInfoDictionaryVersion</key>
18-
<string>6.0</string>
19-
<key>CFBundlePackageType</key>
20-
<string>APPL</string>
21-
<key>CFBundleShortVersionString</key>
22-
<string>1.0</string>
23-
<key>NSHighResolutionCapable</key>
24-
<true/>
25-
</dict>
26-
</plist>
4+
<dict>
5+
<key>CFBundleIconFile</key>
6+
<string>logo.icns</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>cn.bzdrs.downkyi</string>
9+
<key>CFBundleName</key>
10+
<string>哔哩下载姬</string>
11+
<key>CFBundleVersion</key>
12+
<string>1.0.14</string>
13+
<key>LSMinimumSystemVersion</key>
14+
<string>10.15</string>
15+
<key>CFBundleExecutable</key>
16+
<string>DownKyi</string>
17+
<key>CFBundleInfoDictionaryVersion</key>
18+
<string>6.0</string>
19+
<key>CFBundlePackageType</key>
20+
<string>APPL</string>
21+
<key>CFBundleShortVersionString</key>
22+
<string>1.0</string>
23+
<key>NSHighResolutionCapable</key>
24+
<true/>
25+
</dict>
26+
</plist>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.13
1+
1.0.14

0 commit comments

Comments
 (0)