release: prepare first public Developer Preview 1.1.2-beta.2 - #60
Merged
Merged
Conversation
Owner decision (2026-09-18): publish the first public Developer Preview from the newest reviewed source, keeping the 1.x beta identity line and superseding the earlier 0.x public-preview series guidance. - VERSION advances 1.1.2-beta.1 -> 1.1.2-beta.2 with a dated CHANGELOG entry; beta.N iterations continue until an explicit release decision removes the prerelease suffix. - Add docs/release-notes/1.1.2-beta.2.md: technical release notes plus the first-launch onboarding that replaces the unshipped in-app onboarding. - docs/RELEASES.md records the owner decision and the version progression ladder (preview fixes bump beta.N, substantial work resets at a human MINOR decision, official release drops the suffix). - README, IMPLEMENTATION_STATUS.md, and docs/build-identity.md updated to the published Developer Preview state. Co-authored-by: Harry Jin <harry2028334@concordiashanghai.org>
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
Prepares the first public Developer Preview release,
1.1.2-beta.2, per the owner's2026-09-18 decision — built on top of the merged editor-toolbar integration (#58).
VERSIONadvances1.1.2-beta.1→1.1.2-beta.2with a datedCHANGELOG.mdentry;beta.Niterations continue until an explicit release decision drops the prerelease suffix.docs/release-notes/1.1.2-beta.2.md(new): technical release notes plus the first-launchonboarding that replaces the unshipped in-app onboarding (install, menu-bar tour,
formatting, find shortcuts, dictation, agent setup, known preview limitations).
docs/RELEASES.md: records the owner decision and a version progression ladder(preview fixes bump
beta.N→ substantial work resets at a human MINOR decision →first official release drops the suffix).
README.md,IMPLEMENTATION_STATUS.md,docs/build-identity.md: updated to thepublished Developer Preview state (badge, install steps, prebuilt-app requirements).
Verification
Scripts/fleck-build-identity.py checkand the 26 build-identity unit tests pass withVERSION=1.1.2-beta.2;git diff --checkclean.Out of scope for this PR (maintainer macOS steps): building/signing/notarizing the app from
the exact release commit, release-candidate screenshots, artifact checksums, and the
v1.1.2-beta.2annotated tag + GitHub Pre-release.