Skip to content中文
Bug Fixes
- UI: Fixed an issue where trackpad scrolling caused the window to trigger elastic scrolling.
- UI: Database expansion failures now display an error message and a retry button in the navigation area instead of showing a blank area.
Changes
- MongoDB: Updated the driver to v2.
- Redis: Replaced go-redis with redisc.
Optimizations and New Features
- After database type detection is completed, Monaco Editor now hot reloads type information.
- Removed most manual
panic calls and improved error handling. - Added the
lazy API to the TypeScript shell. It prevents query construction logic from being triggered before actual execution (which may involve file selection prompts and HTTP requests). Docs. - MongoDB LLMCtx now also displays index information.
- Added two new Monaco Editor shortcut settings: save and format.
Builds
- macOS: ARM64 only; x64 is no longer supported.
- Linux: Uses
libwebkit4.1 by default; libwebkit4.0 is no longer provided.