github aaronwmorris/indi-allsky indi_v2026.09.01

4 hours ago

Bundled INDI & Driver Versions

  • INDI Core / Server: v2.2.4.2
  • INDI 3rd-Party Drivers: v2.2.4.1 (ZWO ASI, QHY, Player One, ToupTek, SVBONY, Starlight Xpress, etc.)
  • Supported Architectures: arm64 (Raspberry Pi 4/5, aarch64), amd64 (x86_64)
  • Distributions: Debian 12 (Bookworm), Debian 13 (Trixie), Ubuntu 24.04 (Noble), Ubuntu 26.04 (Resolute)

What's Changed

Commits since indi_v2026.08.01:

  • Release indi_v2026.09.01 (fc55f347) - Aaron W Morris
  • fix docs re: deployment versioning (c60db018) - Hamish West
  • fix venv slicing logic (6266e218) - Hamish West
  • split venv across both packages (a002155d) - Hamish West
  • supress unneeded alembic message (c8d0e89b) - Hamish West
  • Wrap update_level so it doesnt run on an empty DB (3e73c874) - Hamish West
  • Stop supressing errors (a2895c83) - Hamish West
  • Harden directory structure (699bb7eb) - Hamish West
  • add apt install line to support info (92d75d93) - Hamish West
  • add permission check to indi-allsky-ctl (f1ec8b8b) - Hamish West
  • Expand indi-allsky-ctl + docs (7e329b69) - Hamish West
  • Improve indi-allsky-ctl docs (54445ba9) - Hamish West
  • speed up upgrade by not chown -R (305edbac) - Hamish West
  • improve unattended upgrade, document reconfig flow (e78bc248) - Hamish West
  • Remove fallback from MIGRATION_FOLDER and remove old reference in .intall (9407a5d6) - Hamish West
  • Finalise docs for release (1b32170b) - Hamish West
  • update deprecation notice to point to APT repository and wiki (9934247d) - Hamish West
  • clarification (ac5ad4fa) - Aaron W Morris
  • typo (978817e7) - Aaron W Morris
  • only use green pixels for calculations (fa6ec51f) - Aaron W Morris
  • do not debayer images for ADU calcs (51a20a14) - Aaron W Morris
  • add reverse option (3f10b7de) - Aaron W Morris
  • ensure camera has nightSunAlt populated (337c3e90) - Aaron W Morris
  • set default default level to 25% (57dcabc6) - Aaron W Morris
  • subtract offset from image directly (459aaa89) - Aaron W Morris
  • record image min/max values (08f87688) - Aaron W Morris
  • docs(debian): add APT repository setup guide, release deployment workflow, and migration guide (22484fdb) - Hamish West
  • feat(runtime): adapt camera drivers, capture daemon, and Flask web UI for Debian packaging (2b8a2c5a) - Hamish West
  • ci(debian): add multi-arch packaging workflow, reprepro APT repo deployment, and QA test suite (80b189e5) - Hamish West
  • tools(packaging): add indi-allsky-ctl CLI utility and packaging helper scripts (fe578a66) - Hamish West
  • feat(debian): add Debian packaging structure, debhelper rules, and systemd units (1e1c1954) - Hamish West
  • use circle for mask (e7e54a73) - Aaron W Morris
  • update (12c4f0da) - Aaron W Morris
  • minor change (1a99ff1c) - Aaron W Morris
  • add note (92de2da9) - Aaron W Morris
  • add camera gain config (766c1211) - Aaron W Morris
  • rename sql column (6682b1e4) - Aaron W Morris
  • add adu range (fea9ce87) - Aaron W Morris
  • add level increase config (1d02d9c2) - Aaron W Morris
  • add max and min exposure config: (ae6e0992) - Aaron W Morris
  • remove logging (9c16be9c) - Aaron W Morris
  • take exposures while under 1s (1adf1e6b) - Aaron W Morris
  • new exposure schedule (9d2dd958) - Aaron W Morris
  • add calibration setting (c9224ecf) - Aaron W Morris
  • setup camera configuration (3f372fbd) - Aaron W Morris
  • add exposure count (0034710f) - Aaron W Morris
  • simplificatin (a0b627a9) - Aaron W Morris
  • minor change (38830b57) - Aaron W Morris
  • minor upate (fb45bf09) - Aaron W Morris
  • linearity updates (e7a390d4) - Aaron W Morris
  • reduce initial exposure (501012a9) - Aaron W Morris
  • take more expoures (d258642c) - Aaron W Morris
  • add camera offset setting (d9390f3d) - Aaron W Morris
  • working on linearity report (f750f7df) - Aaron W Morris
  • use prettytable for report (72a1e7c3) - Aaron W Morris
  • working on linearity (30a8cf30) - Aaron W Morris
  • working linearity sql (a1d33ef3) - Aaron W Morris
  • add sqlalchemy functions (5936e3f4) - Aaron W Morris
  • new script to measure camera linearity (f3057ac7) - Aaron W Morris
  • adding start detection documentation (32aa1825) - jerrylewisbh
  • update property name (7196d8fe) - Aaron W Morris
  • use generated camera name globally (ce05bb93) - Aaron W Morris
  • update to name generation (723d8ca6) - Aaron W Morris
  • Add documentation, add action to update wiki from docs/wiki (a530b1bd) - Hamish West
  • merge dist.css (bd7ed6b5) - Hamish West
  • fix introduced error (a9f8daeb) - ikeysolomon
  • updates test and adds comments for readability in future for tuned values (22d351c8) - ikeysolomon
  • customize camera names for indi_alpaca_ccd (00e4a147) - Aaron W Morris
  • CSS update (05ad7e03) - Aaron W Morris
  • add Alpaca camera support (ccc09d2a) - Aaron W Morris
  • Polish mini timelapse bitrate options (66cdd04d) - 321MathiasS123
  • Add resolution-aware bitrate guidance (1ca27cec) - 321MathiasS123
  • Clarify mini timelapse bitrate labels (f12d512b) - 321MathiasS123
  • Add mini timelapse quality selection (144c8149) - 321MathiasS123
  • do not overwrite an existing serial number (b68e9bbf) - Aaron W Morris
  • review from Claude Sonnet 5 (c220f4f6) - ikeysolomon
  • remove stale comments (c806b9db) - ikeysolomon
  • First pass at optimising the denoise module further. (f9b80f5a) - ikeysolomon
  • ZWO serial number syntax (ef8b97f3) - Aaron W Morris
  • add serial number to cameras list view (d8780972) - Aaron W Morris
  • update darks for serial number processing (18f4835a) - Aaron W Morris
  • fix camera variable (50e57ab4) - Aaron W Morris
  • match camera based on serial number (2e517922) - Aaron W Morris
  • add serialNumber column to database (2347ac0f) - Aaron W Morris
  • fetch camera serial number for identification (1a23f8fc) - Aaron W Morris
  • calculate for blue light (72f64f9e) - Aaron W Morris
  • add infinity distance calculations (b2f4c891) - Aaron W Morris
  • Preserve processing timing around detection (7ef22788) - 321MathiasS123
  • Fix detection tuning with cropped previews (00c46187) - 321MathiasS123
  • implement clearNotification (907d729f) - Hamish West
  • formatting (19ea7e94) - Aaron W Morris
  • add lens hyperfocal calculations (5488ec5c) - Aaron W Morris
  • dist.css update (b9600092) - Aaron W Morris
  • Restore Download FITS and Processing action buttons on FITS viewer (e5b48c68) - Hamish West
  • fix pre commit hook (ce9bba2f) - Hamish West
  • Improve ASI676MC calibration reserve validation (dd117078) - 321MathiasS123
  • Normalize panorama cardinal direction angles (a72dae03) - 321MathiasS123
  • Normalize cardinal direction angles (57abaf81) - 321MathiasS123
  • Make dist.css merges easier (06ed8670) - Hamish West
  • adpting the detection tuning tab to work with the new card based UI (55bd7ad7) - jerrylewisbh
  • porting sep detection to work with the new UI system (cfa8de18) - jerrylewisbh
  • ADSB log tuning (1092386c) - Aaron W Morris
  • logging fix (25e437a2) - Aaron W Morris
  • fix sidebar scaling (457c6add) - Hamish West
  • blinka bug fix (cbf4553d) - Aaron W Morris
  • add missing binning metadata (8ca577bc) - Aaron W Morris
  • Fix gamma LUT refresh across day/night changes (b8ed229b) - 321MathiasS123
  • Fix download links using thumbnail (f366615c) - Hamish West
  • virtualsky - fix map data button, readd image download button (80d6f5f6) - Hamish West
  • need prettytable 3.14.0 for add_divider() (bcedfdf2) - Aaron W Morris
  • Show mini timelapse preview loading state (545d00b0) - 321MathiasS123
  • Mini timelapse overhaul (squash staging) (#3) (5d667bed) - 321MathiasS123
  • Improve config notes (f4366eee) - Hamish West
  • add IMAGE_ROTATE_KEEP_SIZE to image processor (28db16d3) - Aaron W Morris
  • ui: move camera selector to bottom accordion and refine interaction rules (9fffb180) - Hamish West
  • ui: refactor sidebar navigation layout and accordion interactions (268e7f41) - Hamish West
  • fix(multiprocessing): defer imports and force fork start method (20765782) - Hamish West
  • Document excluded frame processing behavior (3fb27811) - 321MathiasS123
  • Trim panorama exclusion propagation (5948cdd1) - 321MathiasS123
  • Propagate image exclusion to panoramas (fb9f51f4) - 321MathiasS123
  • Remove obsolete exclusion propagation warning (5141bbd5) - 321MathiasS123
  • Make panorama outputs honor image exclusions (fd0c9b00) - 321MathiasS123
  • Correct gallery status documentation default (3276f8e2) - 321MathiasS123
  • Reorganize ASI676MC documentation (55e9a551) - 321MathiasS123
  • Document calibration preview workflow (0a3edf83) - 321MathiasS123
  • Fix calibration preview layout (97bcc0bc) - 321MathiasS123
  • Add calibration population previews (ca207064) - 321MathiasS123
  • Align ASI676MC gallery state with feature switch (a6f16d2a) - 321MathiasS123
  • Refine ASI676MC user-facing guidance (0ae97866) - 321MathiasS123
  • Fix API auth (87b8aa0c) - Hamish West
  • Front end API key work (94363c74) - Hamish West
  • move aio test script (ac213601) - Hamish West
  • set socket reuse port (15cb3f61) - Hamish West
  • Fix virtualsky image sizing (08db0c92) - Hamish West
  • Sticky date picker on gallery, videoviewer, and save bar on config (ba0e94f5) - Hamish West
  • Fix gallery behaviour re: scrolling to top when nav with keys (48518426) - Hamish West
  • fixes (6f7fdfc7) - Hamish West
  • Fix broken star history chart in README (ae272071) - Dessalines39394
  • Fix exposure stream, add IPC sock to facilitate, split into 2 endpoints (readonly vs auth control) (57b4a402) - Hamish West
  • Refine command handling (605ace12) - Hamish West
  • add border function to mask processing (78524ff2) - Aaron W Morris
  • feat(ws): implement WebSocket event stream and API endpoints (ffbc6238) - Hamish West
  • reduce imx296 max gain to 16 (52df98e8) - Aaron W Morris
  • additional volume mapping for libcamera (b83b3e28) - Aaron W Morris
  • additional comments (c2b817da) - Aaron W Morris
  • VirtualSky: astrometric auto-calibration (Solve button) for the overlay geometry (b29e2da1) - Brian R. Jackson
  • Condense automatic calibration guidance (db220ce9) - 321MathiasS123
  • increment libcamera versions (7a6eee74) - Aaron W Morris
  • Refine ASI676MC calibration collection limits (f6a72a40) - 321MathiasS123
  • Cap automatic calibration groups at 30 (71466a87) - 321MathiasS123
  • Clarify ASI676MC calibration wording (0e61b09f) - 321MathiasS123
  • Auto purge legacy Bootstrap caches and unregister stale ServiceWorkers (7ee2022c) - Hamish West
  • fix: feature - support for esp32 round disc allsky viewers (#2693) (d185c5e4) - Harsha Pasham
  • Delete gitissuesol-state.md Signed-off-by: Harsha Pasham pashamharsha018@gmail.com (0e7e6f1a) - Harsha Pasham
  • Delete gitissuesol-tasks.md Signed-off-by: Harsha Pasham pashamharsha018@gmail.com (08441e72) - Harsha Pasham
  • fix: feature - support for esp32 round disc allsky viewers (#2693) (f5c63091) - Harsha Pasham
  • Auto purge legacy Bootstrap caches and unregister stale ServiceWorkers (db19d9df) - Hamish West
  • Hide empty menu group dropdowns when user is unauthenticated (a1a01ded) - Hamish West
  • Fix crash on config save (52700846) - Hamish West
  • Fix config save styling (2cd6c49e) - Hamish West
  • remove bootstrap (17481c9a) - Hamish West
  • Potential fix for PWA caching issues (21d51ea9) - Hamish West
  • Fix reload on save toggle (ab981031) - Hamish West
  • no reason to reload page since stats are dynamic (d2719bec) - Aaron W Morris
  • move functions back under AjaxSystemInfoView (17188459) - Aaron W Morris
  • astro darkness is -18 degrees (2146c9a6) - Aaron W Morris
  • add cache control headers to prevent caching (b1578e8b) - Aaron W Morris
  • logging: (ebd4cc9f) - Aaron W Morris
  • Harden automatic ASI676MC calibration (a215f09d) - 321MathiasS123
  • Make saved-FITS calibration fully automatic (638bb8a9) - 321MathiasS123
  • Harden ASI676MC purple-frame handling (16541e84) - 321MathiasS123
  • Balance calibration settings layout (1260c7a6) - 321MathiasS123
  • Refine calibration result summaries (a37d6cf5) - 321MathiasS123
  • Polish calibration settings layout (8da27119) - 321MathiasS123
  • Refine calibration evidence UI and guidance (c70121bc) - 321MathiasS123
  • add crop to image circle to mask processor (12e0a575) - Aaron W Morris
  • add INDI v2.2.4 support (20d8f823) - Aaron W Morris
  • upgrade cryptography (vulnerabilities) (abee6f22) - Aaron W Morris
  • increment version (86dace81) - Aaron W Morris
  • Request api key button (57d809b4) - Hamish West
  • update Allsky Map config section to DaisyUI design system (964bf111) - Hamish West
  • Update URLs (0c291129) - Hamish West
  • move ping to video.py (0bdcb69b) - Hamish West
  • feat: integrate Allsky Map status ping reporting (a936d93f) - Hamish West
  • Support legacy FITS in both calibration paths (8be8e056) - 321MathiasS123
  • Improve ASI676MC calibration compatibility and feedback (7ddad995) - 321MathiasS123
  • Add purple-frame alerts and gallery filters (515701a8) - 321MathiasS123
  • Compact calibration page layout (ea042a9c) - 321MathiasS123
  • Improve calibration progress view (d7e7121c) - 321MathiasS123
  • Adjust ASI676MC detector defaults (228045ce) - 321MathiasS123
  • Refine ASI676MC calibration guidance and reports (314bc52e) - 321MathiasS123
  • Enable boto3 retries for object storage uploads (30436fa8) - Brian R. Jackson
  • Add saved-FITS calibration cancellation (abe8508d) - 321MathiasS123
  • Finalize ASI676MC purple-frame handling (d07d0094) - 321MathiasS123
  • Add progressive ASI676MC calibration discovery (2ab0331e) - 321MathiasS123
  • Improve ASI676MC calibration discovery (aa8f5f4b) - 321MathiasS123
  • Polish ASI676MC FITS handling (41db6d95) - 321MathiasS123
  • Clean up integrated ASI676MC calibration (402f4821) - 321MathiasS123
  • Add opt-in preceding FITS capture (8ef8acad) - 321MathiasS123
  • Refine integrated ASI676MC calibration report (b23fc59c) - 321MathiasS123
  • Refine ASI676MC calibration guidance (b6449ac7) - 321MathiasS123
  • Consolidate ASI676MC calibration guidance (6627ac0d) - 321MathiasS123
  • Refine ASI676MC calibration status wording (16978f76) - 321MathiasS123
  • Reorder ASI676MC advanced settings (690edba5) - 321MathiasS123
  • Polish ASI676MC calibration interface (ee1734a3) - 321MathiasS123
  • Reorder calibration result actions (1e9bffff) - 321MathiasS123
  • Add saved FITS calibration workflow (1cd0b33b) - 321MathiasS123
  • Polish ASI676MC calibration workflow (7aa896e0) - 321MathiasS123
  • Default ASI676MC handling to exclude-only (9e40c606) - 321MathiasS123
  • Add ASI676MC web calibration tool (2dfeb63b) - 321MathiasS123
  • Add ASI676MC purple-frame handling (a54c126a) - 321MathiasS123
  • fix: feature - support for esp32 round disc allsky viewers (#2693) (48f5f464) - Harsha Pasham
  • Delete gitissuesol-state.md Signed-off-by: Harsha Pasham pashamharsha018@gmail.com (dca61431) - Harsha Pasham
  • Delete gitissuesol-tasks.md Signed-off-by: Harsha Pasham pashamharsha018@gmail.com (f793b661) - Harsha Pasham
  • fix: feature - support for esp32 round disc allsky viewers (#2693) (747507b8) - Harsha Pasham

Don't miss a new indi-allsky release

NewReleases is sending notifications on new releases.