Skip to content

v3.1.0

Compare
Choose a tag to compare
@jdabtieu jdabtieu released this 21 Dec 04:22
· 273 commits to master since this release
ad34e59

Database Warning

In this release, the database format was changed. If you are on v3.0.0 or v3.0.1, please run $ python3 migrate.py to migrate to the latest database format. If you are on a version older than v3.0.0, please update to v3.0.0 first, and then migrate to this version.

Changes in this version

  • Add ability to hide users from a contest scoreboard
    • Allows them to participate, but 'unofficially' since they do not affect the scoreboard
    • Useful for problem testers and admins
  • Duplicate contest submissions when exporting to allow submission searching and rejudging
  • Minor visual changes
    • Increase link contrast in dark mode
    • Added highlights to navigation bar
    • Add solved checkmark to solved problems
  • Performance improvements
  • Bug fixes
  • Update dependencies