Skip to content

Releases: hlf20010508/telegram-onedrive

3.10.3

29 Dec 11:58
Compare
Choose a tag to compare

Improvements

  • Fix endless loop caused by invalid characters in file name.
  • Fix /drive command format error response missing.

3.10.2

29 Dec 03:34
Compare
Choose a tag to compare

Improvement

  • Fix error when using link for restricted content.
  • Use id.ext to name uploaded file if the file doesn't have name.

3.10.1

28 Dec 14:37
Compare
Choose a tag to compare

Adjustment

  • Use file's real name.

Improvement

  • Fix ad-hoc dependencies error.

3.10.0

27 Dec 13:16
Compare
Choose a tag to compare

New Feature

  • Support multiple OneDrive accounts using command /drive.
  • Support OneDrive directory changing using command /dir.

Adjustments

  • Delete self-signed ssl files under server/ssl, use self-signed ssl provided by flask instead.
  • Move /logout to /drive logout, support account index specified.
  • Move /clearLogs to /logs clear.

3.9.1

20 Dec 01:20
Compare
Choose a tag to compare

New Feature

  • Support multiple users specified.

3.9.0

19 Dec 09:14
Compare
Choose a tag to compare

Adjustment

  • Use constant 8080 as server port.

New Feature

  • Support two-step verification.

Improvements

  • Use relative path in front end.
  • Improve instructions in README.md and comments in docker-compose.yml.

3.8.0

18 Dec 13:45
Compare
Choose a tag to compare

New Feature

  • Support reverse proxy.

3.7.2

17 Dec 14:56
Compare
Choose a tag to compare

Improvements

  • Won't raise exception if the upload from url progress status is waiting.
  • Reply upload from url progress response content when failed.
  • Reply OneDrive authorization response content when failed.
  • Update /help content.

3.7.1

25 Nov 09:08
Compare
Choose a tag to compare

Improvements

  • Fix auth server not ready when relogin to OneDrive. Bot will wait until auth server is ready.
  • Handle Content-Length missing in response headers. When no Content-Length found in headers, progess won't display total file size. If not supported by OneDrive, this url can't be uploaded by local uploader.

3.7

22 Nov 06:42
Compare
Choose a tag to compare
3.7

New Features

  • Support OneDrive business accounts.
  • Support OneDrive logout, use command /logout.

Improvements

  • Improve logic of modules.utils.get_filename.
  • Simplify conditional statements in modules.handlers.transfer.
  • Simplify exception handling statements in modules.handlers.url.
  • Add headers including User-Agent and Referer for requests.get in modules.utils.get_filename to avoid receiving 404 from some website.
  • Support Telegram login retry.
  • Add response to OneDrive authorization failure.

Adjustment

  • Set sleep time from 0.1s to 5s in modules.onedrive.