v1.0.3
Mailtrain-org/mailtrainv1.0.3May 28, 2026by github-actions[bot]
AI Summary
Improves developer experience with UI redesigns, new E2E tests, and documentation updates while fixing deployment and authentication flows.
Key Highlights
- Tunnel URL now opens in browser automatically when --tunnel flag is used
- DevTools input form redesigned to match sidebar
- Added support for mixed-auth servers with deferred sign-in
- New E2E tests added for devtools
- Added demo video section to landing page documentation
New Features
- Tunnel URL browser opening
- DevTools UI redesign
- Mixed-auth server support
- useDownload hook
- TypeScript documentation (tsdocs)
Full Release Notes
## Enhancements - feat: open tunnel URL in browser when `--tunnel` flag is used @udaykakade25 (#825) - feat(devtools): redesign generated tool input form to match sidebar @harijoe (#804) - feat(devtools): support mixed-auth servers with deferred sign-in @harijoe (#812) - feat: update auth example @paulleseute (#808) - feat: add useDownload to example app @paulleseute (#801) - feat: add tsdocs @harijoe (#794) - chore(devtools): qa pass @harijoe (#802) - fix(create-skybridge): make demo template pass MCP extended apps checks @harijoe (#798) ## Bug fixes - fix(core): generate .skybridge/views.d.ts before dev spawns tsc --watch @harijoe (#821) - fix(ci): deploy landing on release instead of merge to main @harijoe (#822) - fix: relative path import in generative UI example @fredericbarthelet (#819) - fix: use 'pnpm run deploy' instead of 'pnpm deploy' in devtools @udaykakade25 (#817) - fix(devtools): use 'pnpm run deploy' to avoid built-in pnpm deploy conflict @harijoe (#813) - fix: auth0 registration endpoint @paulleseute (#809) ## Testing - test(devtools): add e2e tests @harijoe (#793) - test(devtools): add e2e test for authenticated server @harijoe (#811) ## Docs - docs(landing): add demo video section between social proof and quotes @harijoe (#810)