mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 07:33:10 +00:00
bump to 4.14.0
This commit is contained in:
parent
5c1f3aee5a
commit
6a541a33a1
11
CHANGELOG.MD
11
CHANGELOG.MD
@ -1,4 +1,14 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 4.14.0 | 2023.12.20
|
||||||
|
- appver更新
|
||||||
|
- fix: /artist/detail 登录状态下调用提示网络拥挤的问题 #1853
|
||||||
|
- 歌曲红心数量,歌曲音质详情,本地歌曲文件匹配网易云歌曲信息 #1852
|
||||||
|
- crypto.js 重构 #1839
|
||||||
|
- 播客列表详情, 播客声音排序 #1843
|
||||||
|
- song_url number 类型修复 #1837
|
||||||
|
- 更新获取歌曲详情接口的 TypeScript 定义与文档,增加 Hi-Res 类型 #1836
|
||||||
|
|
||||||
|
|
||||||
### 4.13.8 | 2023.10.27
|
### 4.13.8 | 2023.10.27
|
||||||
- Docker 构建平台支持调整(只支持linux/arm64和linux/amd64)
|
- Docker 构建平台支持调整(只支持linux/arm64和linux/amd64)
|
||||||
|
|
||||||
@ -15,6 +25,7 @@
|
|||||||
- 修复`更新用户信息`接口报错问题 #1824
|
- 修复`更新用户信息`接口报错问题 #1824
|
||||||
|
|
||||||
- 部分接口移除`avatarImgId_str`字段
|
- 部分接口移除`avatarImgId_str`字段
|
||||||
|
- 新增日推歌曲不感兴趣接口 #1816
|
||||||
|
|
||||||
### 4.13.3 | 2023.10.10
|
### 4.13.3 | 2023.10.10
|
||||||
- 添加播客声音搜索接口 #1814
|
- 添加播客声音搜索接口 #1814
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "4.13.8",
|
"version": "4.14.0",
|
||||||
"description": "网易云音乐 NodeJS 版 API",
|
"description": "网易云音乐 NodeJS 版 API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user