lx-music-desktop/publish/changeLog.md

27 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 新增
- 新增托盘图标颜色 跟随系统亮暗模式 设置,可以在 设置-其他 启用 #2016
- 支持本地同名 `krc` 格式歌词文件的读取(#2053
- Open API 新增播放器播放/暂停、切歌、收藏当前播放歌曲调用详情看开放API文档 (原始 PR #2077)
### 优化
- 修正搜索歌曲提示框文案(#2050
- 优化播放详情页UI歌曲名字、歌手等文字过长时被截断的问题#2049
- Scheme URL 的播放歌曲允许更长的专辑名称
- 播放本地歌曲时,将优先尝试读取本地同名字的 `jpg``png` 图片作为播放封面显示,若文件不存在则从音频文件内读取,最后再尝试使用在线图片(#2096
### 修复
- 修复歌单详情页内歌单名字过长时的UI显示问题#2028
- 修复获取自定义环境音效预设列表逻辑问题
- 修复 m4a 文件歌曲内嵌歌词无法读取的问题(#2090
### 变更
- 不再缓存换源歌曲信息
### 其他
- 更新 electron 到 v32.2.2