Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
btjawa committed Jan 14, 2024
1 parent 6e5773a commit 5097659
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions UPDATE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Updater Log

## v1.0.3

包含逻辑/BUG更新,以及新功能
- 功能: 下载相关
- aria2c RPC, 支持多线程下载/断点续传
- 支持互动视频: 回溯 + 控制剧情走向 + 下载每一个剧情对应的资源
- 弹幕历史 + 实时弹幕 + 视频AI总结
- 自动选择下载线路
- 修复: 下载相关
- 修正Dolby/Hi-Res下载链接获取方式
- 优化多次下载同一视频的体验
- 杂项更新: 功能 & 修复
- 修复登录时在密码栏按下Enter会导致崩溃的问题
- 大幅减小应用体积 (本体 42M ~ 23M)
- 临时文件夹默认改为 %TEMP%
- 重构繁琐代码

## v1.0.2

包含逻辑/BUG更新,以及新功能
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bilitools",
"version": "1.0.2",
"version": "1.0.3",
"description": "bilibili工具箱,视频/番剧+伴音/音乐下载,三种登录方式,仅用作学习用途。",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bilitools"
version = "1.0.2"
version = "1.0.3"
description = "BiliTools"
authors = ["btjawa"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "BiliTools",
"version": "1.0.2"
"version": "1.0.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 5097659

Please sign in to comment.