Changelog โ
Track what's new in Project Stutastic.
v4.0.0-dev (In Development) โ
๐ Major Changes โ
- Modularized project structure โ all source files now live in
src/ - New build pipeline โ builds to
dist/for clean deployment - Tailwind CSS v4 โ migrated to CSS-based
@themeconfiguration - Component system โ reusable HTML components via PostHTML modules
๐งน Cleanup โ
- Removed unused CSS, JS, and HTML files
- Flattened CSS folder structure
- Added build version injection (
%%VERSION%%and%%YEAR%%placeholders)
๐ง Improvements โ
- Pre-release workflow now reads version from
package.json - Release artifacts zip only the
dist/output - CSS builds first, then HTML copies everything to
dist/
v3.2 โ
Features โ
- Admin dashboard with analytics
- Support ticket system
- Courier tracking integration
- Push notification system
- Dark mode support
Infrastructure โ
- Firebase Authentication with Microsoft SSO
- Firestore database
- Firebase Cloud Messaging
- Progressive Web App support