Skip to content

docs(changelog): add 1.14.2 entry (no update prompts on Store installs)#128

Merged
nelsonduarte merged 1 commit into
mainfrom
docs/changelog-1.14.2
Jul 18, 2026
Merged

docs(changelog): add 1.14.2 entry (no update prompts on Store installs)#128
nelsonduarte merged 1 commit into
mainfrom
docs/changelog-1.14.2

Conversation

@nelsonduarte

Copy link
Copy Markdown
Owner

What

Adds the v1.14.2 entry to docs/changelog.html and moves the Latest badge 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 on main via #127.

Entry content (user-facing, no internals):

No update prompts on Microsoft Store installs — July 18, 2026

  • The Store keeps you up to date: if you installed PDFApps from the Microsoft Store, the app no longer shows in-app update notifications. Windows already updates Store apps automatically, so the extra prompt was redundant — and could occasionally suggest an update when no newer version existed.
  • Unchanged elsewhere: installer and portable downloads from pdf-apps.com still check for updates and notify you as usual.

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 /changelog and changelog.html) so it can never clobber historical <span class="version-tag"> headings again. New release headings and the Latest badge are therefore added by hand in the release PR.

Validation

  • HTML well-formed: full tag balance/nesting check over the file — clean.
  • Exactly one Latest badge, on v1.14.2.
  • v1.14.1 entry intact: diffed byte-for-byte against main; the only delta is the removed badge line.
  • Ordering: version tags now read v1.14.2, v1.14.1, v1.14.0, v1.13.17, … (21 total).
  • Bump dry-run 1.14.1 → 1.14.2 replicating the workflow logic on copies (real files untouched — working tree shows only docs/changelog.html):
    • (a) all 21 historical version-tag headings identical before/after; the only changelog line touched is the footer link L413: v1.14.1 → v1.14.2.
    • (b) marketing eyebrows/footers bump correctly — index.html (softwareVersion + eyebrow + footer), download.html (eyebrow + footer), features.html / privacy.html / docs.html (footer).
    • (c) all 18 required=True targets matched — no missing_required, no stale_required, so the release job would not fail.
  • Tests: 441 passed, 2 skipped.
  • release.yml: parses as valid YAML.

🤖 Generated with Claude Code

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>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying pdfapps with  Cloudflare Pages  Cloudflare Pages

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

View logs

@nelsonduarte
nelsonduarte merged commit 06dd9c4 into main Jul 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant