Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDing committed Apr 3, 2024
1 parent 2ba550f commit e531a47
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.7.0 - 2024-04-03

### Updated

- `MeDownloader` 剥离线程池,让上层函数来控制。
- 不在 `upload_file` 函数上进行重试,让上层函数来控制。
- `PcsFile.update_download_url` 将在下个版本删除。请该用 `AliPCSApi.update_download_url`
- `RangeRequestIO` 增加 `read_iter` 方法。
- 使用 `python-dateutil` 库来解析时间。

### Fixed

- 修复播放分享文件时的暂停问题。

## v0.6.3 - 2024-02-04

### Updated
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ An AliPCS API and An App

AliPCS-Py 是阿里云盘的非官方 api 和一个命令行运用程序。

变更日志在 [CHANGELOG.md](./CHANGELOG.md)

---

## 百度云盘 api 和 命令行客户端在 https://github.com/PeterDing/BaiduPCS-Py
Expand Down
2 changes: 1 addition & 1 deletion alipcs_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__all__ = ["AliPCS", "AliPCSApi"]

__version__ = "0.6.3"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "AliPCS-Py"
homepage = "https://github.com/PeterDing/AliPCS-Py"
version = "0.6.3"
version = "0.7.0"
description = "Ali Pcs Api and App"
authors = ["PeterDing <dfhayst@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit e531a47

Please sign in to comment.