Skip to content

Releases: Giantpizzahead/judgelite

JudgeLite v1.1.1

20 Nov 01:26
6f2c95d
Compare
Choose a tag to compare

Added the option to use file IO (to better simulate USACO problems).

JudgeLite v1.1

30 Sep 20:29
c554c8d
Compare
Choose a tag to compare

Added support for custom checkers! 😃

These can be written in any of the 3 supported languages. Details on how to use them can be found on the Custom Checkers wiki page.

JudgeLite v1.0.1

10 Sep 21:10
1630b38
Compare
Choose a tag to compare

Added a DO_NOT_TRACK username. If a submission contains this username, it will not be recorded in the list of submissions.

Also did some other minor bug fixes.

JudgeLite v1.0

11 Aug 22:38
2463d2f
Compare
Choose a tag to compare

It's finally here... JudgeLite has come out of beta! 🎉

Take a look at the Setup Instructions to get started with JudgeLite. You can also try out a live demo at HHS Programming Club's website.

Thanks for checking out JudgeLite! ❤️

JudgeLite v0.6

08 Aug 22:00
Compare
Choose a tag to compare
JudgeLite v0.6 Pre-release
Pre-release

Ok, so I may have lied about no major changes in the API from now on 😐

The underlying data structure used to represent the submissions has changed a bit to allow for more flexible API access. As a result, some of the API calls have changed. Check the API reference on the JudgeLite admin website for more info.

Note that the old data structure is incompatible with the new one, meaning that you'll need to delete the old dump.rdb in redis_db for this version to work correctly.

JudgeLite v0.5

08 Aug 19:46
Compare
Choose a tag to compare
JudgeLite v0.5 Pre-release
Pre-release

We FINALLY got a pretty admin interface! Yayyyyyyyyyyyyyyy 😀

A couple of other things were changed based on received feedback. Credit to @frodakcin for finding a flaw in the judge's bonus test logic!

JudgeLite v0.4.3

07 Aug 07:48
Compare
Choose a tag to compare
JudgeLite v0.4.3 Pre-release
Pre-release

You can now see the bonus verdicts too! That way, you won't have to go crazy trying to figure out that one edge case. Yeah... that one.

In other news, the webhook actually works now. So yay.

I don't want to call it right now, but this might be the final release before the big 1.0! 😄

(Note: The run_judgelite.sh script still pulls version 0.4.1. You'll need to edit it to version 0.4.3.)

JudgeLite v0.4.2

06 Aug 07:35
Compare
Choose a tag to compare
JudgeLite v0.4.2 Pre-release
Pre-release

So uh... CORS is a thing.

Luckily, it's been fixed now, so JudgeLite is actually usable. Yay!

JudgeLite v0.4

05 Aug 04:12
Compare
Choose a tag to compare
JudgeLite v0.4 Pre-release
Pre-release

Everything in the backend has been pretty much finalized (there won't be any major changes to the problem structure / API calls from now on).

Pretty much everything from here on out will be focused on making an easy-to-use front end for JudgeLite.

v1.0 is coming soon... I can feel it! 😃

JudgeLite v0.3.1

03 Aug 03:14
Compare
Choose a tag to compare
JudgeLite v0.3.1 Pre-release
Pre-release

Guess what? We got a front end! 😃