Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Electron App auto update for Early Access to Pre-Release build (Experimental mode) #2861

Open
Van-QA opened this issue May 2, 2024 · 0 comments
Assignees
Labels

Comments

@Van-QA
Copy link
Contributor

Van-QA commented May 2, 2024

Problem:
We want to allow early access to new features and improvements in the Electron app for users who want to test and provide feedback, but currently, they have to manually switch to the-release build every time they want to the latest changes.

Success Criteria:
We want to add a to the Electron app that allows automatic updates to the-release build for users who have enabled "experimental mode". This will allow the community to test the latest features and earlier than the official build.
Stable build:

  • Users with Stable version A, can automatically update to A-rc1 (once available)
  • Users with A-rc1 can automatically update to A-rc2, B (once available)

Nightly build: TBU

  • Users with nightly A-xxx can automatically update to A-rc1???

Additional Context:**
We have a stable release that is recommended for most users, as well as a pre-release that includes features and improvements but may also have bugs instability.
This approach allows us extra time to address any critical issues identified during the community preview.

Enabling experimental mode in the Electron app will allow developers and users to easily access and test the pre-release version. This will help the Electron team gather early feedback and identify issues before new features are added to the stable channel.

@Van-QA Van-QA added the type: feature request A new feature label May 2, 2024
@Van-QA Van-QA changed the title feat: Electron App auto update for Early Access to Features and Improvements via Pre-Release build (Experimental mode) feat: Electron App auto update for Early Access to Pre-Release build (Experimental mode) May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Icebox
Development

No branches or pull requests

2 participants