Skip to content

v0.5.0 "Wannai Kinuho"

Compare
Choose a tag to compare
@natsukagami natsukagami released this 17 Apr 17:46
· 76 commits to master since this release
29241eb

New features

  • Display names and Organization information is now available. This can be either customized by the user or set by the admin. (07c819c, gitea-103)
  • kjudge will now notify you of any new versions available. (1057b55, gitea-104)
  • Batch adding users is now available. Admins can import a CSV list of users (or generate one!) (2c207c9, gitea-105)

Improvements

  • Scoreboard now correctly displays first-solvers in more exotic scoring schemes (c16930e, gitea-106)
  • Worker bugs related to interactive problems fixed (dfab59f, gitea-107)

Development

  • We now have a standard test database. This can be accessed using the guide in the wiki
  • We moved to GitHub! All development (issues, PRs, Projects, Milestones, Releases, Wiki) are now available on GitHub. Drone CI has been replaced by GitHub actions.
    • As a result, the commit history has been rewritten to re-format issue links. Please hard reset/clone again.