Releases: CreepPork/Magma
Releases · CreepPork/Magma
Magma v3.0.0-beta.9
- Fix login issues on Windows
Magma v3.0.0-beta.8
- Fixed issue where a user couldn't login into SteamCMD even though the credentials were correct
- Added a verbose flag for SteamCMD login, that outputs all SteamCMD logging info.
Magma v3.0.0-beta.7
- Fixed Windows SteamCMD issues (#151)
- Added support for a Batch file configuration editing (like LinuxGSM on Linux) to load mods quicker
Magma v3.0.0-beta-6
See changelog for Magma v3.0.0-beta-5.
This release fixes npm install.
Magma v3.0.0-beta.5
- Added a
magma login
command to quickly fix any issues with trying to log into Steam. - Added a warning if a non-existent ID was given in
magma remove
to improve clarity. - Starting to fix SteamCMD issues on Windows.
Magma v3.0.0-beta.4
- Fixed a Sentry error causing a return value of
false
which was later picked up by OCLIF, which in turn, didn't validatefalse
as an exception so it threw aError: no error?
exception.
Magma v3.0.0-beta.3
Magma v3.0.0-beta.1
- Fix
magma install
not working if added only a local mod.
Magma v2.0.0
Magma Complete Rewrite
Breaking Changes!
- Previous
magma.json
configuration file is incompatible with the new format. Recreate yourmagma.json
file via themagma 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 themagma 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 existingmagma.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=
orservermods=
if it didn't exist in the config file.
Removed
- Removed
magma login
command. - Removed
magma download
command.
Magma v2.0.0-beta.2
New
- Added support for built-in version checking.
- The
list
command mods are now sorted by name. - Mod status is now displayed in the
list
command (activated/deactivated). - Added progress bar when installing/updating mods.
Changed
- In the list command under
Updated at
entries that were not installed are just renamed toNever
. - Added a broader description of the
cron
command.
Fixed
- When using LinuxGSM config option it would not append
mods=
orservermods=
if it didn't exist in the config file.