Releases: Leixb/jutge
Release v0.3.1
Guess compiler from file extension If not able to guess default to G++11
v0.3.0
Changelog
da163e2 Add author, version and DefaultEnvars
f64abb9 Add option to check submissions
02467fc Add user and password flags
a90c6b4 Added "new" command
cbdea4b Added aliases
68a4a5f Added database manager
6791832 Added jutge.db with 1749 entries
fb98f27 Download test files if missing
dd3dbf7 Fix bug when command path started with /
4beaf9d Fix bug with workdir flag
a6cf50c Pipe directly from file
fc4012b Pretty output
e8acb0b Use *regexp.Regexp instead of string
9f47496 database is in WorkDir now
v0.2.0
v0.1.1
v0.1
Changelog
0f25371 Add readme
3b3d0db Added concurrency and annotation flags
f9b5ad2 Added default value to work-dir
5466cac Added short flags
f80fe79 Allow multiple file test
c837cd5 Avoid extra login requests
a9a9a72 Bug fixes
fe3a2aa Cleaned up check output
ff50f0e Count failed tests
aeb119d Download concurrently
4336d16 Enforce valid compiler on upload
0391b1c Implemented check
6d8e271 Implemented download
7fc9531 Implemented overwrite check
9b43d44 Implemented test
65c0271 Implemented upload method
cb0fb75 Initial commit
56ca33d Output error on download
ade4aea Relog on cookie expiration
7e97f0c Require login for X problems
8a224cf Split code into smaller functions
1c36905 Tweaked download
afcce57 Tweaked getCode
2f0354f Upload concurrently
dff7ac7 use defer for wg and sem
9229965 use os.Args[0] as prog name on help