v0.24.2
What's Changed
Docs
- Fix incorrect Node.js version in getting-started.md (22.5+, not 24) (#512, closes #507)
- Update README with Co-work tab and v0.20–v0.24 feature highlights (#510, closes #506)
- Add CHANGELOG entries for v0.20.0–v0.24.1 (#513, closes #508)
- Replace removed
test_command/build_command/lint_commandfields withgate_scriptthroughout docs (#515, closes #509)
Chores
- Standardize
node:prefixed built-in imports acrosssrc/(#511, closes #500) - Remove
web/src/store.tsbarrel re-export shim (#514, closes #503) - Remove
useSessionStore/useUIStore/useChannelStorestore aliases (#516, closes #504)
What's Changed
- docs: update README with Co-work tab and v0.20–v0.24 highlights by @bketelsen in #510
- docs: fix Node.js version requirement in getting-started.md by @bketelsen in #512
- docs: add CHANGELOG entries for v0.20.0–v0.24.1 by @bketelsen in #513
- chore: remove web/src/store.ts barrel re-export shim by @bketelsen in #514
- docs: replace test_command/build_command/lint_command with gate_script by @bketelsen in #515
- chore: standardize node: prefixed built-in imports by @bketelsen in #511
- chore: remove useSessionStore/useUIStore/useChannelStore aliases by @bketelsen in #516
Full Changelog: v0.24.1...v0.24.2