Releases: Dineshkarthik/telegram_media_downloader
Releases · Dineshkarthik/telegram_media_downloader
v2.0.2, 2022-07-26
What's Changed
Bug Fix
- Fixed missing proxy configuration by @Dineshkarthik in #301
Development only changes
- build(deps-dev): bump types-pyyaml from 6.0.10 to 6.0.11 by @dependabot in #298
- build(deps-dev): bump mypy from 0.961 to 0.971 by @dependabot in #296
- build(deps-dev): bump black from 22.3.0 to 22.6.0 by @dependabot in #297
Full Changelog: v2.0.1...v2.0.2
v2.0.1, 2022-07-20
What's Changed
- Fixes for Bugs introduced in V2.0.0 by @Dineshkarthik in #287
Bug Fixes
- Fixed repeated download old files instead of news files, this was introduced as an option to get the chat history in chronological order is removed in Pyrogram V2. Created a PR in Pyrogram to add this feature. Temporarily the requirements.txt file is directed to use the Pyrogram fork created for with this new feature. pyrogram#1046 - #289
- Fixed repeated download failures of certain files caused by change in date object type send in message starting Pyrogram v2.x - #266
- Suppress repeated timeout and re-connect warning from Pyrogram
Note
Re-install dependencies
pip uninstall Pyrogram
make install
Full Changelog: v2.0.0...v2.0.1
v2.0.0, 2022-07-19
What's Changed
Migrated to Pyrogram V2 by @Dineshkarthik #277
Breaking Changes
- The minimum Python version required is now
Python 3.7
previously this was 3.6. - Proxy setting is moved into
config.yaml
, proxy.ini file is removed and doesn't work anymore.
Dependency Package Version Update
- build(deps-dev): bump types-pyyaml from 6.0.5 to 6.0.7 by @dependabot in #221
- build(deps-dev): bump pylint from 2.13.4 to 2.13.7 by @dependabot in #222
- build(deps-dev): bump mypy from 0.942 to 0.961 by @dependabot in #250
- build(deps-dev): bump types-pyyaml from 6.0.7 to 6.0.10 by @dependabot in #273
- build(deps): bump rich from 12.1.0 to 12.5.1 by @dependabot in #274
- build(deps): bump pyrogram from 1.4.12 to 2.0.33 by @dependabot in #276
- build(deps-dev): bump pylint from 2.13.7 to 2.14.5 by @dependabot in #275
Development Only Changes
- pre-commit is used for code linting and other code quality checks.
- black and isort are added to pre-commit
- separate workflows for code quality and unit-test
- bump up version of Github actions - checkout & setup-python
Full Changelog: v1.5.1...v2.0.0
v1.5.1, 2022-04-05
What's Changed
- build(deps): bump pyrogram from 1.4.8 to 1.4.12 by @dependabot in #205
- build(deps): bump rich from 11.2.0 to 12.1.0 by @dependabot in #206
- build(deps-dev): bump pylint from 2.12.2 to 2.13.4 by @dependabot in #207
- build(deps-dev): bump mypy from 0.931 to 0.942 by @dependabot in #201
- build(deps-dev): bump types-pyyaml from 6.0.4 to 6.0.5 by @dependabot in #198
Full Changelog: v1.5.0...v1.5.1
v1.5.0, 2022-03-02
What's Changed
- Download failed/skipped files added to
ids_to_retry
list by @Dineshkarthik in #183 - build(deps): bump pyrogram from 1.4.7 to 1.4.8
Full Changelog: v1.4.1...v1.5.0
v1.4.1, 2022-02-14
What's Changed
- Add rich text formatting for logs using rich library by @Dineshkarthik in #158
- Check for new releases of telegram-media-downloader and notify users when downloading media by @Dineshkarthik in #159
- build(deps): bump pyrogram from 1.4.6 to 1.4.7 by @dependabot in #155
- build(deps-dev): bump pytest from 7.0.0 to 7.0.1 by @dependabot in #156
Full Changelog: v1.4.0...v1.4.1
v1.4.0, 2022-02-11
What's Changed
- Enhancement - Support for Video-Note Download by @Dineshkarthik in #153
Full Changelog: v1.3.0...v1.4.0
v1.3.0, 2022-02-10
What's Changed
- The Telegram API schema has been updated to Layer 138 in #152
- build(deps-dev): bump pytest from 6.2.5 to 7.0.0 by @dependabot in #149
- build(deps-dev): bump types-pyyaml from 6.0.3 to 6.0.4 by @dependabot in #151
- build(deps): bump pyrogram from 1.3.2 to 1.4.6 by @dependabot in #152
- Update stale bot config by @Dineshkarthik in #138
Full Changelog: v1.2.1...v1.3.0
v1.2.1, 2022-01-10
What's Changed
- build(deps-dev): bump mypy from 0.930 to 0.931 by @dependabot in #133
- build(deps): bump pyrogram from 1.3.0 to 1.3.2 by @dependabot in #137
- build(deps-dev): bump types-pyyaml from 6.0.1 to 6.0.3 by @dependabot in #135
- build(deps): bump tgcrypto from 1.2.2 to 1.2.3 by @dependabot in #136
Full Changelog: v1.2.0...v1.2.1
v1.2.0, 2022-01-07
What's Changed
- Security Update: build(deps): bump pyrogram from 1.2.20 to 1.3.0 by @Dineshkarthik in #129
Full Changelog: v1.1.0...v1.2.0