Release 1.4.0 - #59
Merged
Merged
Conversation
Promote the Unreleased entry to 1.4.0 and bump the three version markers (manifest.json, README.md, CLAUDE.md). No CSS or template change since #57; assets/main.css is unchanged and the drift gate confirms it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
next-devin
marked this pull request as ready for review
September 8, 2026 03:07
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The PR is a pure release promotion: Files Reviewed (4 files)
Reviewed by minimax-m3 · Input: 21.9K · Output: 1.3K · Cached: 91K |
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.
Promotes the Unreleased changelog entry to 1.4.0 - 2026-09-08 and bumps the three version markers (
manifest.json,README.md,CLAUDE.md). The only change in this release is #57: nine token-shaped settings under Theme Settings > Style (Layout:body_bg_color,border_color,radius_control,radius_card,section_padding,content_gap,container_max_width; Type Scale:heading_scale,body_size), bridged into:rootbylayouts/base.htmland consumed by the six homepage sections. Default options emit nothing, so an existing store renders identically after upgrading.No CSS, template, or script changed since #57 merged;
assets/main.cssis untouched and the drift gate confirms the committed artifact matches a fresh build.Gates, run locally on this branch with Tailwind v4.2.2:
make verify-theme— css-check + 67 tests, OKmake css-drift— candidate matches committed CSS (50298 bytes)python3 scripts/check-settings-parity.py— 128 data values match 150 schema settingspython3 scripts/check-templates.py— 62 template filesAfter merge: tag
v1.4.0on the squash commit and publish the GitHub release with the 1.4.0 changelog section as its notes, matching the 1.3.0 precedent. Live stores are not touched by this PR.🤖 Generated with Claude Code