You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add release-preview (beta) build support
- Add IsBeta property to VersionInfo model, set during tag parsing
- Add red "Release-Preview" banner in title bar (hidden in stable builds,
shown dynamically when InformationalVersion contains -beta suffix)
- Update GitHub Actions workflow to detect -beta tags, mark releases as
pre-release (invisible to /releases/latest update check), and name them
as "Release-Preview" instead of "Release"