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
__compare_versions now correctly returns false if the mod you are comparing with is not in the installed mods
ManifestV2 now accepts author and credits tags, allowing for individuals who worked on the mod to be appropriately credited.
author is a string allowing the creator of the mod to be directly credited. When formatting to manifest version, it will always be provided, and defaults to "Unknown" if none is provided.
credits is an array of strings that provides more information on the author, any additional people who aided with development, licenses, or otherwise, to be noted alongside the author. More optional than credits, as when formatting to manifest version, it is omitted by default.
Added said author and credits tags to the manifest