Summary
This release adds local development convenience with a default admin user and dynamic base URL configuration, fixes several layout and i18n issues, and improves documentation.
Features
- feat: add default admin user for local development and update documentation by @samanhappy in #973
- feat: add INSTALL_BASE_URL support for dynamic configuration and improve related utilities by @samanhappy in #976
- docs: update README files with Docker image variants and configuration details by @samanhappy in #968
Fixes
- fix: improve layout of GroupCard component for better responsiveness by @samanhappy in #967
- fix: remove pre-seeded admin credentials from shipped mcp_settings.json by @samanhappy in #969
- fix: automatic reconnect for remote servers by @samanhappy in #972
- fix: i18n OAuth callback page and per-request language resolution by @samanhappy in #977
摘要
此版本新增了默认管理员用户以方便本地开发,支持动态基础 URL 配置,修复了多个布局和国际化问题,并改进了文档。
功能
- 新增默认管理员用户,方便本地开发并更新相关文档 by @samanhappy in #973
- 支持 INSTALL_BASE_URL 动态配置并改进相关工具函数 by @samanhappy in #976
- 更新 README 文档,补充 Docker 镜像变体和配置说明 by @samanhappy in #968
修复
- 改进 GroupCard 组件布局以提升响应式表现 by @samanhappy in #967
- 移除发布的 mcp_settings.json 中预置的管理员凭据 by @samanhappy in #969
- 修复远程服务器自动重连问题 by @samanhappy in #972
- 修复 OAuth 回调页面的国际化及请求级语言解析问题 by @samanhappy in #977
References
- feat: add default admin user for local development and update documentation by @samanhappy in #973
- feat: add INSTALL_BASE_URL support for dynamic configuration and improve related utilities by @samanhappy in #976
- docs: update README files with Docker image variants and configuration details by @samanhappy in #968
- fix: improve layout of GroupCard component for better responsiveness by @samanhappy in #967
- fix: remove pre-seeded admin credentials from shipped mcp_settings.json by @samanhappy in #969
- fix: automatic reconnect for remote servers by @samanhappy in #972
- fix: i18n OAuth callback page and per-request language resolution by @samanhappy in #977
- Full changelog: v1.0.22...v1.0.23