Highlights
- Unified plugin and MCP connector setup UI in Integrations settings.
- Skill package imports (
.canvas-skill/ archive upload) in the Skills panel. - Time zone is now a server-wide admin-only setting.
- Reorganized Docker compose files for dev and install flows.
- Fixed chat websocket initialization timeout and mobile markdown editor issues.
Added
- Unified plugin and MCP connector setup UI in Integrations settings.
- Skill package imports (
.canvas-skill/ archive upload) in the Skills panel.
Changed
- Made time zone a server-wide admin-only setting.
- Reorganized Docker compose files: moved
compose.yamltodev/, addedcompose.ghcr.yaml, and movedcompose.hub.yamltoinstall/. - Simplified
.env.docker.examplefor personal single-user setup.
Fixed
- Fixed chat websocket initialization timeout.
- Fixed dev
compose.yamlrelative paths and the--progressflag. - Hardened mobile markdown overlays and preserved markdown toolbar selection.
- Aligned markdown task checkboxes.
Verification
npm run build- GitHub Actions
Build and Pushonmain(pre-tag): run28477173790succeeded. - GitHub Actions
Build and Pushon tagv2026.6.30.2: run28477678441(see Actions tab).