Skip to content

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 25 Apr 06:02
· 176 commits to main since this release

Changes

  • Docs: Add full 11-language documentation coverage (ja, zh-CN, zh-TW, de, es, fr, pt-BR, ru, tr, en, ko) across ~341 pages. (c0514cf, f4438f9, 4f5a7f9, ff1b73c)
  • Docs: Add Eleventy-based docs scaffold with sidebar, TOC, callouts, prev/next pagination, and auto-generated keyboard shortcuts reference. (cfb5d1a)
  • Docs: Add Cmd+K Fuse.js-powered search overlay with keyboard navigation. (a3ca3d6)
  • Docs UI: Polish mobile layout with collapsing search icon, hamburger breadcrumb header, and slide-in sidebar drawer. (cbd1b83)
  • Docs UI: Shrink language switcher to globe icon on narrow viewports to prevent label overflow. (161dcf3)
  • Docs UI: Pin copy button to code-block wrapper so it stays visible during horizontal scroll. (1fb6ed9)
  • Landing: Migrate to Eleventy with shared base layout and locale-aware front-matter. (e90cab2)
  • Landing: Refresh feature spec list and READMEs with workspace groups, Git workflow, browser CLI, and attachments. (6e9d971, 4e51d0f)
  • Web browser: Add Chrome DevTools-style device emulator with presets, rotation, and zoom controls for mobile mode. (959a777)
  • Web browser: Expose CLI browser bridge for URL, screenshot, console, network, and eval via CDP debugger. (1c7a60f)
  • Timeline UI: Cache session meta per tab so the header renders immediately on revisit instead of flashing a spinner. (9f593b5)
  • ESLint: Exclude landing-src, eleventy.config.js, and _site from the Next.js TypeScript ESLint ruleset. (b51f9f8)

Fixes

  • Landing: Remove http URL example from iOS PWA setup step. (1adf253)