mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-20 23:35:06 +08:00
2.2 KiB
2.2 KiB
0.4.1 (2026-05-17)
Patch Changes
-
chore: 更正 package.json 协议声明 (#534)
仓库根目录的 LICENSE 文件为 AGPL v3.0 协议,但是 package.json 中的
license字段为GPL-3.0。经与原开发者确认,package.json 中的license字段有误。仓库与其所有产出的 npm 包均应为 AGPL v3 only 协议,SPDX:AGPL-3.0-only。因此,更正各包package.json的license字段为AGPL-3.0-only。
Contributors
- Linho @Linho1219
0.4.0 (2026-05-12)
Minor Changes
- refactor: 整理核心播放器代码结构,将抽象接口部分集中到统一目录 (#508)
Contributors
- Linho @Linho1219
0.3.2 (2026-04-23)
Patch Changes
Contributors
- apoint123 @apoint123
0.3.1 (2026-04-14)
Patch Changes
- ci: 修复工作流错误导致的不成功发布 (#483)
Contributors
- Linho @Linho1219
0.3.0 (2026-04-14)
Minor Changes
- chore: 移除 canvas 歌词渲染器 (#476)
Patch Changes
Contributors
- apoint123 @apoint123
- Linho @Linho1219