Sightings 0.3.3
Added
- Outlier warnings in bin statistics. Percentiles stay raw, but readings outside Tukey's
fences (1.5 × IQR beyond the quartiles, once a bin has five or more values) are flagged:
a warning under "Where does this fall?" on a reading, an outliers column in the bin table
and a marker on the affected member chips. - Linux AppImage on the Releases page next to the Flatpak and tarball: one executable file
with libusb bundled; needs GTK 3 from the distribution.
Companion app for the Peak Atlas DCA75. All builds are free; see the EULA in the app.
macOS (Apple silicon and Intel): unzip and open Sightings.app. The build is not notarized, so on first launch macOS will refuse; open System Settings → Privacy & Security and click Open Anyway (older macOS: right-click the app → Open). No driver needed.
Linux (x86-64), three options. AppImage: chmod +x sightings-linux-x64-<version>.AppImage and run it (needs GTK 3 from your distribution and libfuse2 on some systems; libusb is bundled), then install the udev rule from the repo's packaging/linux/60-dca75.rules. Flatpak: flatpak install --user sightings-linux-x64-<version>.flatpak (add the Flathub remote first if you haven't: flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo), then install the udev rule from the repo's packaging/linux/60-dca75.rules. Tarball: extract, install the udev rule from the README inside, run ./workbench; needs GTK 3 and libusb-1.0 from your distribution.
Android: download the APK on the phone and open it (allow installs from the browser once). Needs a USB OTG cable. If an earlier debug-signed build is installed, uninstall it first.
Full history: CHANGELOG.md · Help: Wiki