Skip to content

Releases: cardinalitypuzzles/cardboard

2024 Mystery Hunt final release

23 Jan 17:37
Compare
Choose a tag to compare

What's Changed

  • Add puzzle tag selector and merge puzzle + hunt tags. by @kcaze in #755
  • Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #758

Full Changelog: v5.0.0...v5.0.1

2024 Mystery Hunt

10 Jan 19:25
54b6953
Compare
Choose a tag to compare

Initial version used by Cardinality for the 2024 MIT Mystery Hunt. Subsequent changes will be added in minor/patch releases.

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

2023 Mystery Hunt

20 Jan 06:34
22e18e0
Compare
Choose a tag to compare

This is the final version used by Cardinality for the 2023 MIT Mystery Hunt.

What's Changed

New Contributors

Full Changelog: v3.0.1...v4.0.0

2022 Mystery Hunt w/ mid-hunt fixes

26 Jan 00:20
ec4fbca
Compare
Choose a tag to compare

Adds some patches made during the hunt

What's Changed

Full Changelog: v3.0.0...v3.0.1

2022 Mystery Hunt

14 Jan 17:18
0bbe1c7
Compare
Choose a tag to compare

This is the final version used by Cardinality for the 2022 MIT Mystery Hunt.

Highlight of changes since the 2021 hunt

  • Name changed from smallboard to Cardboard
  • Tags tags tags - a lot more default tags
  • New settings
    • Option to open Discord links in Discord desktop app
    • Night mode
    • Now remembers your UI settings on refresh
  • UI improvements
    • Consolidated columns, added icons, improved appearance, usability fixes
    • Added column for time since puzzle was created
  • Google Sheets
    • New functionality in sheet template
    • (Hopefully!) fixed Google Sheets issue where scripts wouldn’t work
  • Tools and Reference updated
  • Discord changes
    • Puzzle are now under the category of their Meta
    • Metas are grouped into one meta category
    • Various improvements to automatic messages
    • Voice channels will be deleted 30 minutes after a puzzle is solved. Text channels will be deleted if they don’t contain messages from humans
      • If a puzzle has multiple answers, mark the puzzle in Cardboard as unsolved after putting in one answer to prevent the channels from being reaped
  • Documentation improvements & various misc bug fixes

Detailed Changelog

Read more

2021 Mystery Hunt

20 Jan 04:37
Compare
Choose a tag to compare

This is the final version used by Cardinality for the 2021 MIT Mystery Hunt.

Changes since the 2020 hunt:

  • Switched integration from Slack to Discord
  • Rewrote the front-end for the main page in React
  • Added a stats page and progress graph
  • Moved asynchronous 3rd-party API calls to deferred tasks with Celery
  • A long list of bugfixes, technical improvements, and UI enhancements