Skip to content

v0.0.47

Choose a tag to compare

@joeloliver joeloliver released this 13 Jun 08:39
· 3 commits to main since this release

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.deb

Or 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 snoutdata

Both 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.