You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add localization support for Gloss Mod Manager installation
- Created a new localization file for English (en-US) with relevant strings for the installation process.
feat: implement custom download queue functionality
- Added a new module for managing custom downloads, including task management and handling duplicate tasks.
feat: enhance external launch handling
- Introduced a new module to manage external launch intents, including handling various types of launch requests such as file imports and mod installations.
feat: add GMM share code import functionality
- Implemented functionality to parse and import mods from GMM share codes, including handling updates and additions to the mod list.
feat: create launch store for managing pending actions
- Established a new store to manage pending actions related to launching the Gloss Mod Manager, allowing for queuing and processing of actions.
Co-authored-by: Copilot <copilot@github.com>