Acme App Changelog

3.2.0 2026-04-13

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
3.1.1 2026-04-05

Fixed

  • Critical: OAuth tokens not refreshing after expiry
  • Dashboard charts showing wrong timezone
3.1.0 2026-03-28

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
3.0.0 2026-03-15

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