Skip to content

Update V1.1

Compare
Choose a tag to compare
@Tkaixiang Tkaixiang released this 29 Oct 14:40
· 390 commits to master since this release

New Features

  • Team Mode 👫!
    • Join/Create/Leave teams
    • Joint team scoring
    • Enable/disable team mode
    • Set max team size
    • Disable team joining/leaving/creating
  • Email verification & password reset!
    • Connect to any SMTP server (local or remote) to send emails
    • Set email headers
    • Email verification & password reset can be enabled/disabled in settings
    • Admins can verify/unverify users manually in the admin panel
  • Category Improvements
    • Category visibility is now seperate from challenge visibility (i.e if you set the visibility of a category, the visibility of challenges inside are unchanged)
    • Category re-naming and banner pictures!
    • Category "competition timing" to automatically unlock/lock challenges
  • Greatly reduced client bundle size (about 30%~) thanks to better code splitting
  • Migrated from Express to Fastify for zoom zoom speeds
  • Admin can now change emails of users
  • Users can change their own email
  • Greatly improved scoreboard systems for faster load times
  • Improved styling of settings cards in admin panel
  • Improved styling of admin panel tables
  • Fixed a bug with refreshing of solves after solving a challenge
  • Dockerise everything! by @matthew5025 in #89
  • Adds the automated creation of an admin account by @matthew5025 in #93
  • Config file + secret generation by @matthew5025 in #94

Dependecies Updated

Full Changelog: 1.0.0...V1.1