-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add updater for app #493
base: main
Are you sure you want to change the base?
Add updater for app #493
Conversation
@helloanoop Ready for review Preview for this PR |
@@ -38,5 +38,8 @@ | |||
}, | |||
"overrides": { | |||
"rollup": "3.2.5" | |||
}, | |||
"dependencies": { | |||
"markdown-it": "^13.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be in burno-app
package.json only?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how it should really be if you know, correct me.
@helloanoop |
There is a 1.0.0 release being planned on Oct 28th. Until then stability of the platform is important. see #643 |
Hey @qweme32 I appreciate your patience. Will look into getting this merged once OAuth 2 support is out. |
@qweme32 I think you need to resolve the conflicts? :) @helloanoop Any update on this? it seems to be ready (after resolving the conflict) |
can this PR be resolve and be merged? @qweme32 @helloanoop |
We are working on the auto update functionality and we hope to have it delivered by end of Sep 2024 |
this PR makes it easy to install new versions of the application automatically parses the github for new versions and shows it in the sidebar also provides a modal window with a list of changelogs and a button to upgrade to a new version.
TODO: