Skip to content

v4.3.0

Latest
Compare
Choose a tag to compare
@jdabtieu jdabtieu released this 06 Jan 22:50
3ead3c1

Database Warning

In this release, the database format was changed and a new setting was added. Please read the instructions of migrate.py for instructions on how to migrate.

Changes in this version

  • Add setting to rate limit problem submissions
  • Allow contest problems to be released at a set time mid-contest
  • Update permission and page visibility
    • Competitors can now view their own contest submissions
    • Non-logged in users can now view the contests page
    • Admins can use their API token to view the JSON scoreboard in addition to the CTFtime token
  • Allow old/low quality problems to be archived and hidden from the main page
  • Allow registration emails to be resent
  • Allow custom maintenance mode messages
  • Update daily backup script
  • Minor improvement to page rendering
  • Bug fixes
  • Update dependencies
  • Add tests
  • Code cleanup