Releases: snoutdata/db
v0.0.53
What's new in 0.0.53
- Fixed AI inline completion failing with an "Add your OpenAI API key" message when your active chat provider was a bring-your-own-key provider. Completion now always uses the cloud FIM model where it belongs.
- Refreshed the Help menu: quick links to the Official Website, Documentation, and Report an Issue.
- Tidied up the About window with a short description of what SnoutData is.
Install
Windows
Download SnoutData-Setup-0.0.53.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.53/snoutdata_0.0.53_amd64.deb
sudo apt install ./snoutdata_0.0.53_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.
v0.0.52
What's new in 0.0.52
- Attach documents to the AI chat. Attach a PDF, Word document, Markdown, CSV, JSON, or
text file in the assistant and ask about it: "write the query this report describes",
"summarize this spec", "chart the numbers in this CSV". The assistant reads the file as
context for your question. - Size-aware, so big files stay fast and cheap. A short file is sent in full; a long one
is condensed into excerpts sampled across the whole document (the lead of each page or
section), so the assistant sees the entire file end to end without sending all of it. - Handles real-world documents. Cleans up common PDF text glitches, drops repeated page
headers/footers so they don't crowd out the content, and tells you clearly when a file is a
scanned or image-only PDF with no readable text.
Install
Windows
Download SnoutData-Setup-0.0.52.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.52/snoutdata_0.0.52_amd64.deb
sudo apt install ./snoutdata_0.0.52_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.
v0.0.51
What's new in 0.0.51
- Run script: run an entire editor buffer one statement at a time, with a live
log of each statement's status, row count, and timing. Continue-on-error keeps the
rest of the script going when one statement fails, and a single prod confirm gates
the whole batch. - As it runs, the statement executing right now is highlighted in the editor (a
whole-line tint plus a chevron in the gutter) and scrolled into view, so you can
follow along like a debugger stepping through the script.
Install
Windows
Download SnoutData-Setup-0.0.51.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.51/snoutdata_0.0.51_amd64.deb
sudo apt install ./snoutdata_0.0.51_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.
v0.0.50
What's new in 0.0.50
- New Matrix theme: green phosphor on black for late-night sessions.
- Refreshed app icon.
- Inline completion is now served under our own Snout model (
snout-fim-1.0).
Install
Windows
Download SnoutData-Setup-0.0.50.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.50/snoutdata_0.0.50_amd64.deb
sudo apt install ./snoutdata_0.0.50_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.
v0.0.49
Release v0.0.49
v0.0.48
Release v0.0.48
v0.0.47
What's new in 0.0.47
- Charts in the AI chat: the assistant can now read the result grid you're looking at and
draw a chart of it, right inside the conversation, then save it as PNG, SVG, or CSV. - New full-screen AI Chat mode for a roomier, focused conversation view.
Install
Windows
Download SnoutData-Setup-0.0.47.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.47/snoutdata_0.0.47_amd64.deb
sudo apt install ./snoutdata_0.0.47_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.
v0.0.46
What's new in 0.0.46
- Bring your own key (Plus and Pro). Point the AI assistant at your own OpenAI,
OpenRouter, or Anthropic key instead of the built-in models. Requests go straight to
the provider, so your key and your prompts never touch our servers. Add a key under
Settings, AI, choose which models to show, then pick one from the assistant's model menu. - The assistant's proposed SQL now appears in a cleaner block, with a header, syntax
highlighting, and quick insert and copy tools. - After signing in with Google, the app now comes to the front automatically.
Install
Windows
Download SnoutData-Setup-0.0.46.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.46/snoutdata_0.0.46_amd64.deb
sudo apt install ./snoutdata_0.0.46_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.
v0.0.45
What's new in 0.0.45
- The Color Theme menu now stays fully on screen: when the gear sits near the bottom of the window, the theme list shifts up instead of hiding rows under the edge.
Install
Windows
Download SnoutData-Setup-0.0.45.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.45/snoutdata_0.0.45_amd64.deb
sudo apt install ./snoutdata_0.0.45_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.
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.