v1.0.26
What's new in 1.0.26
- Updating no longer leaves the old app behind. Because the window now closes to the tray, the
installer's polite "please close" was being ignored and the old version had to be killed, which
could leave a stale tray icon and stop the new version starting. SnoutData now shuts itself down
properly when an update installs, when an installer asks it to close, and when you log out or
restart Windows. Clicking the window's X still tucks the app into the tray, as before.
Install
Windows
Download SnoutData-Setup-1.0.26.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.26/snoutdata_1.0.26_amd64.deb
sudo apt install ./snoutdata_1.0.26_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.