Skip to content

Releases: deadblue/py115

v0.1.1

04 Dec 15:13
83cf61a
Compare
Choose a tag to compare

Changes:

  • Use httpx as underlying HTTP client instead of requests.
  • Expose lowlevel APIs.
  • BREAKING: Refactor public APIs and types.

🎂 HAPPY 1ST BIRTHDAY TO MY DAUGHTER! 🎂

Bump version to 0.0.4.

18 Jan 05:25
d7e9c47
Compare
Choose a tag to compare

Changes:

  1. Refactor QRcode login API.
  2. StorageService.request_play calls different HTTP API for Web and PC.
  3. Add API StorageService.batch_rename.
  4. Accept dict or class as credential in Cloud.__init__ and Cloud.import_credential.
  5. Add timeout for all HTTP API requests, automatically retry when calling HTTP API timeout.

Bug Fixes:

  1. Fix type error in StorageService.make_dir by @0xfeedface1993 .

Bump version 0.0.3.

18 Jul 13:25
ecdcb93
Compare
Choose a tag to compare

Changes:

  • Do not use StrEnum which is not supported on Python 3.9.
  • Rename LoginPlatform to AppType.
  • Fix docs building failed issue.

Bump version 0.0.2.

09 Jul 10:33
66ba811
Compare
Choose a tag to compare

Bug Fixes:

  • Fix int.to_bytes error under python 3.11.

Changes:

  • Add QRcode login API.
  • Add request play API.

First release.

25 May 13:01
3e4e5ab
Compare
Choose a tag to compare

Implement basic features, include:

  • Common file operations.
  • Download/Upload file.
  • Offline task management.

实现了基本的功能,包括:

  • 常规文件操作
  • 上传/下载文件
  • 离线任务管理