mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-24 22:45:53 +03:00
-
v3.0.0-beta.8.2025 Stable
released this
2025-12-31 08:16:55 +03:00 | 919 commits to dev since this release📅 Originally published on GitHub: Wed, 31 Dec 2025 06:33:31 GMT
🏷️ Git tag created: Wed, 31 Dec 2025 05:16:55 GMT🎉 2026 年新年快乐!
✨ 新增功能
- 💻 改进 Windows 媒体控件集成,支持高清封面和更多的控制功能
- 📝 新增 Last.fm 支持
- 💾 新增歌曲本地缓存功能
- 📂 新增播放列表缓存功能
- 🎧 支持播放过程中切换音质,需开启歌曲信息展示
- 🧩 新增 Discord RPC,可展示当前播放状态
- ⏱ 点击当前播放时间可在正计时 / 倒计时之间切换
- 🖊 歌曲评论文本支持鼠标拖拽选择
- ⏲ 新增播放时间显示格式切换功能
🛠 修复与优化
- ▶️ 修复启动时无法正常播放 #639 #630 #635
- ▶️ 修复选中歌曲播放按钮无法切歌 #655 #683
- 🧑🎤 修复歌手信息更新失败及歌手头像丢失的问题
- 🖥 修复点击桌面歌词按钮时报错的问题,并支持跳转到桌面歌词设置
- 🎬 修复「为我推荐」页面点击 MV 时错误显示评论区的问题
- 📄 修复未正确解析带翻译 LRC 歌词结束时间的问题
- 📥 修复下载相关问题及音质切换异常
- 🧾 修复缓存大小上限默认值处理不正确的问题
- 📜 修复本地列表过长导致的显示问题
- 💻 修复主窗口在桌面歌词区域移动或调整大小时出现的闪烁问题
- 🧩 修复开发人员卡片宽度显示异常
- 🌐 修复官网部分显示问题
- 🎤 完善歌词字体自定义相关功能
- 🌈 优化 AMLL 歌词高亮显示效果
- 🔁 优化歌单在单曲循环模式下的自动切换逻辑
- 🎚 优化下拉筛选交互方式
- ⚡ 修复开启「自定义 CSS 字体」后修改全局字体时出现的卡顿问题
- 🎨 优化本地目录列表样式
- 🎨 优化歌词设置页中歌词预览的显示样式
- 🎨 优化歌词滚动至顶部附近时的显示效果
🦄 重构调整
- 🧱 拆分播放模式按钮为两个独立按钮
- 🔤 调整歌词字体配置的管理方式
📚 其他
- 📝 更新项目文档
What's Changed
- fix:修复歌手信息跳转更新失败和歌手头像丢失问题 by @flystar233 in https://github.com/imsyy/SPlayer/pull/632
- 🎈 perf: 完善歌词字体自定义 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/634
- ✨ feat: 新增本地缓存功能 by @imsyy in https://github.com/imsyy/SPlayer/pull/640
- fix &feat 修复打开桌面歌词按钮报错bug,和增加点击桌面歌词设置按钮后直接跳转桌面歌词设置部分 by @flystar233 in https://github.com/imsyy/SPlayer/pull/638
- ✨ feat: 添加lastfm支持 by @lrst6963 in https://github.com/imsyy/SPlayer/pull/631
- 🎈 perf: 优化歌单对于单曲循环的自动切换 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/643
- feat(setting): 支持自定义缓存大小上限 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/644
- fix(cache): 修复缓存大小上限默认值处理 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/645
- fix:更新README.md by @lrst6963 in https://github.com/imsyy/SPlayer/pull/650
- fix: 修复为我推荐页面点击MV直接展示评论区而不是mv本身的bug by @flystar233 in https://github.com/imsyy/SPlayer/pull/649
- ✨ feat: 歌曲的评论文本可通过鼠标拖拽选择 by @fgt1t5y in https://github.com/imsyy/SPlayer/pull/648
- ✨ feat: 优化 AMLL 歌词高亮效果。 by @ITManCHINA in https://github.com/imsyy/SPlayer/pull/653
- fix(website): 临时修复些小问题和不太顺眼的地方 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/658
- ✨ feat: 增加播放时音质切换 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/659
- fix(lyric): 未正确解析带翻译 lrc 的歌词行结束时间 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/661
- 优化下载与修复音质切换BUG by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/660
- perf(UI): 修复「自定义 CSS 字体」开启时修改「全局字体」卡顿 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/665
- style(setting): 优化本地目录样式 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/666
- style(MainAMLyric): 优化歌词滚动位置靠近顶部时的样式 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/668
- feat(lastfm): 优化体验 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/662
- refactor(font): 重构歌词字体配置管理 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/669
- 🐞 fix: 改善主窗口在桌面歌词区域移动/调整大小时的闪烁问题 by @Yueby in https://github.com/imsyy/SPlayer/pull/674
- style(LyricsSetting): 优化设置中歌词预览的样式 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/675
- ✨ feat: 改进 Windows 下的媒体控件集成 by @apoint123 in https://github.com/imsyy/SPlayer/pull/671
- ✨ feat: 点击当前播放时间可切换正/倒计时 by @fgt1t5y in https://github.com/imsyy/SPlayer/pull/679
- ✨ feat: Discord RPC 插件分离 by @imsyy in https://github.com/imsyy/SPlayer/pull/682
- feat(player): 添加播放时间格式切换功能 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/680
- 🦄 refactor: 拆分单个播放模式按钮为两个 by @apoint123 in https://github.com/imsyy/SPlayer/pull/685
- ✨ feat: 新增搜索强迫症设置 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/684
- 🎈 perf: 下拉筛选模式 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/688
- ✨ feat: 新增列表缓存 by @imsyy in https://github.com/imsyy/SPlayer/pull/687
- 🐞 fix: 本地列表过长问题 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/690
- 🐞 fix: 修复开发人员卡片宽度问题 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/692
New Contributors
- @flystar233 made their first contribution in https://github.com/imsyy/SPlayer/pull/632
- @lrst6963 made their first contribution in https://github.com/imsyy/SPlayer/pull/631
- @fgt1t5y made their first contribution in https://github.com/imsyy/SPlayer/pull/648
- @ITManCHINA made their first contribution in https://github.com/imsyy/SPlayer/pull/653
- @Yueby made their first contribution in https://github.com/imsyy/SPlayer/pull/674
Full Changelog: https://github.com/imsyy/SPlayer/compare/v3.0.0-beta.7...v3.0.0-beta.8.2025
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
SPlayer-3.0.0-beta.8-arm64-portable.exe
0 downloads ·
2026-02-27 06:47:27 +03:00 · 111 MiB -
SPlayer-3.0.0-beta.8-arm64-setup.exe
0 downloads ·
2026-02-27 06:47:38 +03:00 · 111 MiB -
SPlayer-3.0.0-beta.8-arm64-setup.exe.blockmap
0 downloads ·
2026-02-27 06:47:38 +03:00 · 119 KiB -
SPlayer-3.0.0-beta.8-arm64.dmg.blockmap
0 downloads ·
2026-02-27 06:48:55 +03:00 · 145 KiB -
SPlayer-3.0.0-beta.8-arm64.zip.blockmap
0 downloads ·
2026-02-27 06:49:20 +03:00 · 142 KiB -
SPlayer-3.0.0-beta.8-setup.exe.blockmap
0 downloads ·
2026-02-27 06:49:53 +03:00 · 231 KiB -
SPlayer-3.0.0-beta.8-x64-portable.exe
0 downloads ·
2026-02-27 06:50:07 +03:00 · 109 MiB -
SPlayer-3.0.0-beta.8-x64-setup.exe
0 downloads ·
2026-02-27 06:51:37 +03:00 · 109 MiB -
SPlayer-3.0.0-beta.8-x64-setup.exe.blockmap
0 downloads ·
2026-02-27 06:51:37 +03:00 · 117 KiB -
SPlayer-3.0.0-beta.8-x64.dmg.blockmap
0 downloads ·
2026-02-27 06:51:49 +03:00 · 146 KiB -
SPlayer-3.0.0-beta.8-x64.zip.blockmap
0 downloads ·
2026-02-27 06:52:23 +03:00 · 141 KiB -
builder-debug.yml
0 downloads ·
2026-02-27 06:46:48 +03:00 · 2.6 KiB -
latest-linux-arm64.yml
0 downloads ·
2026-02-27 06:46:48 +03:00 · 886 B -
latest-linux.yml
0 downloads ·
2026-02-27 06:46:49 +03:00 · 886 B -
latest-mac.yml
0 downloads ·
2026-02-27 06:46:49 +03:00 · 841 B -
latest.yml
0 downloads ·
2026-02-27 06:46:49 +03:00 · 696 B -
splayer-3.0.0-beta.8-aarch64.pacman
0 downloads ·
2026-02-27 06:46:58 +03:00 · 95 MiB -
splayer-3.0.0-beta.8-aarch64.rpm
0 downloads ·
2026-02-27 06:47:07 +03:00 · 94 MiB -
splayer-3.0.0-beta.8-amd64.deb
0 downloads ·
2026-02-27 06:47:17 +03:00 · 99 MiB -
splayer-3.0.0-beta.8-arm64.deb
0 downloads ·
2026-02-27 06:48:43 +03:00 · 94 MiB -
splayer-3.0.0-beta.8-x64.pacman
0 downloads ·
2026-02-27 06:51:59 +03:00 · 99 MiB -
splayer-3.0.0-beta.8-x86_64.rpm
0 downloads ·
2026-02-27 06:52:43 +03:00 · 99 MiB