Veritas Kanban v5.2.2
Veritas Kanban v5.2.2
v5.2.2 is the July 2026 reliability and interface-audit patch. It restores a launchable macOS build, closes the web and desktop UI audit backlog, and hardens workflow and storage behavior without requiring a v5 data migration.
Desktop and release reliability
- Keeps Electron runtime APIs external in Vite/Rolldown output so the Electron npm installer shim cannot replace native main and preload APIs.
- Adds emitted-artifact checks that fail packaging if the installer shim or required Electron bindings regress.
- Verifies fresh native setup, server and renderer readiness, Keychain-backed secret status, native menus, keyboard onboarding, window chrome, update status, reopen, and clean quit.
- Publishes signed/notarized Apple Silicon DMG and ZIP assets, update metadata, blockmaps, and SHA-256 sidecars.
Interface, accessibility, and motion
- Restores complete keyboard Kanban movement and reordering across populated and empty columns, including announcements, rollback, and focus restoration.
- Fixes compact Settings, bottom navigation, Board Chat, and Scoring Profiles at 320-430 px with deliberate phone layouts and touch-sized actions.
- Preserves Scoring Profile selection across create and duplicate flows and protects unsaved changes.
- Makes overlays respect reduced-transparency and increased-contrast preferences and dismisses stale task-card tooltips before opening Task Detail.
- Removes broad and layout-property dashboard transitions; reduced-motion updates are immediate.
Workflow and storage correctness
- Corrects human-gate blocking, bounded cross-step reroutes, workflow HTTP errors, shared contracts, and canonical
depends_onenforcement. - Hardens file-backed mutation ordering, rollback, recovery, and runtime lifecycle cleanup.
- Adds append-only JSONL activity durability, deterministic same-millisecond ordering, and stable retention trimming.
- Creates attachment directories lazily to remove the asynchronous startup and teardown race.
- Normalizes security artifact paths before classification.
Compatibility and upgrade notes
- No v5 schema migration is required for v5.2.1 installations.
- Server, web, CLI, MCP, shared, and desktop package versions move together to 5.2.2.
- macOS 14+ on Apple Silicon remains the supported signed desktop target. Linux and Windows outputs remain unsigned previews.
- Replace the broken v5.2.1 macOS application with v5.2.2 directly; do not rely on the v5.2.1 bundle to self-update.
Install
brew tap BradGroux/tap
brew install --cask veritas-kanbanManual macOS installs can use the signed ZIP or DMG attached to this release. Verify downloads with the attached .sha256 sidecars.
Verified macOS assets
- DMG: 266,283,327 bytes, SHA-256
358acaa501827fca7e59d67a98b261b07fa9d5e01e3acae9755e8f7c010b86eb - ZIP: 269,456,458 bytes, SHA-256
3f85d864a78251c8e1bb94f9914dcab0ce9795cf5a45f64fffdf33337cfb3d4a - Desktop Release: https://github.com/BradGroux/veritas-kanban/actions/runs/29213420721
- Homebrew tap update: BradGroux/homebrew-tap#23