Skip to content

Add pre-release check functionality to settings modal#964

Merged
1Blademaster merged 2 commits into
mainfrom
963-add-a-prompt-if-there-is-a-new-dev-release-available-to-download
Jan 27, 2026
Merged

Add pre-release check functionality to settings modal#964
1Blademaster merged 2 commits into
mainfrom
963-add-a-prompt-if-there-is-a-new-dev-release-available-to-download

Conversation

@1Blademaster
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings January 27, 2026 20:28
@1Blademaster 1Blademaster linked an issue Jan 27, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a manual pre-release check control to the Settings modal, allowing users to query GitHub for available pre-release versions and compare them with the installed app version.

Changes:

  • Introduced a PrereleaseCheckRow component that uses Octokit and semver to fetch GitHub releases, filter prereleases, and compare the latest prerelease tag against the current app version.
  • Wired PrereleaseCheckRow into the “General” tab of the SettingsModal, displaying a CTA and status messaging for prerelease availability.
  • Updated imports in settingsModal.jsx to include Octokit, Mantine components, and semverGt for the new functionality.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread gcs/src/components/settingsModal.jsx Outdated
@1Blademaster 1Blademaster merged commit a81ea2c into main Jan 27, 2026
5 checks passed
@1Blademaster 1Blademaster deleted the 963-add-a-prompt-if-there-is-a-new-dev-release-available-to-download branch January 27, 2026 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a prompt if there is a new dev release available to download

2 participants