Skip to content

Commit

Permalink
release: 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo2011 committed Jan 24, 2023
1 parent 5cf6075 commit a871220
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOGS/v14.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# **v14.2.0** 2022/01/24

- 新增 `Bangumi.get_episodes` 一键生成番剧所有剧集对应的 `Episode` 类。
- 新增 `search.search_cheese` 搜索课程函数。
- 新增游戏评论、分数 API。
- 新增用户的关注列表/拉黑列表详细信息相关 API
- `user.User.get_self_same_followings()`
- `user.get_self_special_followings()`
- `user.get_self_whisper_followings()`
- `user.get_self_friends()`
- `user.get_self_black_list()`
- 修复部分番剧下载 ass 弹幕后播放弹幕挤在了一起
- 修复 `search.search_by_type` 搜索视频的时长设置错误 (#150)
- 修复笔记类转为 json 之后类型标注应该是 `Note` 而不是 `Article`
- 重写 `parse_link` 函数。(采用 `yarl` 解析) (#151)(#152)(#153)
- 重构 `CheeseList.get_list` 函数并优化相关接口。

# **v14.1.0** 2023-01-20

- 新增 `album.py` 相簿模块。
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="bilibili-api-python",
version="14.1.1.dev",
version="14.2.0",
license="GPLv3+",
author="Nemo2011",
author_email="[email protected]",
Expand Down

0 comments on commit a871220

Please sign in to comment.