Skip to content

Commit

Permalink
发布v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leiurayer committed Feb 18, 2023
1 parent 6f3273d commit 8cd0f82
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## `2023/02/18` v1.5.7

* [新增] 自定义UserAgent。
* [新增] 程序检查更新。
* [优化] 下载前检测无效的下载目录。
* [优化] 更新依赖版本。
* [优化] 输出Aria2错误信息到UI。
* [修复] 默认编码为AVC,但画质为杜比视界时,不会自动选中HEVC编码的问题。
* [修复] 删除下载项时内建下载器崩溃的问题。

## `2023/01/06` v1.5.6

* [修复] 文件名包含非法字符。
Expand Down
6 changes: 3 additions & 3 deletions src/DownKyi.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("DownKyi")]
[assembly: AssemblyProduct("DownKyi.Core")]
[assembly: AssemblyCopyright("Copyright © Downkyi 2020-2022")]
[assembly: AssemblyCopyright("Copyright © Downkyi 2020-2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.6.0")]
[assembly: AssemblyFileVersion("2.1.6.0")]
[assembly: AssemblyVersion("2.1.7.0")]
[assembly: AssemblyFileVersion("2.1.7.0")]
2 changes: 1 addition & 1 deletion src/DownKyi/Models/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class AppInfo

const int a = 1;
const int b = 5;
const int c = 6;
const int c = 7;

public AppInfo()
{
Expand Down
4 changes: 2 additions & 2 deletions src/DownKyi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.6.0")]
[assembly: AssemblyFileVersion("1.5.6.0")]
[assembly: AssemblyVersion("1.5.7.0")]
[assembly: AssemblyFileVersion("1.5.7.0")]

0 comments on commit 8cd0f82

Please sign in to comment.