mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-24 22:45:53 +03:00
-
v3.0.0-beta.9 Stable
released this
2026-01-30 11:06:16 +03:00 | 657 commits to dev since this release📅 Originally published on GitHub: Fri, 30 Jan 2026 08:22:52 GMT
🏷️ Git tag created: Fri, 30 Jan 2026 08:06:16 GMT✨ 新增功能
- 新增流媒体,支持 Jellyfin / Navidrome / Emby 等
- 设置页面 UI 优化,支持搜索 / 快捷跳转
- 新增支持自定义图片背景,优化主题配置
- 新增全屏播放样式
- 新增单曲 Wiki 页面,可查看歌曲详情及乐谱等信息
- 新增多账号切换
- 主要界面适配移动端显示
- 新增 FFmpeg 及 MPV 播放引擎以支持更多音频格式(#716)
- 本地歌词新增支持解析 逐字 LRC 与 增强型 LRC
- 缓存采用 SQLite 实现
- 播放器菜单新增音质切换
- 新增本地及在线歌曲优先使用 QM 歌词
- 支持暂停播放时同步暂停背景动画(#706)
- 优化并增强音频元数据清理逻辑(#697)
- 新增播放或下载歌曲时将歌词展示为多种繁体格式
- 部分完善本地模式
- 新增封面 / 歌词占比调节,歌词滚动位置无极调节
🛠 修复与优化
- 修复网页端无法正常登录(#722)
- 修复定时关闭失效
- 限制 Linux 下 MPRIS 状态更新频率,防止状态抖动(#704)
- 修复本地播放模式下的播放逻辑问题(#701)
- 优化歌曲播放时间显示格式相关代码(#700)
- 重写时间相关核心逻辑(#715)
- 修复歌词排除逻辑中未正确处理 TTML 的问题(#708)
- 修复 TTML 歌词多语言翻译异常(#719)
- 修复无边框窗口模式在重启后自动开启的问题(#717)
- 更新并完善项目文档内容(#693 #698)
What's Changed
- docs: 文档更新 by @RainyGrass in https://github.com/imsyy/SPlayer/pull/693
- fix:限制Linux下MPRIS状态更新的频率,以防止出现抽搐bug。 by @lrst6963 in https://github.com/imsyy/SPlayer/pull/704
- fix: 🐛 修复本地播放模式逻辑 by @awsl1414 in https://github.com/imsyy/SPlayer/pull/701
- docs: 更新文档 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/698
- perf: 优化歌曲播放时间显示格式相关代码 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/700
- ✨ feat: 更好的元数据清理 by @apoint123 in https://github.com/imsyy/SPlayer/pull/697
- feat(playBackground): 支持暂停时暂停背景动画 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/706
- fix(lyrics): handleLyricExclude 没有判断不排除 TTML by @MoYingJi in https://github.com/imsyy/SPlayer/pull/708
- refactor(setting): 改个变量名什么的 还有一些小改 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/710
- 🦄 refactor: 重写时间逻辑 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/715
- 🐞 fix: 无边框窗口模式在重启程序之后自动打开 by @Revincx in https://github.com/imsyy/SPlayer/pull/717
- fix(lyric): 修复 TTML 多语言翻译 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/719
- ✨ feat: 添加 ffmpeg 解码器以支持更多音频格式 by @apoint123 in https://github.com/imsyy/SPlayer/pull/716
- feat(lyric): 丰富 AMLL 设置项,删除 QM 意外的逐字音译 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/726
- fix(helper): 云盘歌曲无法正确获取音质 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/729
- 使用「清理」替换「排序」逻辑,优先使用中文翻译 by @ranhengzhang in https://github.com/imsyy/SPlayer/pull/724
- ✨feat: 添加MPV播放引擎及原生MPRIS支持 by @lrst6963 in https://github.com/imsyy/SPlayer/pull/731
- fix(am-lyric): 没有遵循 countDownShow by @MoYingJi in https://github.com/imsyy/SPlayer/pull/735
- style(am-lyric): 修复 pureLyricMode 下 AMLL 的样式 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/743
- fix: 修复mpv下的音量处理逻辑 by @lrst6963 in https://github.com/imsyy/SPlayer/pull/739
- 重构媒体控件相关集成 by @apoint123 in https://github.com/imsyy/SPlayer/pull/737
- fix:特殊文件名播放问题 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/746
- 🐛fix(lyric):修复 macOS 切换桌面歌词时的渲染残留问题 by @Pissofdvpe in https://github.com/imsyy/SPlayer/pull/748
- ✨ feat: 添加简繁转换功能 by @apoint123 in https://github.com/imsyy/SPlayer/pull/751
- 🐞 fix: 修复日志洪水的问题 by @apoint123 in https://github.com/imsyy/SPlayer/pull/752
- fix(audio-player): 修复切歌后播放速率恢复为1 by @serious-snow in https://github.com/imsyy/SPlayer/pull/750
- feat: 新增流媒体支持 by @imsyy in https://github.com/imsyy/SPlayer/pull/753
- 🐞 fix: vendor opencc 相关 by @apoint123 in https://github.com/imsyy/SPlayer/pull/755
- Fix/apply-chinese-conversion-to-local-lyrics by @apoint123 in https://github.com/imsyy/SPlayer/pull/757
- ✨ feat: 利用配置的解锁服务获取下载链接 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/761
- ✨ feat: Fuck AI Mode by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/763
- ✨ feat: 支持刷新私人漫游 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/762
- 🐞 fix: 修复被错误移除的cloneDeep和lint问题 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/767
- ✨ feat: 新增自定义背景图 by @imsyy in https://github.com/imsyy/SPlayer/pull/770
- ✨ feat: 支持下载时转换繁体中文 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/765
- ✨ feat: 增加更详细的日志输出 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/771
- ✨ feat: 为 ffmpeg 解码器添加流式解码功能 by @apoint123 in https://github.com/imsyy/SPlayer/pull/766
- Dev fixerr by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/773
- 🦄 refactor: 全局设置重构,支持搜索 / 跳转 by @imsyy in https://github.com/imsyy/SPlayer/pull/778
- 🐞 fix: 专辑没有被正确剔除括号 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/775
- refactor(setting): 改了点设置 优化显示效果 更改字段名 by @MoYingJi in https://github.com/imsyy/SPlayer/pull/780
- ✨ feat: 音质鉴权 by @kazukokawagawa in https://github.com/imsyy/SPlayer/pull/779
New Contributors
- @RainyGrass made their first contribution in https://github.com/imsyy/SPlayer/pull/693
- @Revincx made their first contribution in https://github.com/imsyy/SPlayer/pull/717
- @ranhengzhang made their first contribution in https://github.com/imsyy/SPlayer/pull/724
Full Changelog: https://github.com/imsyy/SPlayer/compare/v3.0.0-beta.8.2025...v3.0.0-beta.9
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
SPlayer-3.0.0-beta.9-arm64-portable.exe
0 downloads ·
2026-02-27 06:53:24 +03:00 · 116 MiB -
SPlayer-3.0.0-beta.9-arm64-setup.exe
0 downloads ·
2026-02-27 06:53:35 +03:00 · 116 MiB -
SPlayer-3.0.0-beta.9-arm64-setup.exe.blockmap
0 downloads ·
2026-02-27 06:53:35 +03:00 · 126 KiB -
SPlayer-3.0.0-beta.9-arm64.dmg.blockmap
0 downloads ·
2026-02-27 06:55:02 +03:00 · 155 KiB -
SPlayer-3.0.0-beta.9-arm64.zip.blockmap
0 downloads ·
2026-02-27 06:55:30 +03:00 · 148 KiB -
SPlayer-3.0.0-beta.9-setup.exe.blockmap
0 downloads ·
2026-02-27 06:56:07 +03:00 · 247 KiB -
SPlayer-3.0.0-beta.9-x64-portable.exe
0 downloads ·
2026-02-27 06:56:16 +03:00 · 114 MiB -
SPlayer-3.0.0-beta.9-x64-setup.exe
0 downloads ·
2026-02-27 06:56:28 +03:00 · 115 MiB -
SPlayer-3.0.0-beta.9-x64-setup.exe.blockmap
0 downloads ·
2026-02-27 06:56:28 +03:00 · 123 KiB -
SPlayer-3.0.0-beta.9-x64.dmg.blockmap
0 downloads ·
2026-02-27 06:56:51 +03:00 · 152 KiB -
SPlayer-3.0.0-beta.9-x64.zip.blockmap
0 downloads ·
2026-02-27 06:57:23 +03:00 · 148 KiB -
builder-debug.yml
0 downloads ·
2026-02-27 06:52:44 +03:00 · 2.6 KiB -
latest-linux-arm64.yml
0 downloads ·
2026-02-27 06:52:44 +03:00 · 889 B -
latest-linux.yml
0 downloads ·
2026-02-27 06:52:45 +03:00 · 886 B -
latest-mac.yml
0 downloads ·
2026-02-27 06:52:45 +03:00 · 841 B -
latest.yml
0 downloads ·
2026-02-27 06:52:46 +03:00 · 696 B -
splayer-3.0.0-beta.9-aarch64.pacman
0 downloads ·
2026-02-27 06:52:54 +03:00 · 99 MiB -
splayer-3.0.0-beta.9-aarch64.rpm
0 downloads ·
2026-02-27 06:53:04 +03:00 · 101 MiB -
splayer-3.0.0-beta.9-amd64.deb
0 downloads ·
2026-02-27 06:53:13 +03:00 · 104 MiB -
splayer-3.0.0-beta.9-arm64.deb
0 downloads ·
2026-02-27 06:54:50 +03:00 · 99 MiB -
splayer-3.0.0-beta.9-x64.pacman
0 downloads ·
2026-02-27 06:57:03 +03:00 · 104 MiB -
splayer-3.0.0-beta.9-x86_64.rpm
0 downloads ·
2026-02-27 06:57:39 +03:00 · 105 MiB