codexmate v0.0.37
·
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 Mateversion 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 setupcommand from the npm quick-start examples in bothREADME.mdandREADME.zh.md.
Chores
- Bumped package metadata to
0.0.37. - Removed the temporary tracked
TODO.mdfile.
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.