We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8797a00 commit 8bb75f6Copy full SHA for 8bb75f6
CHANGELOGS/v17.md
@@ -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
9
# v17.1.1 2025/02/11
10
11
- fix: app.get_loading_images_special
bilibili_api/__init__.py
@@ -105,7 +105,7 @@
105
)
106
107
108
-BILIBILI_API_VERSION = "17.1.1"
+BILIBILI_API_VERSION = "17.1.2"
109
110
111
def __register_all_clients():
0 commit comments