From 354b49d9e5f91f913b5fdf9288bc631a9a34d142 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 15 Feb 2023 23:01:01 +0200 Subject: [PATCH] Remove unnecessary dependencies in dockerfile and update changelog --- CHANGELOG.md | 2 ++ Dockerfile | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57e1b4d9..01d7db1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +15,14 @@ * Improved handling users getting logged out. * Removed support for creating accounts, as Telegram only allows requesting SMS login codes on the official mobile clients now. +* Replaced moviepy with calling ffmpeg directly for generating video thumbnails. ### Fixed * Fixed handling Telegram chat upgrades when backfilling is enabled. * Fixed file transfers failing if transfering the thumbnail fails. * Fixed bridging unnamed files with unrecognized mime types. * Fixed enqueueing more backfill. +* Fixed timestamps not being saved in `telegram_file` table. # v0.12.2 (2022-11-26) diff --git a/Dockerfile b/Dockerfile index f0b56744..a060dd72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,13 +13,6 @@ RUN apk add --no-cache \ # Indirect dependencies py3-idna \ py3-rsa \ - #moviepy - py3-decorator \ - py3-tqdm \ - py3-requests \ - #py3-proglog \ - #imageio - py3-numpy \ #py3-telethon \ (outdated) # Optional for socks proxies py3-pysocks \