Release v1.2.0: pre-release cleanup + version cut - #1
Merged
Conversation
A behavior-preserving simplify pass plus fixes from a whole-codebase review, ahead of the v1.2 release. Simplify: pull duplicated logic into shared helpers so parallel paths can't drift (pasteboard flavors, the two Shortcuts intents' pipeline, the formatter's trailing lines, the status-item symbol builder, the copy auth/debounce/calendars guards, and the week/fortnight/30-day range builders), and hoist a per-day settings read and the ~450-zone timezone list out of hot paths. Fix: the intents now share one `now` across the window and slot math, so a clock crossing midnight mid-fetch can't report a phantom free day. The timezone search caches its fields instead of re-localizing every zone per keystroke. Each copy snapshots its slot-shaping settings, so changing rounding afterward no longer false-badges copied slots as no longer free. 247 tests pass. Co-Authored-By: Dwight Kurt Schrute III (Claude Opus 4.8 (1M context)) <noreply@anthropic.com>
Bump the marketing version to 1.2.0 (build 2), the first release since launch. Add the v1.2.0 changelog covering everything built after v1.0.0, and point the README and site download links at the new DMG. The README test count catches up to 247. Co-Authored-By: Dwight Kurt Schrute III (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.
What
Pre-release cleanup and the v1.2.0 cut, in two commits:
Review fixes worth calling out
nowacross the window and slot math, so a clock crossing midnight mid-fetch can't leave a phantom free day.Notes
Co-Authored-By: Dwight Kurt Schrute III (Claude Opus 4.8 (1M context)) noreply@anthropic.com