docs(changelog): add 1.14.2 entry (no update prompts on Store installs)#128
Merged
Conversation
Adds the v1.14.2 release entry at the top of the changelog and moves the "Latest" badge from v1.14.1 to it. The v1.14.1 entry is otherwise untouched. Editorial step required by the release workflow: the "Bump version everywhere" step is anchored to the changelog footer link only, so new release headings are added by hand in the same PR that ships the work. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying pdfapps with
|
| Latest commit: |
5d4ed9b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://815fc5b8.pdfapps.pages.dev |
| Branch Preview URL: | https://docs-changelog-1-14-2.pdfapps.pages.dev |
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
Adds the v1.14.2 entry to
docs/changelog.htmland moves theLatestbadge from v1.14.1 to it. This is the editorial half of the 1.14.2 release: the feature work (skip update checks on Microsoft Store installs) already landed onmainvia #127.Entry content (user-facing, no internals):
Why a manual step
release.yml's "Bump version everywhere" step is deliberately anchored to the changelog footer link (<a href="/changelog">v…</a>, accepting both/changelogandchangelog.html) so it can never clobber historical<span class="version-tag">headings again. New release headings and theLatestbadge are therefore added by hand in the release PR.Validation
Latestbadge, on v1.14.2.main; the only delta is the removed badge line.v1.14.2, v1.14.1, v1.14.0, v1.13.17, …(21 total).docs/changelog.html):version-tagheadings identical before/after; the only changelog line touched is the footer linkL413: v1.14.1 → v1.14.2.index.html(softwareVersion + eyebrow + footer),download.html(eyebrow + footer),features.html/privacy.html/docs.html(footer).required=Truetargets matched — nomissing_required, nostale_required, so the release job would not fail.441 passed, 2 skipped.release.yml: parses as valid YAML.🤖 Generated with Claude Code