Releases: deadblue/py115
Releases · deadblue/py115
v0.1.1
Bump version to 0.0.4.
Changes:
- Refactor QRcode login API.
StorageService.request_play
calls different HTTP API for Web and PC.- Add API
StorageService.batch_rename
. - Accept dict or class as credential in
Cloud.__init__
andCloud.import_credential
. - Add timeout for all HTTP API requests, automatically retry when calling HTTP API timeout.
Bug Fixes:
- Fix type error in
StorageService.make_dir
by @0xfeedface1993 .
Bump version 0.0.3.
Changes:
- Do not use StrEnum which is not supported on Python 3.9.
- Rename
LoginPlatform
toAppType
. - Fix docs building failed issue.
Bump version 0.0.2.
Bug Fixes:
- Fix int.to_bytes error under python 3.11.
Changes:
- Add QRcode login API.
- Add request play API.
First release.
Implement basic features, include:
- Common file operations.
- Download/Upload file.
- Offline task management.
实现了基本的功能,包括:
- 常规文件操作
- 上传/下载文件
- 离线任务管理