diff --git a/CHANGELOGS/v17.md b/CHANGELOGS/v17.md index 9e073499..a5b7f44c 100644 --- a/CHANGELOGS/v17.md +++ b/CHANGELOGS/v17.md @@ -1,3 +1,16 @@ +# v17.1.1 2025/02/11 + +- fix: app.get_loading_images_special +- fix: audio_uploader.upload_cover +- fix: login_v2.LoginCheck 特殊情况 +- chore: update VideoAppealReasonType +- **[BREAKING CHANGE]** fix: ass.make_ass_file_danmakus_protobuf 移除 credential 参数 +- **[BREAKING CHANGE]** refactor: remove class EpisodeTryMP4DownloadURL, HTML5MP4DownloadURL, add class MP4StreamDownloadURL 与相关返回值变动 +- **[BREAKING CHANGE]** refactor: remove video.VideoDownloadURLDataDetecter.check_flv_stream, video.VideoDownloadURLDataDetecter.check_html5_mp4_stream, video.VideoDownloadURLDataDetecter.check_episode_try_mp4_stream, add check_flv_mp4_stream +- feat: user.User.get_opus +- feat: parse_link 支持 opus +- feat: 支持配置第三方请求库使用 HTTP2,支持设置 curl_cffi 伪装的目标浏览器。设置方法见相关文档。 + # v17.1.0 2025/02/02 - chore(deps): 移除 `curl_cffi`,安装模块时需要**自行**对第三方请求库进行安装。 diff --git a/bilibili_api/__init__.py b/bilibili_api/__init__.py index 2c65e43e..f9d26761 100644 --- a/bilibili_api/__init__.py +++ b/bilibili_api/__init__.py @@ -105,7 +105,7 @@ ) -BILIBILI_API_VERSION = "17.1.1.dev" +BILIBILI_API_VERSION = "17.1.1" def __register_all_clients():