Added
- Environment tags for database favorites, with sidebar filtering, direct open, and iCloud sync. (#1553)
- Open in Window for row inspector text fields.
Fixed
- Background tab eviction dropping query, pinned, edited, and in-flight results.
- Result display cache exceeding its memory budget when a cached row's values grew.
- Data grid reformatting every cell while scrolling after undo, redo, a theme change, or a display-format change.
- Autocomplete bulk-loading every column of a schema too large to cache.
- Empty grid on a background tab whose column metadata arrived after its rows were freed.
- Saved connections failing to load when their SSH settings predated the agent socket field.
- Switch Connection and Open Database doing nothing on a narrow window or without their toolbar button.
- Large text values clipped in the row inspector, and unselectable when the row is read-only.
- Large
VARCHAR(MAX),NCLOB, andNullable(String)values stuck on one line in the inspector. - Empty context menu when right-clicking a read-only inspector field.
- Editor crashes reading text a newer edit had removed. (#2338, #2339, #2340)
- Search highlights and diagnostic underlines moving when their text was deleted. (#2341)
- Toolbar stuck on "Executing…" after a query ended, and session context buttons emptying mid-query. (#2342)
- SQLite queries showing an empty table instead of reporting a lock or volume error. (#2355)
- Stop not ending a SQLite query waiting on a database locked by another program. (#2363)
- Broken documentation links in the XLSX, MQL, and SQL Import plugins.