feat: Alpha and beta update channels#3042
Merged
jeanfbrito merged 5 commits intomasterfrom Jun 13, 2025
Merged
Conversation
sreeja2007
pushed a commit
to sreeja2007/Rocket.Chat.Electron
that referenced
this pull request
Mar 2, 2026
* create update channel selection * fix select * order channels name * add translations * fix lint
Ram-sah19
pushed a commit
to Ram-sah19/Rocket.Chat.Electron
that referenced
this pull request
Mar 10, 2026
* create update channel selection * fix select * order channels name * add translations * fix lint
Ram-sah19
pushed a commit
to Ram-sah19/Rocket.Chat.Electron
that referenced
this pull request
Mar 10, 2026
* create update channel selection * fix select * order channels name * add translations * fix lint
Ram-sah19
pushed a commit
to Ram-sah19/Rocket.Chat.Electron
that referenced
this pull request
Mar 10, 2026
* create update channel selection * fix select * order channels name * add translations * fix lint
Ram-sah19
pushed a commit
to Ram-sah19/Rocket.Chat.Electron
that referenced
this pull request
Mar 10, 2026
* create update channel selection * fix select * order channels name * add translations * fix lint
Ram-sah19
pushed a commit
to Ram-sah19/Rocket.Chat.Electron
that referenced
this pull request
Mar 10, 2026
* create update channel selection * fix select * order channels name * add translations * fix lint
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.
Introducing Update Channels
This PR enables the use of update channels for Rocket.Chat Desktop, allowing us to deliver more stable releases through a structured testing process.
What are Update Channels?
Update channels let users choose how they want to receive updates:
How It Works
Users can switch channels in Settings → About → Update Channel and will only receive updates from their chosen channel.
Note: Developer mode must be enabled for the update channel selector to appear in the About dialog. Enable it via Help → Developer Mode in the menu bar.
Release Process
Instead of releasing everything directly to stable, we now follow this flow:
4.5.1-alpha.1) - Early testing with power users4.5.1-beta.1) - Broader testing when alpha is stable4.5.1) - Final release for everyoneBenefits