Conversation
The Unreleased heading closes as 1.42, and all eleven listings get their release notes. Four lines: the password prompt, PDF text that copies as words, pictures that show and fit, and long documents opening at the top. The screenshot upload fix is left out - nobody using the app would notice it. 1.41 gets the date and the compare link it went out without. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MctCiBgcqBqdqY5AXseRGf
andiwand
enabled auto-merge (squash)
August 21, 2026 09:52
andiwand
disabled auto-merge
August 21, 2026 09:52
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.
Closes the
Unreleasedheading as 1.42 and writes the "What's New" text for alleleven locales, so the release run has a section to build from and a full listing
to upload.
The copy
Written fresh from the cut section. Four lines:
The fifth changelog entry - screenshots going up once each - is a release-run
fix, and nobody using the app would notice it. It stays out of the store copy.
Two entries that landed in the same core update are folded into one line with the
table headers, since on the outside they are all the same thing: a page that now
looks right.
Two changelog entries were still uncommitted
The wide-picture line and the screenshot line were sitting unstaged on
main.They are in the cut section here, alongside the broken-image line that came in
with #181.
1.41
It went out on 18 August without its date or its compare link, and
[Unreleased]still pointed at
v1.40. Both fixed here.1.42's heading is left undated on purpose - the tag does not exist until the
release run makes it.
Checked
changelog_section.py --version 1.42returns the section, so the release runwill not refuse the version.
store_listing.py --version 1.42reports copy inall 11 locales. Every file is 4 bullets, well inside the store's limit.
No version number is edited anywhere:
MARKETING_VERSIONis0.0.0in theproject and the release run supplies it from the dispatch input.
Before dispatching
Read the eleven files - they go to the store as written, and ten of them are in
languages CI cannot check.
🤖 Generated with Claude Code