• v2.0.1 538c5b6c51

    chore: Adds "day-one"/v2.0.1 bug fixes.
    All checks were successful
    Release code / build (push) Successful in 11m41s

    imterah released this 2024-12-27 00:10:13 -05:00 | 48 commits to dev since this release

    This fixes database error reporting, as well as majorly fixes users
    not being able to authenticate to the API if you used the automated
    migration setup, as the password would remain in hex encoding.

    We now decode the hexadecimal and then change it to the far more
    compact base64 encoding before adding it to the database. This should
    fix login, and not cause 500 Interal Server Errors anymore.

    Sorry folks!

    Downloads