Skip to content

Releases: noctiro/stormin

0.0.7

24 May 10:15

Choose a tag to compare

  • 代理功能改进
    • 支持从云端获取代理
    • 代理配置中的写法支持了字符串和数组写法
      proxy = "example.txt"proxy = [ "https://a.com/a.txt", "example.txt" ]
    • 在使用代理前现在会自动筛选,延迟大于max_proxy_latency_ms的代理将会被过滤
  • 支持从云端获取Targets
  • Targets更好的权重分配计算
  • TUI的error message现在内容更加有用

Full Changelog: 0.0.6...0.0.7

0.0.6

22 May 17:34

Choose a tag to compare

  • Target优先级智能计算
  • 更好的任务分配系统
  • 性能优化

Full Changelog: 0.0.5...0.0.6

0.0.5

20 May 17:04

Choose a tag to compare

  • 支持多个生成线程
  • 支持更多类型的运行环境,比如安卓上的Termux
  • 调整了默认配置文件
    • 现在 线程数默认为 CPU 核数 * 16,而不是以往的 CPU 核数 * 4
    • 新增 生成线程线程数 配置,默认为 线程数/512
    • 调整动态速率的配置
    • 支持了一些额外的基本配置
  • 性能优化

Full Changelog: 0.0.4...0.0.5

0.0.4

11 May 17:21

Choose a tag to compare

  • TUI界面美化
  • 增加预生成线程,worker线程专注发起网络请求
  • 添加CLI模式
  • 支持自定义配置文件名
  • header支持了模板语法,且变量空间与同target的params共享
  • 新增 user-agent 内置模板函数
  • 性能优化

Full Changelog: 0.0.3...0.0.4

0.0.3

09 May 16:23

Choose a tag to compare

  • 新增内置随机函数: 中文姓名chinese_name 中国身份证chinese_id 中国银行卡chinese_bank_card 以及随机的ipv4ipv6

Full Changelog: 0.0.2...0.0.3

0.0.2

04 May 11:46

Choose a tag to compare

  • 模板支持定义变量 ${<函数名|变量名>[(:<定义名>)][:<参数1>[,<参数2>,…]]}

    详情请见 grammar.md

  • 模板新增函数 choose_randomcn_mobile
  • 性能优化

Full Changelog: 0.0.1-alpha...0.0.2

0.0.1-alpha

03 May 06:48

Choose a tag to compare

This is the first alpha release of the project.

Full Changelog: https://github.com/Noctiro/stormin/commits/0.0.1-alpha