Acme App Changelog
Added
- Real-time collaboration with cursor presence
- Export to PDF with custom headers/footers
- Keyboard shortcuts panel (press ?)
Changed
- Search now uses fuzzy matching by default
- File upload limit increased to 50MB
Fixed
- Copy-paste losing formatting in Safari
- Sidebar not collapsing on tablet breakpoint
Fixed
- Critical: OAuth tokens not refreshing after expiry
- Dashboard charts showing wrong timezone
Added
- Dark mode (finally!)
- API rate limit headers in all responses
- Webhook retry with exponential backoff
Deprecated
- Legacy export endpoint `/api/v1/export` — use `/api/v2/export` instead
Security
- Patched XSS vulnerability in markdown renderer
- Added CSP headers to all pages
Added
- Complete UI redesign
- Team workspaces with role-based access
- Audit log for all admin actions
Changed
- Minimum Node.js version bumped to 20
- Database migrated from MySQL to PostgreSQL
Removed
- PHP SDK (no longer maintained)
- IE11 support