• v1.9.10 e681d566e6

    v1.9.10
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 32s
    Main / Docker Build (push) Successful in 30s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-05-23 12:42:01 -05:00 | 4 commits to main since this release

    • [quiz] options are now all uppercase letters
    • [quiz] db constraints added to the correct_option column requiring correct single character options between A-D
    • [quiz] spectree validation on POST requests to our answer endpoint. will require a correct option but will convert from lowercase to uppercase if needed
    • [quiz] updated javascript frontend to match our uppercase options
  • v1.9.9 194ae807a1

    v1.9.9
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 32s
    Main / Docker Build (push) Successful in 29s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-05-22 20:10:44 -05:00 | 5 commits to main since this release

    • [quiz] options returned from the questions api endpoint are now inside a dict
    • [quiz] adjusted frontend to match. will require any active quizzes with old format to be deleted
  • v1.9.8 d4e0becc18

    v1.9.8
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 31s
    Main / Docker Build (push) Successful in 31s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-05-22 11:15:15 -05:00 | 6 commits to main since this release

    • [quiz] implement shuffle options setting
    • [quiz] add guard code for settings/quizzes created before the shuffle options setting to avoid crashes
    • [quiz] add note about shuffle options setting to how-this-works popover
  • v1.9.7 0b24fa11fe

    v1.9.7
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 33s
    Main / Docker Build (push) Successful in 30s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-05-21 21:33:50 -05:00 | 9 commits to main since this release

    • [quiz] fixed option letter shrinkage by setting flex-shrink: 0 on the option letter
  • v1.9.6 93a97d1541

    v1.9.6
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 41s
    Main / Docker Build (push) Successful in 31s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-05-21 15:30:57 -05:00 | 10 commits to main since this release

    • [quiz] move settings and how this works buttons to top of page
    • [quiz] settings icon instead of text
    • [quiz] use span to create our own options letters with updated css styling
  • v1.9.5 d087a45bb7

    v1.9.5
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 37s
    Main / Docker Build (push) Successful in 31s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-05-21 11:15:30 -05:00 | 12 commits to main since this release

    • [quiz] fix for users who don't have any settings configured
    • [quiz] inputs are now inside labels for easy selection and styling of question options
    • [quiz] layout adjustments for portrait mode
  • v1.9.4 1c2830f65a

    v1.9.4
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 31s
    Main / Docker Build (push) Successful in 30s
    Main / Deploy (push) Successful in 14s
    Stable

    tony released this 2026-05-20 14:51:24 -05:00 | 16 commits to main since this release

    • [quiz] attempt to fix issue loading quiz questions on iOS
    • [quiz] added some try catch blocks for accessing localStorage
  • v1.9.3 0b6bb284c4

    v1.9.3
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 31s
    Main / Docker Build (push) Successful in 29s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-05-20 10:34:16 -05:00 | 17 commits to main since this release

    • [quiz] Start Quiz button now will update between that and Continue Quiz if a quiz is active
    • [quiz] fertility quiz added
  • v1.9.2 9ca6bd9ef0

    v1.9.2
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 32s
    Main / Docker Build (push) Successful in 30s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-05-19 14:51:20 -05:00 | 19 commits to main since this release

    • [quiz] baseball terminology quiz
    • [quiz] quizzes api endpoint now returns latest quizzes first
    • [quiz] adjust layout of questions on portrait
  • v1.9.1 3f78581a12

    v1.9.1
    All checks were successful
    Main / Lint, Format, and Test (push) Successful in 31s
    Main / Docker Build (push) Successful in 30s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-05-18 15:31:14 -05:00 | 23 commits to main since this release

    • [quiz] user settings for question limit and hiding answers
    • [quiz] button to delete active quiz data
    • [quiz] how-this-works popover
    • [quiz] continents quiz