Skip to content

Releases: cmu-sei/Gameboard

v3.5.3

25 Aug 11:32
2401107
Compare
Choose a tag to compare

Adds participation report across seasons/tracks/rounds.

Matching UI release:
https://github.com/cmu-sei/gameboard-ui/releases/tag/3.5.3

What's Changed

Full Changelog: 3.5.2...3.5.3

v3.5.2

10 Aug 13:19
85e28e5
Compare
Choose a tag to compare

Various API updates including saving attachments in lowercase and sorting fixes.

Matching UI release:
https://github.com/cmu-sei/gameboard-ui/releases/tag/3.5.2

What's Changed

Full Changelog: 3.5.1...3.5.2

v3.5.1

09 Aug 12:19
321e3d2
Compare
Choose a tag to compare

Improves status consistency when reviewing Profile names

Matching UI release:
https://github.com/cmu-sei/gameboard-ui/releases/tag/3.5.1

What's Changed

Full Changelog: 3.5.0...3.5.1

v3.5.0

05 Aug 21:21
Compare
Choose a tag to compare

Release adds ticket notification icon when updates are received. Involves a database migration, so take a backup before upgrading.

More feedback question types have been added (selectOne and selectMany). Check out #46 for more details.

Includes an update to .NET 6 LTS and other miscellaneous fixes.

Matching UI release:
https://github.com/cmu-sei/gameboard-ui/releases/tag/3.5.0

What's Changed

Full Changelog: 3.4.1...3.5.0

v3.4.1

28 Jul 13:19
af3b4b0
Compare
Choose a tag to compare

Adds support UI ordering as well as other API bug fixes.

Matching UI release:
https://github.com/cmu-sei/gameboard-ui/releases/tag/3.4.1

What's Changed

New Contributors

Full Changelog: 3.4.0...3.4.1

v3.4.0

19 Jul 17:50
ca0ed69
Compare
Choose a tag to compare

Adds support tickets feature. Tickets can be associated with deployed challenges to assist support staff when tracking down an issue.

New appsettings.conf setting:

# A custom prefix for support ticket keys to refer to them uniquely across Gameboard deployment instances
# Core__KeyPrefix = GB

Matching UI release:
https://github.com/cmu-sei/gameboard-ui/releases/tag/3.4.0

What's Changed

Full Changelog: 3.3.0...3.4.0

v3.3.0

15 Jun 01:00
01c285e
Compare
Choose a tag to compare

Adds game completion certificated authored in HTML—available in a user's Profile after the game ends.

Adds game grouping and search in the top-level UI.

Matching UI release:
https://github.com/cmu-sei/gameboard-ui/releases/tag/3.3.0

What's Changed

Full Changelog: 3.2.1...3.3.0

v3.2.1

11 May 13:17
1e8dc9e
Compare
Choose a tag to compare

Allows Testers to view unpublished (hidden) games. API-only change.

What's Changed

Full Changelog: 3.2.0...3.2.1

v3.2.0

10 May 13:17
ad9d44c
Compare
Choose a tag to compare

What's Changed

  • Configurable feedback for games and challenges by @sei-jbritton in #31
  • Archive player session and challenge data instead of deleting by @sei-jbritton in #32
  • Enhancements to observe by players and teams with user consoles by @sei-jbritton in #33

New Contributors

Full Changelog: 3.1.0...3.2.0

v3.1.0

21 Jan 19:40
6775e0a
Compare
Choose a tag to compare

Improvements and bugfixes since President's Cup Season 3.

Features

  • Improve admin user search
  • Add challenge reports
  • Enforce name uniqueness per board
  • Extend session time UI
  • Filter players by completed session
  • Allow players to advance and keep scores from previous board
  • Support prerequisite challenges
  • Add grader key for challenges graded outside of Gameboard

Bugfixes

  • Fix session start when player is advanced from previous board
  • Fix observer filter to only live sessions