Releases: natsukagami/kjudge
Releases · natsukagami/kjudge
v0.4.0 "Misaki Shokuhou"
New features
- Scoreboard can now be exported as JSON or CSV (56a9e76)
- Scoreboard can now be hidden from guests or from all users (b484056)
- Scoreboard now shows first-to-solve (9eeacde)
Improvements
- Overall tweaks on the UI. Tables now more responsive and easy on the eye. Buttons are more consistent.
Some rough edges fixed. (72165da) - A wide-view of the scoreboard is implemented for large scale display (56a9e76)
- Queues now have an almost-decreasing priority on the ID -- multiple incoming submissions are now scored one by one instead of in parallel (7ccb34e)
v0.3.0 "Kuroko Shirai"
New features
- We now have a (cute) error page, kjudge is no longer shouting the error at you (in JSON!) anymore (69a580b)
- New, shiny, self-updating, animating scoreboard written in Preact! (fd2e310)
- The infamous "Min Scoring" scheme (a6a81b4) thanks to @aome510 <3
- There is now a wiki with some getting started guides. Incomplete, but work is being done! (https://git.nkagami.me/natsukagami/kjudge/issues/45) Please join in.
Bug fixes
- Fixed regressions from v0.2.0 making scoreboard rankings calculation incorrect (3c21916, 22607ab)
- Error messages are now more friendly (7ada7ee)
- README license badge is now properly displayed (3c87390)