Skip to content

Commit

Permalink
3.0.0 Released.
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoux committed Nov 28, 2022
1 parent 50d5967 commit 05fabb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
2 changes: 1 addition & 1 deletion LrcHelper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2.3.2.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: NeutralResourcesLanguage("en-001")]

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

-----

**运行要 .NET Framework 4.7.2 的支持**
**运行要 .NET Framework 4.8 的支持**

针对网易云音乐开发,根据提供的歌曲/歌单/专辑 ID,自动下载整理歌词(含翻译)的功能。

Expand Down Expand Up @@ -54,6 +54,8 @@

## 参考&感谢

感谢 [@Initial-heart](https://github.com/Initial-heart-1) 的帮助!当服务器因为过于频繁请求而拒绝时,可以自动延迟并重试。

感谢 [@stevennight](https://github.com/stevennight) 的帮助!让本来没有时间维护(因为暂时没有电脑和捡到了一个女朋友)的工具起死回生……

获取外文歌词的代码基于 ituff 的 [163lyric项目](https://github.com/ituff/163lyric) 的实现思路,进行了修改。(但是 ituff 并没有指定那个项目的开源协议)
Expand All @@ -62,6 +64,8 @@

## 更新信息(最近在上)

- 2022.11.28 [#18](https://github.com/ludoux/LrcHelper/issues/18) [#19](https://github.com/ludoux/LrcHelper/issues/19) 针对网易云对请求的限制进行修正。(v3.0.0 #Release)

- 2022.01.04 在检查更新时使用 tls1.2 协议。(v2.3.2 #Release)

- 2022.01.04 [#15](https://github.com/ludoux/LrcHelper/issues/15) [#17](https://github.com/ludoux/LrcHelper/issues/17) 引入 Newtonsoft.Json 而不是正则表达式来判断专辑、歌单名字等。支持自定义 cookie 以规避登录限制。(v2.3.0 #Release)
Expand Down
23 changes: 0 additions & 23 deletions UpdateInfo/UpInfo.txt

This file was deleted.

0 comments on commit 05fabb9

Please sign in to comment.