Skip to content

Releases: noisystreet/worbrow

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 02:05

What's Changed

  • ci: 拆分 GitHub Release 到独立 workflow by @noisystreet in #23
  • chore: 界面国际化(L1 门面 / L3 文案 / L2 文档) by @noisystreet in #24
  • chore: enforce English commit messages (convention + pre-commit hook) by @noisystreet in #25
  • feat: fetch enhancement (http_status + wait_selector) by @noisystreet in #26
  • ci: real-browser smoke job (firefox + chrome) by @noisystreet in #27
  • feat: multi-platform release artifacts (linux/macos/windows + checksums) by @noisystreet in #28
  • chore: release 0.2.1 by @noisystreet in #29
  • fix: release workflow drops non-windows artifacts by @noisystreet in #30

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 00:28

What's Changed

  • feat: 结果契约增强与质量门禁(复杂度 ≤10) by @noisystreet in #14
  • fix: 移除 tracing-log 桥接(LogTracer 二次 init 冲突) by @noisystreet in #15
  • feat: 搜索参数补全 + 结果质量信号规划 by @noisystreet in #16
  • feat: P1 完整落地(会话池化 + 网络重试与缓存 + MCP 体验完善) by @noisystreet in #17
  • feat: 搜索结果质量信号与降级链增强(result_kind + P2 质量扩展) by @noisystreet in #18
  • fix: 修复浏览器进程泄漏(spawn 取消丢 child + 会话池 reaper 自持强引用) by @noisystreet in #19
  • feat: 正文抓取与结构化提取(fetch_page / worbrow fetch) by @noisystreet in #20
  • chore: 移除 tokio 未用的 fs feature by @noisystreet in #21
  • chore: 发布 0.2.0(fetch 闭环 + P1 质量/会话池系列) by @noisystreet in #22

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 05:22

What's Changed

  • docs: README 增加 crates.io 与 Rust 版本徽章 by @noisystreet in #9
  • feat: 搜索参数增强(lang/region/pages 翻页聚合) by @noisystreet in #10
  • feat: agent 契约增强与引擎降级链 by @noisystreet in #11
  • fix: 超时/取消/Drop 统一回收浏览器子进程 by @noisystreet in #12
  • chore: 发布 v0.1.1(版本号与 CHANGELOG 切版) by @noisystreet in #13

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 04:20

What's Changed

  • chore: base64 统一 0.22 与 README 徽章 by @noisystreet in #1
  • feat: Chrome/Edge(CDP)后端 V1 by @noisystreet in #2
  • refactor: app 层 run_sync 与结构化 DoctorReport(CLI 薄封装) by @noisystreet in #3
  • refactor: 默认值单源化与 Config builder(CLI 薄封装收尾) by @noisystreet in #4
  • refactor: 库公开面收敛为类型级顶层 API(ADR-006) by @noisystreet in #5
  • refactor: 移除 run_sync,同步入口统一为顶层 search by @noisystreet in #6
  • refactor: 库 API 体验完善(Config 字段私有化与顶层契约包/trait re-export) by @noisystreet in #7
  • chore: 发布 v0.1.0 准备(CHANGELOG 切版与维护者元数据) by @noisystreet in #8

New Contributors

Full Changelog: https://github.com/noisystreet/worbrow/commits/v0.1.0