mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-22 00:19:54 +08:00
1.7 KiB
1.7 KiB
1.0.1 (2026-05-17)
Patch Changes
-
fix: 修复因仅匹配起始时间导致的逐字音译错位 (#533)
-
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
- apoint123 @apoint123
- Linho @Linho1219
1.0.0 (2026-04-23)
Minor Changes
-
chore(ttml): 同步上游 ttml 包的更新 (#489)
Patch Changes
- feat: 识别同名 songPart 但不同 div 的情况 (#490)
Contributors
- apoint123 @apoint123
1.0.0-alpha.0 (2026-04-14)
Major Changes
- refactor: 重构 TTML 解析和生成器 (#471)
Patch Changes
- chore: 更换工具链 (#476)
Contributors
- apoint123 @apoint123
- Linho @Linho1219