feat: v1.1.0 - Long meeting support, email in history, custom logo

- Add MP3 conversion and chunking for files >18MB
- Support meetings up to 2+ hours
- Add email button directly in history view
- Implement custom logo upload in Settings for white-labeling
- Add read_image_as_base64 Rust command
- Update README with new features and ffmpeg requirement
This commit is contained in:
michael.borak
2026-01-21 10:14:16 +01:00
parent a06e473e85
commit 79db6adf45
9 changed files with 378 additions and 66 deletions

View File

@@ -420,6 +420,9 @@ Thanks!`
onLoad={handleLoadHistory}
onDelete={handleDeleteHistory}
onRename={handleRenameHistory}
smtpConfig={smtpConfig}
emailTemplates={emailTemplates}
addToast={addToast}
/>
)}