0.2.0 cubigator

New Features
Add time-limited download settings (a2a63fa8)

Optimized mobile layout and support gallery layout to view files.
For files that were previously downloaded but lack clear thumbnails, resulting in a suboptimal viewing experience, you can manually use the thumbnail
Maintenance Command to download the missing thumbnails.
docker run --rm \
--entrypoint tfm \
-v $(pwd)/data:/app/data \
-e APP_ROOT=${APP_ROOT:-/app/data} \
-e TELEGRAM_API_ID=${TELEGRAM_API_ID} \
-e TELEGRAM_API_HASH=${TELEGRAM_API_HASH} \
ghcr.io/jarvis2f/telegram-files:latest thumbnail
Full Changelog: 0.1.17...0.2.0