# [0.5.0](https://github.com/offendingcommit/openconcho/compare/v0.4.0...v0.5.0) (2026-04-27) ### Bug Fixes * **release:** sync versions to v0.4.0 and wire up semantic-release npm plugin ([18feaeb](18feaeb3d4)) * **release:** use tauri-action beforeBuildCommand for web build ([c66d0f3](c66d0f326c)) ### Features * **demo:** extend mask() to all breadcrumbs, page titles, and identifiers ([123828c](123828ccb6)) * **demo:** replace blur with asterisk masking of user data via React context ([8f9d806](8f9d806eef)) * **web:** show app version in sidebar footer via Vite define ([7848d69](7848d69524))
5.1 KiB
5.1 KiB
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)