We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ca693 commit fc85d6dCopy full SHA for fc85d6d
2 files changed
CHANGELOG.MD
@@ -1,4 +1,8 @@
1
# 更新日志
2
+### 4.25.0 | 2024.11.16
3
+- feat: 增加副歌时间、相关歌单推荐接口,原有相关歌单接口已废弃;fix: 将部分易盾白名单接口替换为eapi [#30](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/30)
4
+- fix: 播客上传接口 [#32](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/32)
5
+
6
### 4.24.0 | 2024.10.20
7
- 新增用户徽章,用户状态,听歌足迹,今日收听,歌单导入等接口 [#29](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/29)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
- "version": "4.24.0",
+ "version": "4.25.0",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
0 commit comments