- Declare ErrorCode variable in InitializeSetup function
- Remove orphan var block at end of Code section
- Fix sed pattern in release.sh to only match version inside quotes
- Restore AboutForm.cs variable name damaged by previous sed
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Prompts for username and password at script start instead
of requiring a pre-configured API token.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Handles version bump, build, Inno Setup via Docker, git tag,
push, Gitea release creation and setup.exe upload in one step.
Usage: ./release.sh 0.1.0.0 "Release description"
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>