Skip to content

Commit

Permalink
chore(release): prepare for 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yaobiao131 committed Mar 5, 2024
1 parent adf5e5c commit 524ab8e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
## [1.0.7] - 2024-02-04
## [1.1.0] - 2024-03-05

### Bug Fixes

- 修复自动添加后缀重启无法正确显示设置状态 Fixes: #33

### Features

- 仅允许单实例同时运行
- 游客添加随机buvid3解决部分接口风控(真实buvid3暂未实现、后续可以考虑)
- 添加使用WebPage方式解析解决风控问题(仅限普通视频,番剧、课程未实现) #37 #36

## [1.0.7] - 2024-02-05

### Bug Fixes

- 使用avalonia旧版本修复windows7报错 Fixes: #31
- 修复剪切板中的收藏夹url无法获取到信息
- 修复收藏夹无法显示视频列表的问题
- 使用avalonia的nightly版本
Expand All @@ -14,6 +27,11 @@
- 添加文件已存在自动重命名的开关 Fixes: #27 Fixes: #21
- 加入linux arm64构建脚本

### Miscellaneous Tasks

- 去掉rpm arm64构建
- 去掉rpm 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 = 7;
private const int C = 8;

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.7</string>
<string>1.0.8</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 @@ -22,7 +22,7 @@ PublisherName = yaobiao131
PublisherCopyright = Copyright (C) yaobiao131 2024
PublisherLinkName = Home Page
PublisherLinkUrl = https://github.com/yaobiao131/downkyicore
PublisherEmail =
PublisherEmail = [email protected]
DotnetProjectPath = ../../

DesktopNoDisplay = false
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.7
1.0.8

0 comments on commit 524ab8e

Please sign in to comment.