Skip to content

NoteConnection v1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Mar 13:24
· 23 commits to main since this release

NoteConnection v1.7.0

English

Release Scope

  • Compare baseline: v1.6.8..v1.7.0
  • Commits: 16
  • Files changed: 36
  • Churn: +6,539 / -67

Highlights

  • Finalized startup acceleration rollout with Phase 2/3/4 runtime improvements:
    • startup delta tick transport (full|delta) with low-alpha adaptive policies
    • frame-coalesced startup tick application on main thread to reduce redundant paints
    • staged edge rendering and startup overlay stabilization flow
  • Hardened warm-start reliability with strict snapshot validation:
    • fingerprint and topology consistency checks
    • snapshot age guard
    • position coverage threshold checks before restore
  • Extended startup validation automation for release readiness:
    • baseline vs pilot compare report
    • platform matrix report + strict watch mode
    • no-hardware engineering signoff pipeline (Windows real logs + simulated cohorts)

Subsystem Notes

  • Frontend Runtime (app.js / simulationWorker.js):
    • Added low-alpha epsilon/full-sync controls and delta payload optimization.
    • Added startup tickSummary telemetry attached to T5 stable_layout checkpoint.
  • Startup Perf Toolchain (scripts/):
    • Added compare/matrix/watch/simulate/cohort/signoff workflow integration and guardrails.
  • Docs and Contracts (Diataxis EN/ZH):
    • Synced runtime contract docs for new startup profile fields and telemetry semantics.
    • Added bilingual roadmap docs for knowledge-mastery evolution and linked them into docs nav/map.
  • Version Metadata:
    • Aligned package.json, package-lock.json, and src-tauri/tauri.conf.json to 1.7.0.

Operational Boundary

  • Engineering signoff can proceed with no-hardware flow.
  • Release signoff for cross-platform quality still requires real macOS/Android/iOS cohort evidence.

中文

发布范围

  • 对比基线:v1.6.8..v1.7.0
  • 提交数:16
  • 变更文件数:36
  • 代码/文档变更量:+6,539 / -67

版本亮点

  • 启动提速 Phase 2/3/4 能力完成收口:
    • 启动期 full|delta Tick 传输与低 alpha 自适应策略
    • 主线程启动 Tick 帧级合并应用,减少冗余重绘
    • 分阶段边渲染与启动遮罩稳定化链路
  • Warm Start 恢复可靠性加固:
    • 指纹与拓扑一致性校验
    • 快照时效保护
    • 应用前位置覆盖率阈值校验
  • 启动性能验证自动化链路扩展:
    • baseline/pilot 对比报表
    • 多平台矩阵报表与严格 watch 门禁
    • 无多端硬件场景的工程签收流水线(Windows 真实日志 + 模拟 cohorts)

子系统说明

  • 前端运行时(app.js / simulationWorker.js)
    • 新增低 alpha 阶段 epsilon/full-sync 自适应调参与 delta 载荷优化。
    • T5 stable_layout 增加 tickSummary 启动观测输出。
  • 启动性能工具链(scripts/)
    • 完成 compare/matrix/watch/simulate/cohort/signoff 全链路脚本化与门禁衔接。
  • 文档与契约(Diataxis 中英双语)
    • 同步新增启动 profile 字段与观测契约语义。
    • 新增“知识彻底掌握演进”双语路线文档并接入导航与映射。
  • 版本元数据
    • package.jsonpackage-lock.jsonsrc-tauri/tauri.conf.json 统一到 1.7.0

运维边界

  • 工程签收可使用 no-hardware 流程。
  • 跨平台发布签收仍需真实 macOS/Android/iOS cohort 证据。