diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce6c322..a1bff27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 更新日志 +## `2022/10/16` v1.5.4 + +* [新增] 支持AV1编码视频。 +* [新增] 支持Hi-Res无损音频格式。 +* [新增] 支持UP主用户空间的合集和列表。 +* [新增] 支持自定义aria服务器。 +* [新增] 音视频分离支持多选。 +* [修复] 视频无杜比视界时支持杜比全景声。 + ## `2022/06/05` v1.5.3 * [优化] 封面命名。 diff --git a/src/DownKyi.Core/Properties/AssemblyInfo.cs b/src/DownKyi.Core/Properties/AssemblyInfo.cs index 26cbfc9a..67f29b88 100644 --- a/src/DownKyi.Core/Properties/AssemblyInfo.cs +++ b/src/DownKyi.Core/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.3.0")] -[assembly: AssemblyFileVersion("2.1.3.0")] +[assembly: AssemblyVersion("2.1.4.0")] +[assembly: AssemblyFileVersion("2.1.4.0")] diff --git a/src/DownKyi/Models/AppInfo.cs b/src/DownKyi/Models/AppInfo.cs index 22c0c6da..f610f8aa 100644 --- a/src/DownKyi/Models/AppInfo.cs +++ b/src/DownKyi/Models/AppInfo.cs @@ -3,12 +3,12 @@ public class AppInfo { public string Name { get; } = "哔哩下载姬"; - public int VersionCode { get; } = 510; + public int VersionCode { get; } = 511; #if DEBUG - public string VersionName { get; } = "1.5.3 Debug"; + public string VersionName { get; } = "1.5.4 Debug"; #else - public string VersionName { get; } = "1.5.3"; + public string VersionName { get; } = "1.5.4"; #endif } diff --git a/src/DownKyi/Properties/AssemblyInfo.cs b/src/DownKyi/Properties/AssemblyInfo.cs index cbf3fe13..5a996db9 100644 --- a/src/DownKyi/Properties/AssemblyInfo.cs +++ b/src/DownKyi/Properties/AssemblyInfo.cs @@ -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.3.0")] -[assembly: AssemblyFileVersion("1.5.3.0")] +[assembly: AssemblyVersion("1.5.4.0")] +[assembly: AssemblyFileVersion("1.5.4.0")] diff --git a/src/README.md b/src/README.md index 6f54914d..667d0afd 100644 --- a/src/README.md +++ b/src/README.md @@ -6,7 +6,11 @@ - [x] 支持视频、番剧、剧集、电影、课程下载 -- [x] **支持8K、4K、HDR、杜比视界、杜比全景声下载** +- [x] **支持8K、4K、HDR、杜比视界** + +- [x] **支持AVC、HEVC、AV1视频编码** + +- [x] **支持杜比全景声、Hi-Res无损音质** - [x] **支持用户收藏夹、订阅、稍后再看、历史记录下载** @@ -20,7 +24,7 @@ - [x] 支持断点续传 -- [x] 支持Aria2c +- [x] 内置Aria2c服务器,支持自定义Aria2c服务器 - [x] 支持下载历史记录保存 @@ -61,15 +65,15 @@ 目前已支持的有: -- [x] av号:av170001,https://www.bilibili.com/video/av170001 -- [x] BV号:BV17x411w7KC,https://www.bilibili.com/video/BV17x411w7KC, https://b23.tv/BV17x411w7KC -- [x] 番剧(电影、电视剧)ss号:https://www.bilibili.com/bangumi/play/ss32982 -- [x] 番剧(电影、电视剧)ep号:https://www.bilibili.com/bangumi/play/ep317925 -- [x] 番剧(电影、电视剧)md号:https://www.bilibili.com/bangumi/media/md28228367 -- [x] 课程ss号:https://www.bilibili.com/cheese/play/ss205 -- [x] 课程ep号:https://www.bilibili.com/cheese/play/ep3489 -- [x] 收藏夹:ml1329019876,ML1329019876,https://www.bilibili.com/medialist/detail/ml1329019876, https://www.bilibili.com/medialist/play/ml1329019876/ -- [x] 用户空间:uid928123,UID:928123,https://space.bilibili.com/928123 +- [x] av号:av170001, +- [x] BV号:BV17x411w7KC,, +- [x] 番剧(电影、电视剧)ss号: +- [x] 番剧(电影、电视剧)ep号: +- [x] 番剧(电影、电视剧)md号: +- [x] 课程ss号: +- [x] 课程ep号: +- [x] 收藏夹:ml1329019876,ML1329019876,, +- [x] 用户空间:uid928123,UID:928123, `注:因为番剧和课程都有ss号和ep号,因此暂时不能直接输入ss号和ep号。`