Skip to content

codexmate v0.0.37

Choose a tag to compare

@github-actions github-actions released this 28 May 04:55
· 1 commit to 8ed55c6c72e18e2270bf698fb820d80f1045c816 since this release

What's Changed

Fixed

  • Fixed the sidebar end-scroll behavior so the 回收站 (Trash) tab can scroll fully into view above the fixed language switcher. This addresses #175.
  • Kept the sidebar Codex Mate version visible without requiring hover, and refined the sidebar brand/version text sizing.
  • Removed the inert sidebar brand tab stop so the brand area no longer becomes an unnecessary keyboard focus target.

Docs

  • Removed the obsolete codexmate setup command from the npm quick-start examples in both README.md and README.zh.md.

Chores

  • Bumped package metadata to 0.0.37.
  • Removed the temporary tracked TODO.md file.

Validation

  • npm run test:unit — all 530 unit tests passed.
  • npm run lint — 300 files passed.
  • git diff --check — passed.
  • Headless Chrome scroll check at 1280x520 confirmed the 回收站 tab is fully visible after scrolling the sidebar to the end.

Related

Contributors