Skip to content

Commit f8b0bf5

Browse files
rootclaude
andcommitted
chore(release): v0.2.10 — svg v1, screencast damage fix, zero-blitz screenshot, AginxOS CI asset
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dff71e2 commit f8b0bf5

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aginxbrowser"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
edition = "2021"
55
authors = ["OpenCarrier Team"]
66
description = "Pure server-side browser engine with built-in V8. HTTP API for scraping, search, and interactive browsing. No Chromium required."

docs/requirements-aginxos.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,18 @@ screenshot = [ ..., "fontique/fontconfig-dlopen" ] # feature 数组加一行
7878
注意:仅设 env `RUST_FONTCONFIG_DLOPEN=1` **不够**——fontique 用自己的
7979
`fontconfig-dlopen` feature gate `ffi_dispatch!` 路径。dlopen 后运行时无
8080
libfontconfig 也能跑(bundled CJK 字体兜底),已在设备上验证。
81+
82+
---
83+
84+
## 更新 2026-09-07 — 截图构建零 blitz(回应"构建日志提到 blitz")
85+
86+
**根因**:AginxOS 构建拉 main rev + `--features screenshot`,与 0.2.x 版本号无关。
87+
当时 `screenshot` feature 仍内含 blitz 参照管线(blitz 四件套 + Stylo 族),
88+
故构建日志出现 blitz。diting 本就是默认渲染路径,属 feature 拆分欠账非引擎行为。
89+
90+
**已修**(main `962abd3`):`screenshot` = 纯 diting 栈,`cargo tree` 全图零
91+
blitz;参照管线独立 opt-in `blitz-reference`(设备构建永不开)。设备构建少背
92+
54 个包(blitz 四件套 + stylo 九件 + usvg/svg 工具链),依赖计数 416 → 362。
93+
构建命令不变。fontique/fontconfig-dlopen patch 仍需(fontique 是 diting 运行时
94+
依赖)。二进制体积降幅未测,AginxOS 下次出包记录 strip 后对比。交接细节见
95+
`~/Documents/aginx/aginxbrowser-zero-blitz-build.md`

0 commit comments

Comments
 (0)