File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- ## 1.60.0 (2025-03-21 )
1+ ## 1.60.1 (2025-03-22 )
22### 新增
33* 支持编辑框三击全选 (#77 )
44* 支持自定义下载文件名
2424* 修复部分情况下无法下载弹幕、字幕和封面文件的问题 (#89 )
2525* 修复下载选项窗口取消自动弹出无效的问题
2626* 修复 bili_ticket 不会自动刷新而导致接口返回请求频繁的问题
27+ * 修复分 P 视频下载后为同一个视频的问题 (#95 )
2728
2829### 贡献者
2930* 对输入控件添加三击全选支持 by @IvanHanloth in #80
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Bili23 Downloader 是一款跨平台的 B 站视频下载工具,支持 Windows
2525有关本程序的使用说明,请参考[ 项目文档] ( https://bili23.scott-sloan.cn/doc/waht-is-bili23-downloader.html ) 。
2626
2727## 更新日志
28- ### 1.60.0 (2025-03-21 )
28+ ### 1.60.1 (2025-03-22 )
2929#### 新增
3030* 支持编辑框三击全选
3131* 支持自定义下载文件名
@@ -51,6 +51,7 @@ Bili23 Downloader 是一款跨平台的 B 站视频下载工具,支持 Windows
5151* 修复部分情况下无法下载弹幕、字幕和封面文件的问题
5252* 修复下载选项窗口取消自动弹出无效的问题
5353* 修复 bili_ticket 不会自动刷新而导致接口返回请求频繁的问题
54+ * 修复分 P 视频下载后为同一个视频的问题 (#95 )
5455
5556## 免责声明
5657本项目仅供个人学习与研究用途,任何通过本项目下载的内容仅限于个人使用,用户自行承担使用本项目可能带来的所有风险。
Original file line number Diff line number Diff line change 1- date = "2025-03-21 15:38:43 "
2- commit = "87db03b632e2c12b00520e23a7fa710fa383689b "
1+ date = "2025-03-22 12:50:23 "
2+ commit = "80ec53d1ec5e1e973cc8cdc4ba62d704018919b3 "
33compile = False
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ class Sys:
1313 class APP :
1414 name : str = "Bili23 Downloader"
1515
16- version : str = "1.60.0 "
17- version_code : int = 1600
16+ version : str = "1.60.1 "
17+ version_code : int = 1610
1818
1919 # 断点续传文件最低支持版本号
2020 _task_file_min_version_code : int = 1600
You can’t perform that action at this time.
0 commit comments