Releases: Torgen/codex-blackboard
Releases · Torgen/codex-blackboard
MIT Mystery Hunt 2024
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] <[email protected]>
MIT Mystery Hunt 2023
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] <[email protected]>
MIT Mystery Hunt 2022 patch 1
Only $unset from calendar if anything is unset Fixes #481
MIT Mystery Hunt 2022
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
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
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
- 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
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.