release: v1.2.0 What's New notes - #103
Merged
Merged
Conversation
Replace the v1.1.1 body in all three release jobs (Windows/macOS/Linux) with the 1.2.0 changes: Auto White Balance, Linux builds, the dust-removal overhaul (cropped-frame editing, hi-res auto-detection, cleaner/editable heals), and the reference-frame export replay fix. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015CWWLim8DnE9WqbqqmHV26
toonoumi
added a commit
that referenced
this pull request
Jul 10, 2026
… bodies v1.2.0 and v1.2.1 both published with the previous release's "What's New" because the body was a static string duplicated across the three release jobs and nobody updated it before tagging. Restructure so that cannot recur: - RELEASE_NOTES.md (repo root) is now the single release body, consumed by all three jobs via body_path — no more triple copies to keep in sync. - New check-notes job: on tag pushes it fails, in seconds and before any build starts, unless RELEASE_NOTES.md mentions "FreeCCR <version>" for the tagged version. Non-tag runs (workflow_dispatch) pass through. - CLAUDE.md documents the new location and the tag-time contract. Supersedes #103 (which refreshed the three inline copies in place). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015CWWLim8DnE9WqbqqmHV26
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
v1.2.0 was tagged before the release notes were refreshed, so the workflow's static body still described v1.1.1. This replaces the "## What's New" section in all three release jobs (Windows / macOS / Linux — kept in sync) with the 1.2.0 changes:
Install sections are unchanged.
The already-published v1.2.0 release body will be updated in place with the same text once the build workflow finishes (this file only feeds future runs).
🤖 Generated with Claude Code
https://claude.ai/code/session_015CWWLim8DnE9WqbqqmHV26