Releases: cmu-sei/Gameboard
Releases · cmu-sei/Gameboard
Feature Release
Stage 3.0.4 (#6) - Refined Game properties - caching-breaking image names - signalr wip Co-authored-by: Robert Kemerer <[email protected]> Co-authored-by: Matt Kaar <[email protected]>
Development Release
3.0.3 query challenges wip
Development Release
Added two features:
The Game object has a property GamespaceLimitPerSession
, which restricts the number of challenge gamespaces a player/team can have running concurrently.
Core__SafeNamesFile
is a setting to specify the relative path/filename of a json array of strings that serve as a pool of safe names to assign new users. This is a temporary first iteration; will likely change to a url or api endpoint to fetch this data.
Development Release
This release is a step toward feature-complete.
- Apply new ranks after grading challenge
- Sync challenges with GE after expiration
- Display challenge detail for admins
Major Refactor
Start fresh. This version is completely breaking from previous versions.