release: prepare v1.0.0-rc3#68
Merged
Merged
Conversation
_VERSION bumped 1.0.0-dev -> 1.0.0-rc3 (visible in About window, title bar, tray-icon tooltip, status bar, and the "ready" log line). Release body re-leads with the rc2 -> rc3 delta: - #65 / #63 - TLS RadioBox overflow + missing taskbar .exe icon + branded About refresh - #66 / #59 - GUI worker stderr capture into log/logfile.txt - #67 / #62 - first-run cert auto-generation - #64 / #61 - tray exit crash + restore-from-tray (already in main since rc2-tag; documented for completeness as the load-bearing GUI fix between rc2 and rc3) Tag will be pushed once this lands on main; release.yml auto-detects the `-rc3` suffix as a SemVer pre-release. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Bumps `_VERSION` 1.0.0-dev -> 1.0.0-rc3 in `core/const.lua` and updates `.github/release-body.md` for the upcoming `v1.0.0-rc3` tag.
What rc3 ships over rc2
Test plan
Once merged, tag `v1.0.0-rc3` will be pushed on main; `release.yml` auto-detects the `-rc3` suffix as a SemVer pre-release via `contains(github.ref_name, '-')`.
🤖 Generated with Claude Code