v1.0.4

Mailtrain-org/mailtrainv1.0.4Jun 2, 2026by github-actions[bot]

AI Summary

This release enhances the project by adding new example applications and deployment options, alongside stability fixes for CLI tools and widgets.

Key Highlights

  • Added Vercel deployment support
  • Introduced chess and Supabase triplog example apps
  • Fixed CLI port increment logic to prevent conflicts
  • Prevented widget crash when requesting non-capital cities
  • Replaced outdated chatgpt-app-builder skill with skybridge

New Features

  • Vercel deployment support
  • Chess example app
  • Supabase triplog app
  • Flip-coin target call
  • tsx dependency addition

Full Release Notes

## Enhancements
- feat(examples): add chess example app (#842) @valentinbeggi
- feat(examples): add `supabase-triplog` app (#805) @udaykakade25
- feat(everything): add `flip-coin` target call to Everything example app (#823) @udaykakade25
- feat: add Vercel deployment support (#820) @harijoe

## Bug fixes
- fix(cli): increment port instead of random when default is taken (#840) @harijoe
- fix(capitals): prevent widget crash when requesting a non-capital city (#745) @udaykakade25
- fix: add `tsx` to blank template `devDependencies` (#845) @udaykakade25
- fix: replace outdated `chatgpt-app-builder` skill with `skybridge` (#844) @udaykakade25

## Refactoring
- refactor(core): wrap user entry to hide `setViteManifest` from `src/server.ts` (#832) @harijoe