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