feat: Supports UTF-8 BOM encoding.

This commit is contained in:
real-zony
2023-02-22 21:45:27 +08:00
parent bfd89e9d82
commit 5dbabab5a6
3 changed files with 11 additions and 5 deletions

View File

@@ -1,11 +1,8 @@
New Features:
- CLI 提供了一个更新检查功能,在程序启动的时候会检测最新的版本。
- 支持从酷我音乐搜索歌词。
New Features: NONE
Breaking Changes: None
Enhancement:
- 基于 MusicDecrypto 提供歌曲解密功能,支持 40 种格式的文件,具体支持格式请自己尝试
- 支持 UTF-8 BOM 编码,以解决部分设备乱码的问题
Fixed Bugs:
- None