New Features
Support previewing downloaded images and videos (69d57b8)
Support use PUID PGID set file permissions (c30e318)
services:
telegram-files:
container_name: telegram-files
image: ghcr.io/jarvis2f/telegram-files:latest
restart: always
environment:
# PUID and PGID are the user id and group id of the user who owns the files in the mounted volume.
# PUID: 1000
# PGID: 1000
.....
Support transfer status filter (8f48c79)

Full Changelog: 0.1.13...0.1.14