Skip to content

Commit

Permalink
fix: fixed some issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
real-zony committed Jan 4, 2023
1 parent 6b538f3 commit 8d5a45c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 2 additions & 0 deletions src/ZonyLrcTools.Cli/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ globalOption:
- name: NetEase # 基于网易云音乐的歌词下载器。
priority: 1 # 优先级,升序排列,改为 -1 时禁用。
depth: 10 # 搜索深度,值越大搜索结果越多,但搜索时间越长。
additional:
isEnableRomanOutput: false # 是否启用罗马音输出,本参数仅当对应歌曲有罗马音歌词时有效。
- name: QQ # 基于 QQ 音乐的歌词下载器。
priority: 2
# depth: 10 # 暂时不支持。
Expand Down
2 changes: 1 addition & 1 deletion src/ZonyLrcTools.Common/ZonyLrcTools.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>4.0.0.50</Version>
<Version>4.0.0.51</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
11 changes: 3 additions & 8 deletions versions/release.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
New Features:

- CLI 提供了一个更新检查功能,在程序启动的时候会检测最新的版本。
- 支持从酷我音乐搜索歌词。
New Features: None

Breaking Changes: None
Enhancement:

- 基于 MusicDecrypto 提供歌曲解密功能,支持 40 种格式的文件,具体支持格式请自己尝试。
Enhancement: : None

Fixed Bugs:

- None
- 同步了 MusicDecrypto 库的代码,原始项目: [https://github.com/davidxuang/MusicDecrypto](https://github.com/davidxuang/MusicDecrypto)

0 comments on commit 8d5a45c

Please sign in to comment.