Skip to content

v1.1.0

Compare
Choose a tag to compare
@jdabtieu jdabtieu released this 10 Dec 17:29
· 736 commits to master since this release

Database Warning

In this release, the database format was changed very heavily. If you are on v1.0.0, please run $ python3 migrate.py to migrate to the latest database format. If you are on a version older than v1.0.0, please update to v1.0.0 first by downloading that version, running migrate.py, and then migrate to this version.

Changes in this version

  • Rewrite database format
  • Full Markdown support, with live preview
  • Add full ability to deleting announcements, contests, and problems
  • Code cleanup
  • Add automated tests
  • Create security policy
  • Fix bug with maintenance mode template
  • Fix bugs with markdown
  • Fix security bugs

Troubleshooting

No reported issues at the moment.