Alpha builds release support#95
Merged
Bilb merged 52 commits intosession-foundation:devfrom Mar 30, 2025
yougotwill:feat/no-ref/alpha_releases
Merged
Alpha builds release support#95Bilb merged 52 commits intosession-foundation:devfrom yougotwill:feat/no-ref/alpha_releases
Bilb merged 52 commits intosession-foundation:devfrom
yougotwill:feat/no-ref/alpha_releases
Conversation
Merged
Bilb
requested changes
Mar 11, 2025
Bilb
requested changes
Mar 23, 2025
it is saved to the items table and requires an app restart
… the file server we now use blindVersionSignRequest
makes it easier to debug
log version comparison when debugging
branch name example release/1.14.6-alpha.0
… channel this allows us to access it on the node side in the auto update
changed some console.error to use logger.error
…nfig in the hopes it means it will detect our preleases
…not on the latest channel currently only supports alpha
improved some log messages
there is a known issue with electron updater quit and install
use URLSearchParams instead of string concatenation
… forceUpdate as parameters
…cking the file server
small fixes post dev merge
Bilb
previously approved these changes
Mar 25, 2025
this feature is still under active development so it is turned off.
we want everything to refresh in the debug menu
return the current channel with the set channel method
Bilb
requested changes
Mar 28, 2025
Bilb
approved these changes
Mar 30, 2025
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.
This PR adds support for a new release channel, alpha builds! 🎉
Warning
Alpha builds are not for use in production or for regular users.
They are experimental and for development purposes only.
Notes:
When you are using the alpha release channel the auto update process will only look for newer alpha releases and not stable releases.