From 168380aa059560691ca32afa2c2efaac862e323b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=85=B1=E5=A4=A9=E5=B0=8F=E7=A6=BD=E5=85=BD?= Date: Tue, 2 Apr 2024 01:27:51 +0800 Subject: [PATCH] v7.4.13+190 --- changelog/v7.4.13+190.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 changelog/v7.4.13+190.md diff --git a/changelog/v7.4.13+190.md b/changelog/v7.4.13+190.md new file mode 100644 index 00000000..62a8917c --- /dev/null +++ b/changelog/v7.4.13+190.md @@ -0,0 +1,9 @@ +- 支持自定义归档下载线程数 +- 修复归档多线程下载时部分情况下文件操作失败的bug +- 修复归档多线程下载时部分情况下无法删除本地已下载文件的bug + +------------------------------------------------------------------------------------------ + +- Support customize archive download thread count +- Fix the bug that file operation fails in some cases when downloading archive +- Fix the bug that file deletion fails in some cases when downloading archive \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7337f3c5..1f2c062d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: jhentai description: A flutter app for E-Hentai/EXHentai publish_to: 'none' -version: 7.4.13+189 +version: 7.4.13+190 environment: sdk: '>=3.0.0 <4.0.0'