What's new in 1.0.31
- An empty database now shows you where to start. The connection tree was built by grouping tables, so a schema with nothing in it never appeared: a brand-new database showed no
public, and therefore no + to create the first table. It is there now, whether or not anything is in it. - "Create table" says why it is greyed out. The designer needs a type on every column, and the type box shows a grey
intas a hint, so a column with no type looked finished while the button silently stayed off. It now names what is missing and outlines the field it means. - Log time ranges are written into the query. Clicking Last 6 hours under a cloud log result used to change a hidden window rather than the statement on screen, so the SQL stopped describing its own rows and the range never reached history or saved queries. The buttons now edit the statement; a range you wrote yourself is left alone.
Install
Windows
Download SnoutData-Setup-1.0.31.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/app/releases/download/v1.0.31/snoutdata_1.0.31_amd64.deb
sudo apt install ./snoutdata_1.0.31_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
sudo tee /etc/apt/sources.list.d/snoutdata.sources >/dev/null <<'EOF'
Types: deb
URIs: https://apt.snoutdata.com
Suites: stable
Components: main
Architectures: amd64
Signed-By: /usr/share/keyrings/snoutdata-archive-keyring.gpg
EOF
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.