mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-20 23:35:06 +08:00
3.9 KiB
3.9 KiB
0.5.1 (2026-05-17)
Patch Changes
-
fix: 修复含对唱时歌词错误提前导致的多行高亮 (#521)
-
refactor: 引入歌词组来包装主歌词和背景人声 & 前置背景人声 (#531)
-
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。 -
chore(core): 优化类型定义 (#519)
Contributors
- apoint123 @apoint123
- Linho @Linho1219
0.5.0 (2026-05-12)
Minor Changes
Patch Changes
- fix: 修复 setCurrentTime 在提供 isSeek 标志时,实际排版未遵守标志导致布局异常漂移的问题 (#509)
- fix: 修复在同一行时间内拖拽进度条时逐字动画不同步的问题 (#509)
- fix: 修复暂停状态下点击行跳转时仍播放逐字动画的问题 (#509)
Contributors
- Linho @Linho1219
0.4.2 (2026-05-01)
Patch Changes
Contributors
- apoint123 @apoint123
- Linho @Linho1219
0.4.1 (2026-04-23)
Patch Changes
Contributors
- apoint123 @apoint123
0.4.0 (2026-04-14)
Minor Changes
- chore: 移除 canvas 歌词渲染器 (#476)
Patch Changes
- refactor: 重构核心库测试组织模式 (3db83c93)
- docs: 修正 optimize-lyric.ts 和 OptimizeLyricOptions 里 cleanUnintentionalOverlaps 的文档和注释 (75a8c0bb)
- chore: 更换工具链 (#476)
- chore: 在项目范围内启用 isolatedDeclarations (#480)
Contributors
- apoint123 @apoint123
- Linho @Linho1219
- MoYingJi @MoYingJi