Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

1.0.6

Compare
Choose a tag to compare
@fabianonline fabianonline released this 15 Feb 07:51
· 167 commits to master since this release

Mostly bugfixes, but this version also increases the number of downloaded messages per batch from 100 to 200, effectively doubling the download speed for messages.

Other things changed / fixed:

  • Added a Dockerfile. You can now get this tool via docker pull fabianonline/telegram_backup, if you're using docker. Thanks to @luckydonald for the idea and the code.
  • Fixed a NullPointerException that could happing during media download.
  • Updated the used version of jdbc-sqlite. Hopefully it now also runs on Raspberrys.
  • More debugging info in case a TimeoutException happens during media download.