Simplify v1.2.0 release notes and downloads#2
Conversation
🤖 Augment PR SummarySummary: This PR streamlines the v1.2.0 release notes and simplifies the GitHub Release download area. Changes:
Technical Notes: No application code changes; this is limited to workflow and documentation adjustments. 🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
💡 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 | |||
There was a problem hiding this comment.
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 👍 / 👎.
|
👍
…On Fri, 17 Jul 2026, 09:21 chatgpt-codex-connector[bot], < ***@***.***> wrote:
***@***.***[bot]* commented on this pull request.
💡 Codex Review
Here are some automated review suggestions for this pull request.
*Reviewed commit:* 117e414
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo
<https://chatgpt.com/codex/cloud/settings/general>. Reviews are triggered
when you
- Open a pull request for review
- Mark a draft as ready
- Comment ***@***.*** <https://github.com/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 ***@***.***
<https://github.com/codex> address that feedback".
------------------------------
In .github/workflows/release.yml
<#2 (comment)>:
> @@ -80,4 +78,3 @@ jobs:
make_latest: true
files: |
release-assets/PhotoCutter.exe
*[image: P2 Badge]
<https://camo.githubusercontent.com/f2c1aacb361ddd3a0e9f9cacdb84fab050de434017f6747bb916e31e29bdf03d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50322d79656c6c6f773f7374796c653d666c6174>
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 👍 / 👎.
—
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=A5J6LSJNHDK4GHDN62AD5ZT5FHOXHA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINZSGA3TINJUGM2KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#pullrequestreview-4720745434>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5J6LSKJAC7P5JMTJZMWKYD5FHOXHAVCNFSNUABGKJSXA33TNF2G64TZHMYTCNZYHE4DAOBVHA5US43TOVSTWNBZGA4TINBYGUZTHILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/A5J6LSLY6KG53JD45T4SXXL5FHOXHA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINZSGA3TINJUGM2KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/A5J6LSI7OM2VDYPY2QBUMPT5FHOXHA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINZSGA3TINJUGM2KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What changed
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 --checkpasses.