Skip to content

v1.0.27

Choose a tag to compare

@snout-dev snout-dev released this 08 Sep 05:30

What's new in 1.0.27

  • SnoutData Cloud in the app. A new Cloud panel in the activity bar lists the hosted databases on your account with their state, and pauses or resumes them without leaving the editor. Importing one into your connection list uses the same picker as DBeaver, DataGrip and Navicat, and a second import updates the connection in place instead of duplicating it.
  • Cloud logs as tables. Connect to a CloudWatch log group, an Azure Monitor table or a Google Cloud log and query it with SQL, with the time range and the filter compiled down to the provider's own engine.
  • Database users, roles and privileges get a tab of their own, for Postgres, MySQL, MariaDB, SQL Server and Oracle. Nothing runs until you have read the statements it is about to send, and a password you type is never written to your query history or the AI audit log.
  • Snout Orbit now has its own icon in the activity bar: your schema as a place you can fly through, where tables are stars and foreign keys are the filaments between them. Isolating a table no longer throws the camera away from it.
  • The table designer can set a primary key and an auto-increment column.
  • A table that cannot be edited now says why.
  • On macOS, a downloading update reports how long it has been going, and opening the app from Finder finds the coding agents you have installed.

Install

Windows

Download SnoutData-Setup-1.0.27.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.27/snoutdata_1.0.27_amd64.deb
sudo apt install ./snoutdata_1.0.27_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
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 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.