Skip to content

v0.12.2

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 06:10
· 2 commits to main since this release
3b0e1e9

中文变更

地图体验

  • 增强地图玩家筛选与导航,优化玩家数据处理和地图交互。
  • 补充移动端地图入口与多语言界面文案。

存档同步与诊断

  • 统一 sav_cli 同步过程日志,让同步状态和失败原因更容易排查。
  • HTTP 请求失败时记录更完整的响应详情。
  • 当部分玩家存档处理异常时输出明确警告,避免部分失败被误判为完全成功。

启动配置

  • 新增 --port 命令行参数和 PST_PORT 环境变量,用于覆盖 PST Web 监听端口。
  • 启动端口优先级为 --port > PST_PORT > config.db > 默认值 8080
  • 配置中心会展示当前端口覆盖来源,并在覆盖生效时阻止冲突修改。
  • 更新中文、英文和日文使用文档,并补充相关自动化测试。

English changes

Map experience

  • Enhanced player filtering and navigation on the map, with improved player-data handling and map interactions.
  • Added a mobile map entry point and updated localized UI text.

Save synchronization and diagnostics

  • Unified sav_cli synchronization logs to make progress and failures easier to diagnose.
  • Added richer HTTP response details to request-failure logs.
  • Added explicit warnings for partial player-save processing failures so partial results are not mistaken for a complete success.

Startup configuration

  • Added the --port command-line option and PST_PORT environment variable for overriding the PST Web listening port.
  • Port precedence is now --port > PST_PORT > config.db > the default 8080.
  • PST Settings shows the active override source and prevents conflicting port changes while an override is active.
  • Updated the Chinese, English, and Japanese documentation and expanded automated test coverage.

Full Changelog: v0.12.1...v0.12.2