-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
13 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,17 +1,24 @@ | ||
{ | ||
"version": "0.0.1-alpha.0", | ||
"version": "0.0.2", | ||
"changeLog": [ | ||
"1. 【功能】新增搜索历史记录", | ||
"2. 【功能】新增下载歌词、调整歌词字体大小功能", | ||
"3. 【功能】桌面歌词支持自定义字体", | ||
"4. 【功能】支持选择音频输出设备", | ||
"5. 【功能】下载歌曲功能", | ||
"6. 【功能】设置中新增快捷键配置", | ||
"7. 【功能】支持windows8.1及以下系统(下载链接中的windows-legacy-setup.exe,win10/11下载哪个exe都行)", | ||
"8. 【优化】调整左下角歌曲信息的可响应区域", | ||
"9. 【修复】修复本地歌曲只显示100首的问题", | ||
"10. 【修复】修复mac系统无法移动桌面歌词的问题", | ||
"11. 【修复】修复本地插件安装失败的问题" | ||
"1. 【功能】支持播放 .m3u8 源", | ||
"2. 【功能】打开播放列表时锚定到当前正在播放的歌曲", | ||
"3. 【功能】新增搜索歌词功能,你可以在歌曲详情页右键点击,并单击【搜索歌词】功能唤起搜索弹窗", | ||
"4. 【功能】重写了本地歌曲的导入机制,新增本地音乐视图(列表、作者、专辑、文件夹)", | ||
"5. 【功能】新增支持隐藏歌曲列表的部分列", | ||
"6. 【功能】新增快捷键:喜欢/不喜欢歌曲", | ||
"7. 【功能, windows】新增缩略图配置,你可以选择在任务栏悬浮图标时展示原窗口或专辑封面", | ||
"8. 【功能, windows】新增任务栏播放控制按钮", | ||
"9. 【优化】优化主题包安装机制:取消原本安装文件夹的机制,修改为安装 .mftheme 或 .zip 的文件,支持批量安装", | ||
"10. 【优化】优化了从热门歌单页详情页返回时的表现", | ||
"11. 【优化】优化了歌曲详情页右键按钮的表现", | ||
"12. 【优化】优化了主窗口和歌词窗口的通信机制", | ||
"13. 【修复】修复作者页歌曲显示不全的问题", | ||
"14. 【修复】修复包含特殊字符时下载失败的问题", | ||
"15. 【修复, macos】修复 macos 图标显示异常的问题", | ||
"16. 【修复, linux】修复 linux 无法最小化的问题", | ||
"17. 【打包】新增 windows 免安装版、mac m1/m2版、linux版", | ||
"18. 【版本号】桌面版后缀取消 -alpha 后缀,以正式版本号发布。" | ||
], | ||
"download": ["https://wwzb.lanzoue.com/b042poiuj"] | ||
"download": ["https://wwzb.lanzoue.com/b042x0z9e"] | ||
} |