Start the 1.2.0.0 changelog, and record Spanish and Hebrew where they shipped - #70
Merged
Merged
Conversation
… shipped Two separate things, both about the record rather than the code. 1.2.0.0 gets its notes started: the native menu bar and image list, and WinGet packaging, which are everything on master since the last release. The date is left as unreleased and the fourth digit as a placeholder, since both settle when the release commit is known. And the Spanish and Hebrew interfaces are recorded under 1.1.0.22, where they belong. The work merged nearly six hours before that tag was cut, so it went out in that release and had simply been left out of the notes. Filing it under 1.2.0.0 instead would have told anyone reading that a feature they have had since August was new. Claude-Session: https://claude.ai/code/session_01TJ8i7jHmkUjVCjVccLp6Hf
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.
Two separate things, both about the record rather than the code.
1.2.0.0 notes started
changelogs/1.2.0.0.mdand a## [1.2.0.0] — unreleasedsection inCHANGELOG.md, covering everything on master since the last release: the native menu bar and image list (#68), and WinGet packaging.The date is left as
unreleasedand the fourth digit as a placeholder, since both settle once the release commit is known —v1.2.0sits on0df57af, so GitVersion counts from there.Spanish and Hebrew, filed under 1.1.0.22
They shipped in that release. #66 merged at
2026-08-21T13:59:52Z; thev1.1.0.22tag was cut at19:54the same day, andgit merge-base --is-ancestorconfirms the merge commit is an ancestor of the tag.So this is filling a gap in existing notes, not rewriting them. Filing it under 1.2.0.0 instead would have announced a feature users have had since August as new.
Note on the diff
CHANGELOG.mdshows 11 added lines rather than a whole-file change. It had drifted to LF in the working tree while the index holds CRLF, and this repository has no.gitattributesto normalize it — so it was written back as CRLF to keep the diff to real content.https://claude.ai/code/session_01TJ8i7jHmkUjVCjVccLp6Hf