chore: bump version to 0.4.2#54
Merged
Merged
Conversation
Patch release for the Linux headless screenshot glyph-clipping fix (#53): ASCII letters were rendered at half height because the baseline offset divided by units_per_em instead of height_unscaled. Also resyncs Cargo.lock (was stale at 0.3.0). Co-Authored-By: Claude <noreply@anthropic.com>
🔒 门禁检查结果
Rust 测试覆盖率
前端测试覆盖率
✅ 所有检查通过,可以合入
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Need a version bump to release the Linux headless glyph-clipping fix (#53). Current version
0.4.1is the latest published release.Solution
Patch bump
0.4.1 → 0.4.2(bugfix-only since v0.4.1):Cargo.toml(workspace version) →0.4.2electron-app/package.json→0.4.2release.shVERSION→0.4.2Cargo.lockresynced (it was stale at0.3.0)Contents of v0.4.2 vs v0.4.1:
fix(capture): correct headless glyph baseline offset — Linux screenshots no longer clip ASCII letters to their top half.Release trigger plan (after this merges)
Per the established pattern (tag on the bump commit + publish GitHub Release), once this lands on
mainI will:v0.4.2on the merged bump commit, push the tag.v0.4.2→ triggersrelease.ymlviarelease: published, which runs the full pipeline: macOS build (cli-box / cli-box-daemon / CLI Box.app / dmg / skill tarball) + Linux headless build + npm publish (cli-box-darwin-arm64,cli-box-linux-x64,cli-box-skill, …).Test Plan
cargo check -p cli-box-core -p cli-box-cli -p cli-box-daemonrebuilds cleanly at 0.4.2Cargo.lockresynced (cli-box-cli/core/daemon = 0.4.2)v0.4.2GitHub Release published → release.yml + npm publish succeed🤖 Generated with Claude Code