ci: Release 4.0.0.50 version.

This commit is contained in:
real-zony 2022-12-13 22:44:16 +08:00
parent 7dce16fe1f
commit 691cfa159f
2 changed files with 13 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>4.0.0.49</Version>
<Version>4.0.0.50</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -1,5 +1,13 @@
New Features: None
New Features:
- CLI 提供了一个更新检查功能,在程序启动的时候会检测最新的版本。
- 支持从酷我音乐搜索歌词。
Breaking Changes: None
Enhancement: None
Fixed Bugs:
- [[#115](https://github.com/real-zony/ZonyLrcToolsX/issues/115)] NAudio 有问题,暂时屏蔽该功能。
Enhancement:
- 基于 MusicDecrypto 提供歌曲解密功能,支持 40 种格式的文件,具体支持格式请自己尝试。
Fixed Bugs:
- None