Skip to content

Changelog

  • Version final 20230616

    Migrated to marksong.tech.

    The present maintainer no longer provides regular maintenance.

  • Version 8.0 20230611

    Changed backend to use Azure database to store data and increase the convenience of management.

  • (Unified) Version 7.0 20230311

    Uses SQLite for data transfer between the middleware and frontend. This repo is currently only maintained by Mark Song. Merged unnecessary files. Merged version control of frontend, middleware, and backend. Generated config.json for easy deployment.

  • Backend Version 4.0 20230220

    Uses async to speed up the requests. Requests that would take more than 2 minutes now only need less than a few seconds.

  • Middleware Version 4.2 20230219

    Added support for frontend version 4.0

  • Frontend Version 4.0 20230219

    Added multilanguage support.

  • Backend Version 3.1 20230217

    Separated request and return files.

  • Middleware Version 4.1 20230217

    Separated request and return files.

  • Middleware Version 4.0 20230217

    Disabled logging and storage of user data.

  • Frontend Version 3.0 20230217

    Support for password logging. Previous login method is deprecated.

  • Frontend Version 2.0 20230216

    Support for accessing data in two (multiple) sessions, the first session for making a request and a second session for fetching the result of the request.

    Prevented timeout when the fetching process took too long.

  • Middleware Version 3.0 20230216

    Support for accessing with user-defined password. (Backward compatible)

  • Backend Version 3.0 20230216

    Support for user-defined password input.

  • Middleware Version 2.0 20230216

    Support for accessing data in multiple sessions and delivering frontend webpage. (Backward compatible)

  • Frontend Version 1.0 20230215

    Support for accessing data in one session.

  • Backend Version 2.0 20230215

    Support for communication via files (instead of console).

  • Middleware Version 1.0 20230214

    Support for accessing data in one session. (Backward compatible)

  • Backend Version 1.0 20230214

    Suport for fetching scoring and calculating GPA for the selected password