Skip to content

v1.0.29

Choose a tag to compare

@snout-dev snout-dev released this 10 Sep 18:03

What's new in 1.0.29

  • Testing a cloud account no longer needs file-storage permission. A credential that can only read CloudWatch logs now passes, and the test says which services it reached.

Install

Windows

Download SnoutData-Setup-1.0.29.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.29/snoutdata_1.0.29_amd64.deb
sudo apt install ./snoutdata_1.0.29_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.