LeafBase v1.1.4
LeafBase v1.1.4
This release focuses on query result usability and query editor layout polish.
What's Changed
Query Result Copy Improvements
- Added click-to-select support for individual field/cell values in query results.
- Press
Cmd+Con macOS orCtrl+Con Windows/Linux to copy the selected value. - Supported in both Table View and Tree View.
- Copy behavior now preserves useful raw values:
- Strings copy without extra quotes.
- Numbers and booleans copy as plain text.
- Objects and arrays copy as formatted JSON.
- Tree View's existing "Copy Value" action now copies structured values as JSON instead of
[object Object].
Resizable Table Columns
- Table result columns now support manual resizing by dragging the right edge of the column header.
- Columns keep a compact default width to avoid long fields taking over the table.
- Long values are truncated by default and can be revealed by resizing the column.
- Added a minimum column width to keep the table usable.
Query Editor Toolbar Layout Fix
- Fixed an issue where query action buttons could overlap or cover long query text.
- The query toolbar now lives in the normal editor layout instead of floating over the Monaco editor.
- Export Query, History, and Run buttons remain accessible without obscuring query content.
Version
- Bumped app version to
1.1.4.