Suggestion: A button to redownload the extension library from the internet
Would be useful for if you don't want to wait for an update to use new/updated extensions. I don't know how it would work, but it could probably be done in some way.
Or it could automatically check for new versions of the extension gallery and then ask you if you want to update. That wouldn't be that hard to implement
One reason we use an offline version of the extensions is guaranteed compatibility when new APIs are added or changed
I would note it is not hard to manually update an extension by finding "resources/static/extensions.turbowarp.org" in the place where you installed the app and just replacing the appropriate file
One reason we use an offline version of the extensions is guaranteed compatibility when new APIs are added or changed
I would note it is not hard to manually update an extension by finding "resources/static/extensions.turbowarp.org" in the place where you installed the app and just replacing the appropriate file
You would have to change index.ejs too right?
Updating the HTML is a bit more annoying because you would need to do the build in desktop mode for it to integrate properly (npm run build -- --desktop)