We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20c83f commit 5ee4931Copy full SHA for 5ee4931
CHANGELOGS/v17.md
@@ -1,3 +1,13 @@
1
+# v17.1.3 2025/03/01
2
+
3
+- **[BREAKING CHANGE]: curl_cffi 不再默认模仿 `chrome131`,如需模仿浏览器需要手动设置(`request_settings.set("impersonate", "xxx")`**
4
+- fix: 代码弹幕 mode8 in DmMode
5
+- feat: Credential 支持 buvid4
6
+- fix: w_webid related in #892
7
+- feat: bili_simple_download
8
+- feat: recalculate_wbi, refresh_bili_ticket, refresh_buvid
9
+- fix: session.send_msg (originally posted in #828)
10
11
# v17.1.2 2025/02/19
12
13
- fix: pyinstaller hooks
bilibili_api/__init__.py
@@ -111,7 +111,7 @@
111
)
112
113
114
-BILIBILI_API_VERSION = "17.1.3.dev0"
+BILIBILI_API_VERSION = "17.1.3"
115
116
117
def __register_all_clients():
0 commit comments