Remove unnecessary dependencies in dockerfile and update changelog

This commit is contained in:
Tulir Asokan
2023-02-15 23:01:01 +02:00
parent 7b60ee1337
commit 354b49d9e5
2 changed files with 2 additions and 7 deletions

View File

@@ -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)

View File

@@ -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 \