Skip to content

Releases: sidereal-software/indikit

react: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:38
dde9cbe

0.2.0 (2026-08-15)

Added

  • docs: add a live weather demo running in the browser (da64737)
  • panel: dock the messages log as a collapsible side panel (47ff543)
  • react: add per-kind value hooks (28f27a2)
  • react: add the shadcn accordion primitive (5341f4f)
  • react: add the shadcn drawer primitive (9180b8f)
  • react: export the test harness as @indi-nexus/react/testing (8440709)
  • web: add @indi-nexus/react hooks and shadcn/ui components (c46ab2d)
  • web: debug-info display setting for technical INDI detail (f38af6f)
  • web: live current-value readouts on writable elements (c631c1e)
  • web: mark the selected switch in the action colour and pulse Busy (cf55441)
  • web: stack message-log entries and follow the newest (cd91cdf)
  • web: useElement hook for single-value reads (b1623cf)

Fixed

  • react: restore pointer cursor on enabled buttons under Tailwind v4 (42bb085)
  • web: buffer INDI messages and replay them to late-joining viewers (93c258e)
  • web: drop the tick and stop a switch deselecting itself (2fc020d)
  • web: make the active member of a switch vector legible (fdfd135)
  • web: stack writable-element rows so labels and readouts always fit (aec4436)
  • web: track src/lib/utils.ts (gitignored by the Python lib/ rule) (b777e09)
  • web: use relative imports in @indi-nexus/react instead of the @/ alias (8d1bd3a)

Packaging

  • automate PyPI and npm releases (097a3b9)
  • let Release Please own the changelog and drop towncrier (8a37c37)

Documentation

  • add the real-data tutorial and its custom UI (47980b1)
  • cut duplication and fix broken cross-references (44781e8)
  • fix the claims an audit found were no longer true (65c8cc9)
  • rewrite the public docs for a first-time reader (02abc5c)
  • web: add readmes and licences to the published npm packages (169e304)

Changed

  • web: map an INDI state to its colour in one place (2084e66)

indi-nexus: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:38
dde9cbe

0.2.0 (2026-08-15)

⚠ BREAKING CHANGES

  • protocol: timestamps on Vector, Message and DelProperty are timezone-aware UTC, so comparing one against a naive datetime.now() raises TypeError. A naive datetime passed to prop.set(timestamp=) or device.message(timestamp=) is read as UTC, not local. parse_indi() no longer raises on a malformed value; it returns fewer messages, and the count is on the parser. format_number changes at exact half ticks.

Added

  • cli: add Typer serve/run/monitor commands (e583d5e)
  • client: add PropertyStore cache with subscriptions (56e7950)
  • client: add public send() for forwarding messages upstream (9c573dd)
  • client: add reconnecting IndiClient (82a4cee)
  • cli: indi-nexus new scaffolds a runnable driver (c53b24c)
  • cli: run drivers in-process with serve --device (e19f168)
  • docs: add a live weather demo running in the browser (da64737)
  • docs: MkDocs Material site with live demo, both APIs, Pages deploy (1da18e4)
  • docs: rebuild the weather demo around the real panel and a proper dashboard (a6c8d2d)
  • docs: redesign the custom UI as a dome wallboard (cf67168)
  • driver: add @every and @on_new decorators (a9ee27e)
  • driver: add BoundProperty and Device base class (4a9f7b3)
  • driver: add stdio runtime and package entrypoint (7a841d8)
  • driver: built-in CONNECTION lifecycle and connection-gated jobs (1a32b14)
  • driver: serialize dispatch, type properties, and quiet the wire (2824378)
  • examples: add a dome simulator driver (aefacf1)
  • examples: add a hardware-shaped weather station driver (a7da59d)
  • examples: add a telescope simulator driver (90ebb9e)
  • examples: add an Open-Meteo driver for real public data (4a6def5)
  • examples: gate the dome behind CONNECTION; test both simulators (3a9bc9a)
  • examples: port libindi's CCD Simulator to the SDK (2f0626a)
  • examples: publish wind bearing and apparent temperature (65d92bb)
  • examples: serve any driver in the demo bridge via --device (463826e)
  • examples: serve several drivers in one panel (c3a325f)
  • panel: animate the messages rail and use a bottom drawer on mobile (da4804d)
  • panel: backend-less demo build with an in-browser dome simulator (460f072)
  • panel: disclose the messages panel from its own title bar (705a33a)
  • panel: dock the message log as a right-hand sidebar (c57e596)
  • panel: dock the message log as a VS Code-style bottom panel (69a87f4)
  • panel: dock the messages log as a collapsible side panel (47ff543)
  • panel: move the messages toggle into the sidebar menu (d147f04)
  • panel: navbar-height messages bar, unread badge, and tooltips (721e6c9)
  • panel: toggle the messages sidebar from a header icon button (007f781)
  • protocol: add enableBLOB message and BLOBPolicy (60f3c08)
  • protocol: add JSON codec and base64 BLOB serialization (8195c92)
  • protocol: add slugify and Element.from_labels (97b067f)
  • protocol: add typed INDI protocol core with XML codec (c39975a)
  • protocol: pure vector accessors for handler ergonomics (fe5af28)
  • react: add per-kind value hooks (28f27a2)
  • react: add the shadcn accordion primitive (5341f4f)
  • react: add the shadcn drawer primitive (9180b8f)
  • react: export the test harness as @indi-nexus/react/testing (8440709)
  • testing: add DeviceHarness (a737146)
  • web: add @indi-nexus/client transport and property store (6c77924)
  • web: add @indi-nexus/react hooks and shadcn/ui components (c46ab2d)
  • web: add Bridge and FastAPI app (WebSocket + REST snapshot) (5048e91)
  • web: add self-contained debug inspector page (f6441b9)
  • web: add the reference panel app (2d7e9c2)
  • web: debug-info display setting for technical INDI detail (f38af6f)
  • web: live current-value readouts on writable elements (c631c1e)
  • web: mark the selected switch in the action colour and pulse Busy (cf55441)
  • web: serve the built panel from FastAPI; add demo bridge harness (eff8e1a)
  • web: stack message-log entries and follow the newest (cd91cdf)
  • web: useElement hook for single-value reads (b1623cf)

Fixed

Read more

client: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:38
dde9cbe

0.2.0 (2026-08-15)

Added

  • web: add @indi-nexus/client transport and property store (6c77924)
  • web: live current-value readouts on writable elements (c631c1e)

Fixed

  • client: ignore a socket that has already been superseded (7b4d0e2)
  • client: keep a property's state when a set does not carry one (dfa9a46)
  • client: key BLOB policies on a pair, and drop non-object frames (ff2d87e)
  • client: render numbers the way the wire renders them (9903f21)
  • web: buffer INDI messages and replay them to late-joining viewers (93c258e)

Packaging

  • automate PyPI and npm releases (097a3b9)
  • let Release Please own the changelog and drop towncrier (8a37c37)

Documentation

  • fix the claims an audit found were no longer true (65c8cc9)
  • web: add readmes and licences to the published npm packages (169e304)