-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: 添加下载列表显示功能 可播放已经下载的歌曲 添加清除缓存功能 修复下载文件类型问题
- Loading branch information
Showing
15 changed files
with
1,214 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# 更新日志 | ||
|
||
## [v3.4.0] - 2025-01-11 | ||
## [v3.5.0] - 2025-01-12 | ||
|
||
### ✨ 新功能 | ||
- 添加捐赠支持列表 | ||
- 添加收藏列表 批量下载功能 | ||
- 优化搜藏列表 可本地和线上收藏合并 如果收藏失败 会自动收藏到本地 | ||
- 添加下载管理 进度显示 播放下载的音乐 | ||
- 添加缓存管理 清理缓存 | ||
- 优化下载格式问题 支持下载其他格式 ps:其实之前只是后缀名问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "AlgerMusicPlayer", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "Alger Music Player", | ||
"author": "Alger <[email protected]>", | ||
"main": "./out/main/index.js", | ||
|
Oops, something went wrong.