Skip to content

Releases: Torgen/codex-blackboard

MIT Mystery Hunt 2024

11 Jan 07:12
Compare
Choose a tag to compare
Bump eslint-plugin-prettier from 5.1.2 to 5.1.3

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.2...v5.1.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

MIT Mystery Hunt 2023

13 Jan 08:09
Compare
Choose a tag to compare
Bump playwright from 1.29.1 to 1.29.2

Bumps [playwright](https://github.com/Microsoft/playwright) from 1.29.1 to 1.29.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.29.1...v1.29.2)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

MIT Mystery Hunt 2022 patch 1

15 Jan 09:55
Compare
Choose a tag to compare
Only $unset from calendar if anything is unset

Fixes #481

MIT Mystery Hunt 2022

14 Jan 06:02
18a20b2
Compare
Choose a tag to compare
Drive fix UI (#473)

* Store drive status

Temporarily 'creating' after puzzle is created but before drive folder is created, 'failed' if folder creation throws an exception, 'skipped' if it returns nothing, and 'fixing' if fixPuzzleFolder is in flight

* icons for drive status

and a button to fix the drive if it's absent or broken

* publish drive_status and drive_error_message

* Store explicit null for status

instead of undefined

* Top margin for drive status icons

MIT Mystery Hunt 2021

14 Jan 07:01
820e641
Compare
Choose a tag to compare
Override jitsi meeting url with jitsi tag (#248)

If present, used instead of roomType_roomId to generate the jitsi meeting URL. Useful if certain URLs have problems because of server issues.
fixes #247

MIT Mystery Hunt 2020

17 Jan 00:46
Compare
Choose a tag to compare
Track who called in a correct answer

Sets solved_by to whoever called in the answer and confirmed_by to whoever confirmed it.

MIT Mystery Hunt 2019 rev 1

18 Jan 06:02
Compare
Choose a tag to compare
  • Fixes chat not sticking to bottom when inline images load slowly.
  • Fixes update script.
  • Allows configuring which GitHub fork to link to the issues of.
  • Shows who submitted an answer to HQ.

2019 MIT Mystery Hunt

17 Jan 17:52
Compare
Choose a tag to compare
Fix bot mute button handler NPE on reload

Can mean we get title colliding with fancy mouseover because bootstrap doesn't check for them being dynamic.