diff --git a/CHANGELOGS/v16.md b/CHANGELOGS/v16.md index 0ccecc51..f263aa79 100644 --- a/CHANGELOGS/v16.md +++ b/CHANGELOGS/v16.md @@ -1,3 +1,44 @@ +# v16.3.0 + +* build: update lxml requirement from ~=5.1.0 to ~=5.3.0 +* build: update pillow requirement from ~=10.2.0 to ~=10.3.0 +* build: update aiohttp requirement from ~=3.9.3 to ~=3.10.5 +* build: update tqdm requirement from ~=4.66.2 to ~=4.66.5 +* build: remove requests requirement +* build: update yaml requirement from ~= 1.9.4 to ~= 1.11.1 + +* fix: rewrite dm_img_str and dm_cover_img_str by @Nickszy in 026a8c799338b33ad3f223fc2694f0ed2949e5b9 +* fix: 实例化 FavoriteList 对象后调用 get_content_video 时缺少 mode 参数导致的异常。 by @kawaiior in https://github.com/Nemo2011/bilibili-api/pull/731 +* fix: add order_avoided_params by @z0z0r4 in c7491deb49df95deac50ddfebfaf35f74094c6e4 +* fix: enable WBI sign for playurl by @mokurin000 in https://github.com/Nemo2011/bilibili-api/pull/754 +* fix: search* apis were forced to wbi sign by @mokurin000 in https://github.com/Nemo2011/bilibili-api/pull/753 +* fix: 获取专栏有部分专栏似乎无法正常解析图片 by @Nemo2011 in 6f8293ccf2032d89c31a10c6bbd8e84118009ff7 +* fix: VideoDownloadURLDataDetecter by @Nemo2011 +* fix: buvid3 activate by @Nemo2011 in 3bcc3f4280c8e3279d7235c6052b5d049bdcb836 +* fix: request of get_danmaku_xml now needs user-agent header by @NaitLee in https://github.com/Nemo2011/bilibili-api/pull/792 +* fix: 取消 buvid3 用户传入限制 by @Nemo2011 in a548b54ebbb7d7f1363c484c7e55edb991119f08 +* fix: bangumi & dynamic init by @Nemo2011 in 8f77f059a102e64cbcbf3482be3f5b4292aad281 +* fix: User.get_all_followings by @Nemo2011 in 0cf6f7fe699d4c09b642f3405c20d03db49ce609 +* fix: FavoriteList.get_content_video by @Nemo2011 in 31f5dcc +* fix: credential by @Nemo2011 in c1fbf4c +* fix: article / opus / note / manga by @Nemo2011 +* fix: video.get_danmakus by @Nemo2011 in ca727cd +* fix: using settings.timeout for httpx client by @zuoa in https://github.com/Nemo2011/bilibili-api/pull/808 +* fix: interactive_video 等功能 by @Nemo2011 +* **[BREAKING CHANGE]** fix: comment.get_comments_lazy by @Nemo2011 in 638406b +* fix: Picture.upload_file by @Nemo2011 in 42e0009 + +* feat: 支持在事件循环已经运行时同步执行异步代码 by @LondonClass in https://github.com/Nemo2011/bilibili-api/pull/743/files +* feat: allow to edit page_size of sub_comments by @mokurin000 in https://github.com/Nemo2011/bilibili-api/pull/775 + +* docs: update examples/comment.md by @kawaiior in 45ed6c2b3f47692994b826c379a2cfda3e712ff4 +* docs: 新增 docgen 自动生成 modules/ 下文档 + +* chore: update data by @Nemo2011 in 72793884a2a0b67cb453f7ef7ae6b198fd44c415 + +* debug: start/stop live with verify by @whille in https://github.com/Nemo2011/bilibili-api/pull/740 + + # v16.2.0 * build: upd pillow requirement from ~=10.0.1 to ~=10.1.0 diff --git a/bilibili_api/__init__.py b/bilibili_api/__init__.py index 48a74b4a..55bd17d4 100644 --- a/bilibili_api/__init__.py +++ b/bilibili_api/__init__.py @@ -88,7 +88,7 @@ watchroom ) -BILIBILI_API_VERSION = "16.2.0" +BILIBILI_API_VERSION = "16.3.0" # 如果系统为 Windows,则修改默认策略,以解决代理报错问题 if "windows" in platform.system().lower():