Skip to content

Releases: natsukagami/kjudge

v0.4.0 "Misaki Shokuhou"

12 Apr 03:43
Compare
Choose a tag to compare

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"

04 Apr 02:01
Compare
Choose a tag to compare

New features

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)

Development

  • pprof profiling for development build is now available (666d381)
  • error messages are written to temp folders for easier reporting (part of 69a580b)
  • updated dependencies across the board (b7e55ba)