Skip to content

v0.1.11 — Stability fixes

Choose a tag to compare

@lionroseway lionroseway released this 05 Jun 22:31
· 5 commits to main since this release

CodeTrellis v0.1.11 — Stability fixes

  • macOS hostname no longer drifts. The LAN-discovery service (so the mobile companion can find your desktop) was advertising under your Mac's own .local name, colliding with macOS's built-in Bonjour — which would rename your machine …-2.local, …-3.local after a crash. It now advertises under a dedicated codetrellis-<id>.local name and never touches your system hostname.
  • No more ghost discovery sessions. That advertisement id is now persisted per machine, so a crash + restart refreshes the same record instead of leaving stale "sessions" piling up — and discovery stays continuous (no flap, no spurious reconnects on paired phones).
  • Creating a new plan is fixed. A packaging regression could make "new plan" throw on the installed app (a backend module wasn't bundled). Resolved.

Carries everything from v0.1.10: signed + notarized macOS builds (no Gatekeeper warning, no xattr -cr), self-healing database, and the CodeTrellis Companion heading to TestFlight.

Install

  • macOS (Apple Silicon / Intel) — open the DMG, drag CodeTrellis to Applications, open. Signed + notarized, so it opens cleanly.
  • Windows / Linux — still v0.1.9 (here); 0.1.11 builds for those are coming via CI.