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

@@ -37,3 +37,4 @@ url = "2.5"
lettre = { version = "0.11", features = ["tokio1", "tokio1-native-tls", "builder"] }
tauri-plugin-log = "2.0.0"
tauri-plugin-shell = "2.3.4"
base64 = "0.22"