👀 Overview
This is another build of v2 as we get closer to a full release.
✨ Changes
- Splits apart the marketplace and engine data.
- Adds a zip file for Sine files which is now installed by the auto-installer and the script when updating in order to easily install several files.
- Reorganizes several portions of the repository to be easier for contributions, as well as beginning the process of splitting apart Sine into several files.
- Adds a prompt to restart when toggling on or off the command palette.
- Removes the restart button from the error copying zen mods toast.
- Closes browser only right before needed in the auto-installer.
- Adds linux musl builds to the auto-installer scripts.
- Completely removes the need for the XUL namespace variable and replaces such instances with
createXULElement. - Reduces user RAM gobbling by no longer storing the marketplace in the memory heap and deleting constant duplicates of the marketplace from 4 to just 2 instances (required.)
- Reformats several new lines of code in preparation for the new engine format.