Release v1.1.2 — smooth sparkline, in-header update button, forecast fix#4
Merged
Conversation
The weekly forecast linear-regressed across quota resets: the 14-day history is a sawtooth (remaining snaps back to ~1 each reset), so the blended slope flattened and the projected zero landed days out — then rendered as a bare weekday that read as the day already past. Trim to the live window, suppress zeros that fall after the window resets, and always spell the day out (today / tomorrow / weekday). Covered by both the self-test and XCTest. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Draw the spend sparkline as a Catmull-Rom -> cubic Bezier curve instead of a jagged polyline; the stroke and the area fill share one smooth path so their outlines match. When auto-check is on and Sparkle has a verified update in hand, show an accent Update pill in the panel header for one-click install without opening Settings. Header text is pinned to a single line so the added pill can't push the brand/status into wrapping. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
v1.1.2
Per-version notes live in
release-notes/v1.1.2.md; the GitHub Release body is overwritten from it after CI publishes the tag.🤖 Generated with Claude Code