Skip to content

Releases: hlf20010508/telegram-onedrive

3.11.2

25 Jul 06:34
Compare
Choose a tag to compare
  • Fix FLOOD_PREMIUM_WAIT.

3.11.1

08 Jul 05:18
Compare
Choose a tag to compare
  • Fix http protocol wrong when using reverse proxy.

3.11.0

24 Jun 11:07
Compare
Choose a tag to compare
  • Deprecate OneDrive remote download.
  • Support .t2o file.
  • /logs will send whole log.txt file.
  • Remove command /logs $range.
  • Add retry delay for OneDrive multipart upload.
  • Set progress callback interval to 5 seconds.

3.10.4

06 Mar 12:41
Compare
Choose a tag to compare
  • Fix split error when tg_user_name is not given.

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.