⚠️ This release is only for use with SurrealDB Nightly, Use this release if you are using Beta 9. Due to an issue in SurrealDB connecting to a Beta 9 database will cause it to crash ⚠️
This release introduces a complete overhaul to the Designer view, which now visualizes your tables in a graph, replacing the original visualizer view functionality. Additionally this version implements an array of user experience improvements and bug fixes.
- Overhauled the designer view
- Displays tables in a visual graph
- Select a table to view and modify its schema
- Save the graph as a PNG image
- Added editor font zooming
Ctrl + Alt/Option + +
to zoom inCtrl + Alt/Option + -
to zoom outCtrl + Alt/Option + 0
to reset- To use these shortcuts you must not have any editor focused, this is a limitation at the moment
- Added explorer view table pinning
- Pinned tables will appear first in the list
- Removed visualizer view in favor of the new designer view
- Fixed instances of cursor misplacement within editors
- Fixed various schema parsing issues
- Fixed light theme issues (#82)
- Fixed UI freezing when writing large queries (#87)
- Fixed variables pane rarely resetting it's size
- Fixed console panel rendering in the web app
- Fixed light theme not always using the right editor color scheme
- Fixed explorer contents persisting after disconnect
Compatible with SurrealDB Nightly (Commit 860796b)