Skip to content

Commit

Permalink
chore(release): prepare for 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yaobiao131 committed Feb 4, 2024
1 parent 8905e39 commit 8490ce8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [1.0.7] - 2024-02-04

### Bug Fixes

- 修复剪切板中的收藏夹url无法获取到信息
- 修复收藏夹无法显示视频列表的问题
- 使用avalonia的nightly版本
- 文件命名av标签添加av的前缀使意义更加明确
- 修复特殊文件名导致闪退问题 Fixes: #18

### Features

- 添加一种收藏夹url的支持 Fixes: #30
- 添加文件已存在自动重命名的开关 Fixes: #27 Fixes: #21
- 加入linux arm64构建脚本

## [1.0.6] - 2024-01-15

### 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 = 6;
private const int C = 7;

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.6</string>
<string>1.0.7</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion script/pupnet/DownKyi.pupnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IconFiles = """
DesktopFile = app.desktop
# PUBLISHER
PublisherName = yaobiao131
PublisherCopyright = Copyright (C) yaobiao131 2023
PublisherCopyright = Copyright (C) yaobiao131 2024
PublisherLinkName = Home Page
PublisherLinkUrl = https://github.com/yaobiao131/downkyicore
PublisherEmail =
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7

0 comments on commit 8490ce8

Please sign in to comment.