Release History

Changelog

What's new, fixed, and improved in the onboarding platform.

v1.3.0

2026-04-12

1 New3 Fix1 Update
Warm industrial redesign — new Nunito Sans + Plus Jakarta Sans typography, cream/ink/red palette, bay-grid layout on landing and registration pages
Branded 404 page — page-not-found errors now show the Hyphen SCS design with a 'Back to Home' button
Resume flow now looks up registrations server-side — email address is sent to the server and only the matching registration ID comes back, never a full data dump
All UI animations now respect the OS-level 'Reduce Motion' accessibility setting
Nav link tap targets expanded to 44px minimum for reliable mobile interaction
v1.2.1

2026-04-12

3 Fix
Admin dashboard crash on load — seed data used uploadedFiles field instead of files, causing reg.files.length to throw
Settings page showed duplicate model prefix: "Claude claude-sonnet-4-6" corrected to "claude-sonnet-4-6"
Help page accordion buttons now include aria-expanded attribute for screen reader accessibility (React 19 string form)
v1.2.0

2026-04-11

5 New3 Fix
Help page — user manual covering registration flow, AI chat, file uploads, and submission
Changelog page tracking all releases and platform improvements
Feedback page — warehouse owners can submit bug reports and feature requests
Settings page — admin-gated configuration for contact email and notification preferences
Admin panel mobile layout — list/detail view now works on small screens with back navigation
Submit button can no longer be clicked twice — disabled after first submission
Onboarding page shows a branded 404 screen for invalid or expired registration links
Test suite bootstrapped — vitest unit tests for schema, AI prompt, and storage; Playwright e2e smoke tests
v1.1.0

2026-04-09

3 New2 Fix1 Update
Resume registration — warehouse owners can return to an in-progress onboarding via /resume
File upload support — photos, videos, documents attachable during AI chat
Admin panel with password gate, registration list, detail view, status management, and chat replay
AI prompt upgraded with full reference data context for more accurate field extraction
Chat input accessible label for screen readers
Chat progress indicator now reflects actual completion percentage
v1.0.0

2026-04-06

5 New
Landing page with Hyphen SCS branding — Register Warehouse and Marketplace Partner (coming soon) flows
AI-powered conversational registration using claude-sonnet-4-6 — collects all warehouse details via chat
Contact form for basic info collection before starting the onboarding chat
Registration persistence via JSON file storage on server
Deployed to production at onboarding.hyphenscs.com with PM2 + Nginx + SSL