v7.10.0
Added
- Media Gallery: Dedicated per-chat media page with grid view for photos/videos, list view for voice messages and files
- Media API: New endpoints
GET /api/chats/{id}/mediaandGET /api/chats/{id}/media/countsfor paginated media browsing - Thumbnail pre-generation: Thumbnails are now generated during backup for instant gallery loading
- Thumbnail concurrency limit: Semaphore prevents memory exhaustion when loading large grids
- Database index: New composite index
idx_media_chat_type(chat_id, type)for efficient media type filtering
📋 Full changelog: docs/CHANGELOG.md