Releases: x-t/regitra-parody
Releases · x-t/regitra-parody
v1.1.2
v1.1.1
v1.1
Improvements
- Deprecated schema migrations via
build.cjs
. - Renamed import commands for easier understanding.
- Removed default categories and languages previously made using
build.cjs new_db
. - Index will now show versions with a
v
prefix. - Retaking an exam will no longer refresh the page.
- Miscellaneous bug fixes. (not many)
- Removed
RU
language support completely. - Precautious security fixes via
npm
. - Documentation updates.
Schema remains unchanged: v4
v1.0
Schema: v4
Improvements
- Accessibility improvement for front page
- Remember last choice for the selected language and category
- New button to retake exam after finishing one
- Schema v4: adds default_category=b and default_language=lt to meta.
- Deprecated schema v0 imports
- Optimise images during build
- Deprecated build.cjs debug server
- Added a manifest.json
- Documentation fixes
- Updates npm dependencies
v0.2-beta
Schema: v3
Improvements
- Fixed Safari styling
- Schema v3 update: stores possible and correct answers in a certain way, which preserves answer order while importing. Backwards compatible with previous answer storage.
- New hitchhiker's guide