release: v0.5.2 - #62
Merged
Merged
Conversation
A readability release. No behaviour changes and nothing in the emitted telemetry moves; worth upgrading only if you look at the web UI. More than half the interface rendered below 12px, the most common size on screen was 10.5px, and the smallest thing was an 8.5px rule id in the signal-path diagram. Contrast had been audited and held; size never had been. The type scale added here separates prose, which is read and needs size, from monospace and tabular data, which is scanned and benefits from density. Six named rungs replace eleven hardcoded sizes spread across 84 call sites. Also fixes the screenshot script, which had been silently broken since the run button was renamed to name its destination. 952 py + 137 fe. black, ruff, mypy, tsc clean.
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.
Version bump and changelog for v0.5.2.
A readability release. No behaviour changes, no new techniques, nothing in the emitted telemetry moves.
More than half the web UI rendered below 12px and the most common size on screen was 10.5px. The type scale separates prose (read, needs size) from monospace data (scanned, benefits from density). Six named rungs replace eleven hardcoded sizes across 84 call sites.
Known limitations from v0.5.1 all still stand, including F-08 and F-14.
952 py + 137 fe green.