mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-14 03:10:26 +08:00
发布v1.5.8
This commit is contained in:
parent
3fe2044f1a
commit
37b2d96747
@ -1,5 +1,14 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## `2023/04/30` v1.5.8
|
||||||
|
|
||||||
|
* [新增] 视频详情页搜索功能。
|
||||||
|
* [优化] 确认下载路径之前检查盘符是否存在。
|
||||||
|
* [优化] 弹出框的UI。
|
||||||
|
* [优化] 音质描述【普通音质有3档质量,但不是固定的320K或192K,因此仅用高中低表述,以免产生误解】。
|
||||||
|
* [修复] 下载管理在只下载音频的情况下点击打开文件夹无响应。
|
||||||
|
* [修复] 解决tabId溢出的问题。
|
||||||
|
|
||||||
## `2023/02/18` v1.5.7
|
## `2023/02/18` v1.5.7
|
||||||
|
|
||||||
* [新增] 自定义UserAgent。
|
* [新增] 自定义UserAgent。
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
||||||
//通过使用 "*",如下所示:
|
//通过使用 "*",如下所示:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("2.1.7.0")]
|
[assembly: AssemblyVersion("2.1.8.0")]
|
||||||
[assembly: AssemblyFileVersion("2.1.7.0")]
|
[assembly: AssemblyFileVersion("2.1.8.0")]
|
||||||
|
@ -11,7 +11,7 @@ namespace DownKyi.Models
|
|||||||
|
|
||||||
const int a = 1;
|
const int a = 1;
|
||||||
const int b = 5;
|
const int b = 5;
|
||||||
const int c = 7;
|
const int c = 8;
|
||||||
|
|
||||||
public AppInfo()
|
public AppInfo()
|
||||||
{
|
{
|
||||||
|
@ -51,5 +51,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.5.7.0")]
|
[assembly: AssemblyVersion("1.5.8.0")]
|
||||||
[assembly: AssemblyFileVersion("1.5.7.0")]
|
[assembly: AssemblyFileVersion("1.5.8.0")]
|
||||||
|
Loading…
Reference in New Issue
Block a user