Skip to content

Commit

Permalink
chore(release): prepare for 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yaobiao131 committed Aug 5, 2024
1 parent f9eb527 commit 75406b5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.0.11] - 2024-08-05

### Bug Fixes

- 修复视频发布时间错误问题Fixes: #103
- 使用webpage解析失败回退api方式
- 修复解析选中项失败的问题
- 加入使用webpage无法解析会回退到api解析解决webpage覆盖面的问题 Fixes: #115

### Features

- 升级Avalonia到11.1版本
- 替换内建下载器
- 加入已下载列表按下载时间倒序 Fixes: #114

## [1.0.10] - 2024-05-07

### Bug Fixes
Expand All @@ -8,6 +23,10 @@
- 修复样式问题 Fixes: #80
- 修复下载时开启自动添加后缀文件夹不存在时闪退问题 Fixes: #78 #74

### Miscellaneous Tasks

- Update github workflows

## [1.0.9] - 2024-04-08

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

public AppInfo()
{
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.10
1.0.11

0 comments on commit 75406b5

Please sign in to comment.