Skip to content

Commit 5ee4931

Browse files
committed
feat: v17.1.3
1 parent e20c83f commit 5ee4931

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOGS/v17.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
# v17.1.2 2025/02/19
212

313
- fix: pyinstaller hooks

bilibili_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
)
112112

113113

114-
BILIBILI_API_VERSION = "17.1.3.dev0"
114+
BILIBILI_API_VERSION = "17.1.3"
115115

116116

117117
def __register_all_clients():

0 commit comments

Comments
 (0)