Skip to content

Releases: x-t/regitra-parody

v1.1.2

11 Jul 01:13
@x-t x-t
35526d9
Compare
Choose a tag to compare

backported mobile interface fixes

v1.1.1

26 Jun 23:00
@x-t x-t
d23815c
Compare
Choose a tag to compare

Hotfix:

  • Don't stretch images in exam view.

v1.1

07 Jun 00:45
@x-t x-t
40079eb
Compare
Choose a tag to compare

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

19 Apr 06:21
@x-t x-t
b9f75ff
Compare
Choose a tag to compare

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

19 Apr 01:59
@x-t x-t
63298fa
Compare
Choose a tag to compare
v0.2-beta Pre-release
Pre-release

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