Compare commits

...

2 Commits

Author SHA1 Message Date
9d21963a46
Add 3.7.5 changelog (#328)
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-07 21:41:08 +08:00
1056ed1879
Enable trace option for Jekyll build in PR preview workflow (#329) 2025-11-07 21:19:53 +08:00
2 changed files with 13 additions and 1 deletions

View File

@ -227,7 +227,7 @@ jobs:
echo "preview:" >> _action.yml
echo " pr-number: ${{ env.GITHUB_PR_NUMBER }}" >> _action.yml
${{ env.PREVIEW_WATCH }} || bundle install --jobs 4
bundle exec jekyll build --config _config.yml,_action.yml
bundle exec jekyll build --trace --config _config.yml,_action.yml
- id: upload-site
name: Upload Site
uses: actions/upload-artifact@v4

View File

@ -0,0 +1,12 @@
---
---
详细版本介绍: [cv43648491](https://www.bilibili.com/opus/1132495430464045104)
- 启动器
- GP-4742: 更新 Chunkbase 种子地图链接 (by Wulian233)
- 联机
- GP-4723: 将陶瓦联机更新至 0.3.13 (by Burning_TNT)
- GP-4735: 在不支持的平台上打开陶瓦联机页面时弹出提示 (by Glavo)
- 错误修复
- GP-4736: 修复 FreeBSD x86-64 平台上错误的将所有版本视作未经测试的版本的问题 (by Glavo)