Skip to content

Latest commit

 

History

History
211 lines (113 loc) · 13.3 KB

File metadata and controls

211 lines (113 loc) · 13.3 KB

0.14.0 (2026-06-02)

Bug Fixes

  • docker: derive nginx resolver from container DNS (66b299a)
  • docker: drop dead HONCHO_UPSTREAM and same-origin default (a2854ab)
  • web: enforce upstream allowlist in vite dev proxy (b4fac95)
  • web: raise connection-test timeout for cold upstreams (409d7d8)
  • web: strip content-encoding from vite dev proxy responses (6b602c0)

Features

  • docker: header-driven /api reverse proxy in nginx (753c978)
  • docker: render SSRF allowlist map from env (0af1ad9)
  • docker: split compose into dev-forward build and prod pull (c9bd2db)
  • web: add dispatchFor transport helper for same-origin proxy (9945e4c)
  • web: dev /api proxy middleware mirroring nginx (ab8a1ba)
  • web: route checkConnection and discovery through the proxy (9893230)
  • web: route web build through same-origin /api proxy (0935099)

0.13.1 (2026-05-29)

Bug Fixes

  • docker: make docker-compose runnable standalone (fde4836)

0.13.0 (2026-05-28)

Features

  • docker: full self-hosted Compose support (282ba1b)
  • web: add Fleet dashboard view for cross-instance observability (12712bb)
  • web: configurable peer display name (3de6832)

0.12.1 (2026-05-28)

Bug Fixes

  • ci: trigger release build on release publish, not tag push (52a7f09)

0.12.0 (2026-05-28)

Features

  • desktop: auto-discover Honcho instances on localhost (#1) (7355884)
  • web: add dialectic reasoning playground (2340e65)
  • web: add Dream Output Viewer (f318555)
  • web: add live dream progress panel with adaptive polling (17f8a5a)
  • web: add Peer Card Seed Kits (650bfd7)
  • web: show sidebar last updated status (7cf94aa)

0.11.0 (2026-05-28)

Bug Fixes

  • harden token and URL handling (5cfbae6)

Features

  • docker: add containerized web build with CORS guidance (cfe07f1)

0.10.0 (2026-05-28)

Features

  • api: add scoped multi-instance query client (de8db4b)

0.9.0 (2026-05-28)

Features

  • web: add global metadata visibility toggle (e490d91)
  • web: add shared Breadcrumb component for workspace pages (c6afc80)
  • web: add workspace contextual sub-nav to sidebar (62cae68)

0.8.0 (2026-05-15)

Features

  • add health indicator and localhost auto-detect (38e76d3)
  • add Honcho Cloud connection preset (f071762)

0.7.1 (2026-05-12)

Bug Fixes

  • improve dark mode accessibility contrast (7827438)
  • show structured page placeholders while loading (3075e4a)

0.7.0 (2026-05-04)

Features

  • deep linking for hosted URLs and openconcho:// scheme (578c8f4)

0.6.0 (2026-05-04)

Features

  • support multiple Honcho instances (closes #2) (f706c83)

0.5.3 (2026-05-03)

Bug Fixes

  • release: regenerate and commit Cargo.lock on release (6f9abf8)
  • web: render sidebar on settings route (557fecf)
  • web: show settings on first load and hoist DemoProvider globally (8f5a6aa)

0.5.2 (2026-04-28)

Bug Fixes

  • ci: make sure we build web before we build the app (c3b4e58)

0.5.1 (2026-04-27)

Bug Fixes

0.5.0 (2026-04-27)

Bug Fixes

  • release: sync versions to v0.4.0 and wire up semantic-release npm plugin (18feaeb)
  • release: use tauri-action beforeBuildCommand for web build (c66d0f3)

Features

  • demo: extend mask() to all breadcrumbs, page titles, and identifiers (123828c)
  • demo: replace blur with asterisk masking of user data via React context (8f9d806)
  • web: show app version in sidebar footer via Vite define (7848d69)

0.4.0 (2026-04-27)

Bug Fixes

  • demo: replace redacted font with CSS blur on main content (7c022d0)

Features

  • add demo mode feature flag using Redacted Script font (c2e2c83)
  • rename Honcho UI to OpenConcho, use SVG logo in sidebar and settings (d0aba02)

0.3.0 (2026-04-27)

Features

  • ci: add workflow_dispatch to release for manual tag builds (18905ef)

0.2.1 (2026-04-27)

Bug Fixes

  • ci: use RELEASE_TOKEN PAT so tag push triggers release workflow (20bec5c)

0.2.0 (2026-04-27)

Features

  • ci: add cargo-check job with Turborepo + Swatinem cache (5e05d25)

0.1.0 (2026-04-27)

Bug Fixes

  • center settings page in full viewport (88565ea), closes #root
  • ci: fold semantic-release into CI as post-check release job (bfbc8c1)
  • ci: use GITHUB_TOKEN instead of missing GH_TOKEN secret (e446efe)
  • desktop: correct http capability url patterns for non-standard ports (1d09547)
  • invert icon to white logo on indigo background (a519745)
  • regenerate Tauri icons with correct indigo background (1f118d9)
  • release: wire tauri-action to existing semantic-release GitHub release (57f89bc)
  • web: use esnext build target instead of safari13 (8052a7d)

Features

  • apply brand colors to logo (indigo favicon, dark-bg Tauri icons) (35e6c5d)
  • ci: multi-platform release matrix for macOS/Linux/Windows (7379c35)
  • component library, markdown renderer, multi-workspace dashboard (91c7891)
  • full shadcn/ui component system with consistent typography (9a74182)
  • restructure as pnpm monorepo with Tauri desktop shell (92c4dfd)
  • set OpenConcho logo as app icon for web and Tauri (a07f5ab)
  • wire all remaining API endpoints (45e0183)