[codex] Prepare Dimmerly 1.0.2 release#18
Merged
Conversation
Keep the slider panel on window-style MenuBarExtra while matching system menu glass more closely and restoring subtle overlay scrollbars.
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.
Summary
.glassProminentbutton style so older SDKs still compile while newer toolchains use the Tahoe style.macos-26GitHub Actions runner and updateBUILDING.mdto match.1.0.2release by updatingCHANGELOG.md,MARKETING_VERSION, andCURRENT_PROJECT_VERSION.Root Cause
The initial CI failure happened because the PR used
.glassProminent, which local Xcode 26 can compile but the previous CI baseline, Xcode 16.4, cannot resolve. The style is now wrapped in a compiler gate and runtime availability check.After moving CI to
macos-26, the test job exposed a separate brittle assertion: a detachedNSScrollViewcan havescrollerStylenormalized by AppKit after a run-loop pass. The direct scroll-style unit test still verifies.overlay; the configurator test now checks the persistent settings that prove the configurator found and styled the scroll view.Release Notes
This prepares Dimmerly
1.0.2with build number3. Perdocumentation/RELEASE.md, this PR does not create or push thev1.0.2release tag. After merge, run the manual Release workflow for the1.0.2release candidate and complete RC QA before tagging.Validation
Local:
actionlint .github/workflows/ci.ymljust format-checkjust lintjust testjust build-appstorejust build-releasefrom the release-prep pass1.0.2and build3.GitHub Actions:
28535425519passed onmacos-26:workflow-lint,format,lint,test, andbuild-appstore.