-
Notifications
You must be signed in to change notification settings - Fork 0
Simplify v1.2.0 release notes and downloads #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,8 @@ | ||
| # Photo Cutter v1.2.0 | ||
|
|
||
| Photo Cutter v1.2.0 is a major usability, precision, and reliability update. It introduces a cleaner compact editor and stronger high-resolution cutting while preserving the familiar cut-out and workspace workflow. | ||
|
|
||
| ## Highlights | ||
|
|
||
| - Cleaner compact header, side panels, resizable layout, and first-use guidance. | ||
| - Plain-English **Draw Around** and **Click Around** tools. | ||
| - Exact-size reusable shapes that can be named, placed, moved, committed, renamed, and deleted. | ||
| - Rename and reorder committed cut-outs before export. | ||
| - Five-level 5x–10x precision magnifier with the cutting line visible inside it. | ||
| - Native-resolution Fit behaviour, smooth enlarged previews, and switchable exact-pixel viewing. | ||
| - Remembered cutting-line colours and consistent dark and light appearances. | ||
| - High-resolution geometry, edge-refinement, preview, gallery, workspace, and export fixes. | ||
| - Reorganized editor components plus expanded automated regression coverage. | ||
|
|
||
| ## Download | ||
|
|
||
| Download `PhotoCutter.exe` from the Assets section below. It is a portable, self-contained Windows 10/11 x64 app, so a separate .NET installation is not required. | ||
|
|
||
| The executable is currently unsigned, which means Windows SmartScreen may ask you to confirm the first launch. `PhotoCutter.exe.sha256` is included so you can verify the downloaded file. | ||
|
|
||
| All image processing remains on your computer. No account or upload is required. | ||
| - Cleaner, more compact header and side panels leave more room for large photos. | ||
| - Plain-English **Draw Around** and **Click Around** cutting tools. | ||
| - Reusable exact-size shapes can now be named, placed, moved, committed, renamed, and deleted. | ||
| - Committed cut-outs can now be renamed and reordered before export. | ||
| - Improved 5x–10x precision magnifier with the cutting line visible inside it. | ||
| - Native-resolution Fit viewing, smooth enlarged previews, and switchable exact-pixel viewing. | ||
| - Remembered cutting-line colours plus consistent dark and light appearances. | ||
| - High-resolution cutting, edge refinement, previews, gallery, workspace saving, and exports are more reliable. |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this workflow is rerun for a tag whose GitHub Release was already created by the previous workflow, omitting
PhotoCutter.exe.sha256here 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 👍 / 👎.