Skip to content

v2.7.0

Latest

Choose a tag to compare

@ZeroPointSix ZeroPointSix released this 29 May 09:35
· 4 commits to main since this release

新增功能 / New Features

  • Issue #69 性能优化 — Phase 1 首屏降载
    • 新增 /api/bootstrap 轻量端点,替代首页阶段对 /api/settings 的重复重查询
    • checkVersionUpdate() 延迟 5 秒执行,避免首屏阶段外网请求抢占 sync worker
    • load_groups_with_account_count() 聚合查询,替代 N+1 循环查询
  • Issue #69 性能优化 — Phase 2 接口缓存与查询收敛
    • api_get_overview_summary() 新增 30 秒 TTL 进程级缓存
    • api_version_check() 支持 enable_version_check 设置开关

修复 / Bug Fixes

  • Issue #70 Figma 邮件展示修复:修复 Figma 验证邮件在前端的展示问题。
  • Issue #71 版本号与发版一致性outlook_web.__version__ 与 Git tag / GitHub Release 对齐为 2.7.0;CI tag 构建新增 scripts/check_release_version.py 门禁(校验 __version__ + CHANGELOG.md)。

重要变更 / Important Changes

  • 版本号从 2.6.0 升级至 2.7.0outlook_web.__version__)。
  • Docker 发版:docker-build-push.yml 在 push v*.*.* tag 时强制版本与 CHANGELOG 一致。