v0.0.44
What's new in 0.0.44
- Large and wide tables stay smooth. The results grid no longer freezes when you scroll big results or run
select *on very wide tables: rows and columns are both virtualized, scrolling is paced to the frame rate, and very large cell values (long text, images, JSON) are capped in the view. The full value is still there for copy, the cell editor, and the record/JSON views. - Resize columns. Drag a column header's right edge to set its width; double-click the edge to snap it back to the auto width.
- Record and JSON views. Toggle a result between the grid, a single-record view, and JSON for the active row.
- Result tabs and run-into-new-tab. Keep multiple result sets open side by side, and send a query's output to a new result tab.
- The assistant knows what you're working in. Chat now grounds in your live context: the table or object you have open, your other tabs, the cell or row you've selected, and a sample of the current results, and it can filter or sort the grid for you. It also knows your configured connections.
- Per-turn AI cost now shows as a share of your wallet in the audit log.
Install
Windows
Download SnoutData-Setup-0.0.44.exe below and run it. If SmartScreen shows a
red warning on first install, click More info → Run anyway. Updates install
themselves from inside the app after that.
Linux (Ubuntu / Debian)
Download and install the .deb:
wget https://github.com/snoutdata/db/releases/download/v0.0.44/snoutdata_0.0.44_amd64.deb
sudo apt install ./snoutdata_0.0.44_amd64.debOr add the apt repo directly (no download, pulls the latest):
curl -fsSL https://apt.snoutdata.com/snoutdata-archive-keyring.gpg \
| sudo tee /usr/share/keyrings/snoutdata-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/snoutdata-archive-keyring.gpg] https://apt.snoutdata.com stable main" \
| sudo tee /etc/apt/sources.list.d/snoutdata.list >/dev/null
sudo apt update && sudo apt install snoutdataBoth wire the same signed apt repo, so future releases install with sudo apt upgrade (or
automatically via unattended-upgrades), no re-downloading. Launch SnoutData from your app
menu (or run snoutdata); sign-in and the Chromium sandbox work with no extra flags.