Skip to content

Releases: Dineshkarthik/telegram_media_downloader

v2.0.2, 2022-07-26

26 Jul 16:32
v2.0.2
b0501a1
Compare
Choose a tag to compare

What's Changed

Bug Fix

Development only changes

Full Changelog: v2.0.1...v2.0.2

v2.0.1, 2022-07-20

20 Jul 14:30
v2.0.1
f2ffe14
Compare
Choose a tag to compare

What's Changed

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

19 Jul 12:07
v2.0.0
07cd9ae
Compare
Choose a tag to compare

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

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

05 Apr 10:46
v1.5.1
076e25b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0, 2022-03-02

02 Mar 17:01
v1.5.0
c4b8570
Compare
Choose a tag to compare

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

14 Feb 13:49
v1.4.1
b2688c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0, 2022-02-11

11 Feb 12:21
v1.4.0
0e468f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0, 2022-02-10

10 Feb 15:58
v1.3.0
0226c19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1, 2022-01-10

10 Jan 14:23
v1.2.1
50b825c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0, 2022-01-07

07 Jan 17:11
7260138
Compare
Choose a tag to compare

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