Skip to content

Releases: ia-toki/judgels

v2.9.0

17 Nov 10:33
a831a3d
Compare
Choose a tag to compare

Judgels client

New features

Bugfixes

  • Show at most 2 courses in a row by @fushar in #549
  • Put pagination state in browser URL to handle back button better by @fushar in #554

Full Changelog: v2.8.0...v2.9.0

v2.8.0

22 Oct 00:38
dd0008e
Compare
Choose a tag to compare

Judgels client

New features

  • Migrate Google sign-in to Google Identity Services library by @fushar in #527
  • Show sample test data summary in submission details by @fushar in #528
  • Disable language switcher when there's only 1 language by @fushar in #529
  • Show notice in admin login to reset password when registered via Google by @fushar in #530

Bug fixes

  • Correctly decode unicode chars in submission details by @fushar in #533
  • Add overflow-x: auto to app-content instead by @fushar in e6e8ac5
  • Don't autofocus login form to avoid dirtying on blur when Google login is used by @fushar in bcd9711
  • Add more space before the 'Start first chapter' button by @fushar in 7f99c38

Judgels server

New features

Bug fixes

  • Correctly set output encoding to UTF-8 by @fushar in #532

For developers


New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

14 Oct 22:50
Compare
Choose a tag to compare

Judgels client

New features

  • Revamp verdict: expand verdict code and make general info compact by @fushar in #523
  • Revamp submission details: more compact general info by @fushar in #524
  • Fix color of danger (Wrong Answer) tag by @fushar in 6ba04f0
  • Add overflow-x: auto to page layouts by @fushar in ff3ee57
  • Change CE verdict color to normal by @fushar in c0401a8
  • Don't add to browser history on first pagination render by @fushar in 34029a3
  • Simplify verdicts in submission details by @fushar in #525

Bug fixes

  • Fix alignment between contest heading and action button by @fushar in #526
  • Avoid ChunkLoadError on bundle update by @fushar in f622586
  • Fix broken link to course chapter in submissions table by @fushar in 46b5a3b
  • Fix broken link to problem in submissions table by @fushar in 2816090
  • Don't add to browser history on first pagination render by @fushar in 34029a3

Full Changelog: v2.6.0...v2.7.0

v2.6.0

06 Oct 13:31
26f6b71
Compare
Choose a tag to compare

Judgels server

New features

  • Ignore CE penalty for ICPC-style contests by @fushar in #520

Judgels client

New features

  • Support footer via app_footer config by @fushar in #521

Full Changelog: v2.5.0...v2.6.0

v2.5.0

01 Oct 04:09
e39c04a
Compare
Choose a tag to compare

Judgels server & client

New features

Revamp the UI/UX of courses.

  • Revamp course chapters, pt 1: layout by @fushar in #507
  • Revamp course chapters: smoothen transition between chapters by @fushar in #510
  • Revamp course chapters: fix mobile layout by @fushar in #511
  • Revamp course chapters: simpler problem progress by @fushar in #512
  • More responsive layout in mobile by @fushar in #513
  • Update chapter problem icon for bundle problems by @fushar in #514
  • Revamp course chapters navigation UX by @fushar in #515
  • Implement code editor in the right sidebar by @fushar in #516
  • Support problem skeletons by @fushar in #517
  • Support chapter problem editorial by @fushar in #518
  • Set editor submission filename based on selected language by @fushar in #519

Full Changelog: v2.4.0...v2.5.0

v2.4.0

10 Sep 12:22
Compare
Choose a tag to compare

Judgels client

New features


Full Changelog: v2.3.2...v2.4.0

v2.3.2

31 Aug 13:20
051a6f1
Compare
Choose a tag to compare

Judgels server

Bugfixes

  • When "merged scoreboard" module is present, consider freeze time in previous contest by @fushar in #504

Full Changelog: v2.3.1...v2.3.2

v2.3.1

29 Aug 16:11
9d1baf6
Compare
Choose a tag to compare

Judgels grader

Bugfixes

  • Consider communication timing out as TLE, not ERR by @fushar in #503

Full Changelog: v2.3.0...v2.3.1

v2.3.0

26 Aug 16:16
d62304f
Compare
Choose a tag to compare

Judgels grader

New features

  • Give Wrong Answer verdict when communicator received signal 13 before writing verdict (#501)
  • Redirect solution's stderr to file during communication with communicator, to avoid blocking the grading (#502)

For developers


Full Changelog: v2.2.0...v2.3.0

v2.2.0

18 Aug 15:43
e0efaf1
Compare
Choose a tag to compare

Judgels server

New features

  • Increase default subtask count from 10 to 12 (#499)
  • Force problem filter selection when empty filter will make query very slow (#490)

Judgels client

New features

Cleanup

  • Remove hardcoded course info ("Free", "Ikatan Alumni TOKI") (#491)

Judgels grader

Bugfixes

  • Ignore signal 13 from communicator process as well (#488)

Full Changelog: v2.1.0...v2.2.0