Skip to content

Simplify v1.2.0 release notes and downloads#2

Merged
Awetspoon merged 1 commit into
mainfrom
codex/simplify-release-notes
Jul 17, 2026
Merged

Simplify v1.2.0 release notes and downloads#2
Awetspoon merged 1 commit into
mainfrom
codex/simplify-release-notes

Conversation

@Awetspoon

Copy link
Copy Markdown
Owner

What changed

  • Replaced the repeated v1.2.0 heading and introductory wording with only user-visible app update bullets.
  • Removed the separate SHA-256 download and all user-facing references to it.
  • Restored the release workflow to one clear asset: PhotoCutter.exe.

Why

The release title already identifies the version, and the checksum file makes the download area look like it contains two apps. GitHub records the executable digest itself, so the separate file is unnecessary for this user-facing release.

Verification

  • git diff --check passes.
  • No app code or executable changed.
  • Repository search confirms no checksum-file references remain.

@augmentcode

augmentcode Bot commented Jul 17, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: This PR streamlines the v1.2.0 release notes and simplifies the GitHub Release download area.

Changes:

  • Updates the release workflow to publish only PhotoCutter.exe (removing SHA-256 checksum generation and upload).
  • Removes user-facing checksum instructions from the README and updates release documentation to reflect a single downloadable asset.
  • Simplifies docs/releases/v1.2.0.md by removing repeated headings/intro text and keeping only user-visible update bullets.

Technical Notes: No application code changes; this is limited to workflow and documentation adjustments.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 117e4145dc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -80,4 +78,3 @@ jobs:
make_latest: true
files: |
release-assets/PhotoCutter.exe

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Purge stale checksum asset on release updates

When this workflow is rerun for a tag whose GitHub Release was already created by the previous workflow, omitting PhotoCutter.exe.sha256 here only stops uploading it again; it does not remove the existing asset. The action docs describe existing releases as being “updated with the release assets” (https://github.com/softprops/action-gh-release#%EF%B8%8F-uploading-release-assets), and the action only deletes/reuploads assets whose names match the files being uploaded, so the old checksum will still appear in Assets and the release will not have the intended single clear download unless a deletion step or manual cleanup is added.

Useful? React with 👍 / 👎.

@Awetspoon
Awetspoon merged commit df28410 into main Jul 17, 2026
1 check passed
@Awetspoon

Awetspoon commented Jul 24, 2026 via email

Copy link
Copy Markdown
Owner Author

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