-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from Ljzd-PRO/devel
Bump to v0.11.1
- Loading branch information
Showing
6 changed files
with
131 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
## Changes | ||
|
||
### 💡 Feature | ||
[//]: # (### 💡 Feature) | ||
|
||
- The `search-creator` command will include search results with similar names. | ||
- For example, the search parameter `--name abc` might return author information such as: `abc, abcd, hi-abc` | ||
- Share an HTTPX client to reuse underlying TCP connections through an HTTP connection pool when calling APIs and downloading, | ||
**significantly improving query and download speeds as well as connection stability** | ||
### 🪲 Fix | ||
|
||
[//]: # (### 🪲 Fix) | ||
- Update the API for retrieving post information and fix the `get-post` and `download-post` commands (#198) (#180) | ||
|
||
- - - | ||
[//]: # (### 💡 新特性) | ||
|
||
### 💡 新特性 | ||
### 🪲 修复 | ||
|
||
- search-creator 搜索作者的命令将包含那些名字相近的搜索结果 | ||
- 如搜索参数 `--name abc` 可能得到如下作者信息:`abc, abcd, hi-abc` | ||
- 共享 HTTPX 客户端,调用 API 和下载时将通过 HTTP 连接池重用底层 TCP 连接,**显著提升查询、下载速度和连接稳定性** | ||
- 更新获取作品信息的 API,修复 `get-post` 和 `download-post` 命令 (#198) (#180) | ||
|
||
[//]: # (### 🪲 修复) | ||
|
||
**Full Changelog**: https://github.com/Ljzd-PRO/KToolBox/compare/v0.10.0...v0.11.0 | ||
**Full Changelog**: https://github.com/Ljzd-PRO/KToolBox/compare/v0.11.0...v0.11.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__title__ = "KToolBox" | ||
# noinspection SpellCheckingInspection | ||
__description__ = "A useful CLI tool for downloading posts in Kemono.party / .su" | ||
__version__ = "v0.11.0" | ||
__version__ = "v0.11.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.