Skip to content

Commit 94baf1d

Browse files
committed
docs: add support for Python 3.12 and 3.13 in CHANGELOG
1 parent 0a8b5a9 commit 94baf1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### 💡 Feature
66

7+
- Add support for **Python 3.12, 3.13**
78
- Add support for setting **session key** (can be found in cookies after a successful login) for download - (#247)
89
- This configuration is **optional**. If you frequently encounter **403** errors during downloads, you can try setting this option
910
- Run `ktoolbox config-editor` to edit the configuration (`API -> session_key`)
@@ -23,6 +24,7 @@
2324
2425
### 💡 新特性
2526
27+
- 增加对 **Python 3.12, 3.13** 的支持
2628
- 增加支持设置下载所用的 **session key** (登录成功后可在 Cookies 中查看) - (#247)
2729
- 这项配置是**可选的**,当下载频繁出现 **403** 错误时可尝试设置该配置
2830
- 执行 `ktoolbox config-editor` 来编辑这项配置 (`API -> session_key`)
@@ -31,6 +33,7 @@
3133
KTOOLBOX_API__SESSION_KEY="xxxxxxx"
3234
```
3335
- 📖更多信息:[Configuration-Reference-APIConfiguration](https://ktoolbox.readthedocs.io/latest/configuration/reference/#ktoolbox.configuration.APIConfiguration)
36+
3437
### 🪲 修复
3538
3639
- 修复下载时**频繁出现 403 错误**的问题(通过尝试其他下载服务器解决) - (#247)

0 commit comments

Comments
 (0)