Releases: Dineshkarthik/telegram_media_downloader
Releases · Dineshkarthik/telegram_media_downloader
v1.1.0, 2022-01-03
What's Changed
- CI test run unit-test in py-3.9 by @Dineshkarthik in #89
- Pin pip with python3 by @Dineshkarthik in #93
- Instruction to get chat id using bot by @Dineshkarthik in #114
- build(deps): bump pyrogram from 1.2.6 to 1.2.20 by @dependabot in #121
- build(deps-dev): bump mock from 4.0.2 to 4.0.3 by @dependabot in #119
- build(deps): bump pyyaml from 5.4 to 6.0 by @dependabot in #123
- build(deps-dev): bump pytest from 5.4.3 to 6.2.5 by @dependabot in #118
- build(deps-dev): bump mypy from 0.781 to 0.930 by @dependabot in #124
- build(deps-dev): bump pytest-cov from 2.10.0 to 3.0.0 by @dependabot in #120
- build(deps-dev): bump pylint from 2.7.4 to 2.12.2 by @dependabot in #122
Full Changelog: v1.0.0...v1.1.0
v1.0.0, 2021-03-31
New Features & Additions
- Pyrogram updated to V1.2
- API schema updated to Layer 126
v0.3.1, 2021-01-09
Bug Fix:
- Update
FAILED_IDS
toids_to_retry
in config.yaml for every batch of processed messages. (#74)
v0.3.0, 2020-12-31
Re-try record
ids_to_retry: []
are stored in the config.yaml
so that the skipped files can be downloaded during the next execution of the download script.