-
v2.0.0
Stablereleased this
2026-09-01 14:51:23 -05:00 | 7 commits to main since this release- switch from
redistovalkey - update packages
- fix ruff errors with new packages
- don't write to root logger
- don't make function calls in function params for datetime
- don't blindly catch errors
- allow ruff to reorganize imports with
pyproject.tomlsetting
- switch from
-
v1.9.10
Stablereleased this
2026-05-23 12:42:01 -05:00 | 17 commits to main since this release- [quiz]
optionsare now all uppercase letters - [quiz] db constraints added to the
correct_optioncolumn requiring correct single character options between A-D - [quiz] spectree validation on
POSTrequests to ouranswerendpoint. will require a correct option but will convert from lowercase to uppercase if needed - [quiz] updated javascript frontend to match our uppercase options
- [quiz]
-
v1.9.9
Stablereleased this
2026-05-22 20:10:44 -05:00 | 18 commits to main since this release- [quiz] options returned from the
questionsapi endpoint are now inside a dict - [quiz] adjusted frontend to match. will require any active quizzes with old format to be deleted
- [quiz] options returned from the
-
v1.9.8
Stablereleased this
2026-05-22 11:15:15 -05:00 | 19 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-workspopover
-
v1.9.7
Stablereleased this
2026-05-21 21:33:50 -05:00 | 22 commits to main since this release- [quiz] fixed option letter shrinkage by setting
flex-shrink: 0on the option letter
- [quiz] fixed option letter shrinkage by setting
-
v1.9.6
Stablereleased this
2026-05-21 15:30:57 -05:00 | 23 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
spanto create our own options letters with updated css styling
-
v1.9.5
Stablereleased this
2026-05-21 11:15:30 -05:00 | 25 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
Stablereleased this
2026-05-20 14:51:24 -05:00 | 29 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