8000 Releases · zeromake/aria2-zero · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: zeromake/aria2-zero

v2025.04.06-release.1

06 Apr 06:35
Compare
Choose a tag to compare

linux-arm64-v8a 改为全静态编译(静态链接 glibc 和 stdc++)

v2025.03.02-release.1

02 Mar 10:30
Compare
Choose a tag to compare

What's Changed

  • 添加 linux-arm64-v8a 包支持

Full Changelog: v2025.02.05-release.1...v2025.03.02-release.1

v2025.02.05-release.1

05 Feb 02:01
Compare
Choose a tag to compare

What's Changed

  • 修复 ensureLimit 未通过测试用例
  • 支持 Content-Disposition 最后为 ; 情况

Full Changelog: v2025.01.24-release.1...v2025.02.05-release.1

v2025.01.24-release.1

24 Jan 13:49
323d207
Compare
Choose a tag to compare

What's Changed

  • fix: 多线程访问 RequestGroupMan 导致的数据异常(建议更新) by @zeromake in #12

Full Changelog: v2025.01.20-release.1...v2025.01.24-release.1

v2025.01.20-release.1

20 Jan 02:30
Compare
Choose a tag to compare

What's Changed

  • feat: 支持 windows 与 osx 下的 tls1.3 版本 by @zeromake in #9
  • feat: 使用 openssl 来做多平台下支持 tls1.3 by @zeromake in #10
  • feat: 添加执行时间日志为 warn 级别
  • fix: windows 的 tls1.3 有 bug,重置 tls 握手有问题暂时关闭

Full Changelog: v2025.01.07-release.1...v2025.01.20-release.1

v2025.01.07-release.1

07 Jan 15:39
Compare
Choose a tag to compare

What's Changed

  • feat: 使用 boost.intl 做跨平台 libintl 替换 by @zeromake in #8

Full Changelog: v2024.12.29-release.1...v2025.01.07-release.1

v2024.12.29-release.1

29 Dec 11:07
c4e1bbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.12.28-release.1...v2024.12.29-release.1

v2024.12.28-release.1

28 Dec 15:22
7406c88
Compare
Choose a tag to compare

What's Changed

  • feat: 支持简单的后缀名分类子目录支持 by @zeromake in #6

Full Changelog: v1.37.0...v2024.12.28-release.1

v1.37.0

22 Dec 09:44
Compare
Choose a tag to compare
v1.37.0 Pre-release
Pre-release

feature

  • 改为使用 xmake 编译,支持在 msvc 下编译,迁移所有测试
  • 支持 windows 的超长路径
  • 对 http 的 header 做了排序规则
  • bt 下载跳过 _____padding_file_ 的文件
  • 给所有 Command 增加 std::string classname() 方法可以获取到到底执行的是哪个命令
  • 对于超过 50ms 的命令执行会有日志打印哪个命令超过了

bugfix

  • 支持 Metalink v3 的 https://www.metalinker.org/ 命名空间
  • bt 下载跳过 _____padding_file_ 的文件
  • 下载文件列表支持 utf8 bom
  • AutoSaveCommand, FileAllocationCommand 命令有时执行速度太慢会导致 rpc 无法访问,把执行逻辑切到线程池里
0