Skip to content

Commit 8bb75f6

Browse files
committed
feat: 17.1.2
1 parent 8797a00 commit 8bb75f6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOGS/v17.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v17.1.2 2025/02/19
2+
3+
- fix: pyinstaller hooks
4+
- fix: 移除 interactive_video 中对私有变量的使用
5+
- fix: user.User.get_dynamics_new 出现 wbi #890
6+
- feat: 新增 blackroom.get_jury_case_raw (`-> dict`), dynamic.get_dynamic_page_info (`-> dict`)
7+
- **[BREAKING CHANGE]** chore: 原 dynamic.get_dynamic_page_info (`-> List[Dynamic]`) 移至 dynamic.get_dynamic_page_list
8+
19
# v17.1.1 2025/02/11
210

311
- fix: app.get_loading_images_special

bilibili_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
)
106106

107107

108-
BILIBILI_API_VERSION = "17.1.1"
108+
BILIBILI_API_VERSION = "17.1.2"
109109

110110

111111
def __register_all_clients():

0 commit comments

Comments
 (0)