• v1.3.0 4d8b89eb39

    SciCam v1.3.0 Stable

    yair released this 2026-04-26 02:01:54 +03:00 | 69 commits to master since this release

    SciCam v1.3.0

    Android App

    • capture_alert: New setting to toggle chime + screen flash on photo/video capture. Defaults to true.
    • QR auto-capture now respects the alert setting.
    • API spec updated: POST /settings accepts capture_alert (boolean); GET /status returns it.

    Dashboard

    • Gallery view (g): Browse remote captures per device.
    • Sidecar preview (Enter): View formatted JSON metadata for selected capture.
    • Beacon sync: Discovery beacons now update device name/port in registry and persist changes.
    • Case-insensitive sync matching for .jpg, .mp4, .json.
    • Poll reloads registry from disk, so external edits are picked up.

    API / Tests

    • scicam_api_test.sh expanded with tests 20–21 for capture_alert.
    • api_spec.yaml documents capture_alert in /settings and Status schema.

    Clients

    • go-scicam: Added -capture-alert flag to settings command; Status struct includes CaptureAlert.
    Downloads
  • v1.1.1 949acb855a

    yair released this 2026-04-25 13:31:24 +03:00 | 89 commits to master since this release

    Changed

    • Dashboard config moved from ~/.config/scicam-dashboard/config.toml to repo-root timi.conf
    • AGENTS.md updated with new config path

    Assets

    • scicam-1.1.0.apk — same signed release build (v1.1.0 binary unchanged)
    Downloads
  • v1.1.0 b52a6f944d

    yair released this 2026-04-25 13:20:27 +03:00 | 90 commits to master since this release

    Added

    • Video recording support via POST /record (MP4 with sidecars)
    • GET /captures lists all media with sidecar status
    • GET /sidecar/<filename> downloads JSON sidecars
    • GET /video/last and GET /video/<filename> endpoints
    • New Rust TUI dashboard for WiFi auto-sync to ~/timi/capture

    Fixed

    • Duplicate tvQr id in layout (lint fatal)

    Assets

    • app-release.apk — signed release build (versionCode 2, target SDK 34)
    Downloads
  • v12.1 768f8cf7b4

    v12.1 Stable

    yair released this 2026-04-25 11:30:51 +03:00 | 91 commits to master since this release

    SciCam release v12.1

    Downloads