Skip to content

v1.17.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 03:06

v1.17.0

Features

  • Vendored taskboard updated to upstream v1.1.13–v1.1.21: merge 81 upstream
    commits into vendor/dashi-taskboard while preserving the launcher runtime
    endpoint discovery (~/.codex-pro-max/launcher-runtime.json) and the
    injector reliability fixes. Highlights:
    • Taskboard entry locates reliably across Codex UI locales (localized
      "Plugins" labels plus a structural anchor for unenumerated locales).
    • Updater pre-downloads releases before confirmation and keeps the download
      cancel button responsive.
    • Account identity falls back gracefully when the ChatGPT email is
      unavailable (provider fallback, published-comment avatar preserved).
    • Board UX fixes: task property menus stay open after scrolling, board
      scroll position restores, completed cards animate out, creation checklist
      checkboxes align, creation modal spacing tightens, and description media
      actions behave.
    • Markdown video nodes stay stable; dashboard attention unread indicator
      and all-project backlog display fixed (v1.1.14–v1.1.16 regression round).

Verification

  • Taskboard suite: node --test 380 passed / 0 failed (1 platform-skipped),
    npm run typecheck passes, build:web rebuilds dist/web cleanly.
  • The injector test helper now feeds the merged PLUGIN_LABELS /
    OWNED_ATTRIBUTE constants; entry-location tests cover both the semantic
    navigation fallback (launcher) and the localized label matching (upstream).
  • pnpm run check:release -- --tag v1.17.0 passes.