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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Magma Complete Rewrite
Breaking Changes!
Previous magma.json configuration file is incompatible with the new format. Recreate your magma.json file via the magma init command.
Before upgrading Magma, it is recommended that you delete all the keys, server mods and mods that Magma installed to avoid conflicts.
Command flags may have changed for certain commands (see magma help).
New
Non-interactive shell support (use the -n flag or see the magma help command. Now you can write automation scripts for Magma without having to worry about Magma asking user input.
Task scheduler command that allows you to be notified of mod updates to Discord.
Mod activation/deactivation without having to physically delete the mods on disk.
New magma list command which displays all your installed mods their statuses.
Steam Guard 2FA support (non-interactive and interactive).
Added magma configure command to modify your existing magma.json file from the comfort of your terminal.
Added support for built-in version checking.
Added progress bar when installing/updating mods.
Changed
Generally improved stability of Magma.
Internal code changes, refactorings.
Updated dependencies.
Fixed
When using LinuxGSM config option it would not append mods= or servermods= if it didn't exist in the config file.