Skip to content

Releases: olimpiadi-informatica/task-maker-rust

v0.6.4

25 Nov 23:49
4ba0e4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

22 Oct 15:24
13a82e4
Compare
Choose a tag to compare

Fixies release pipeline.

Full Changelog: v0.6.2...v0.6.3

v0.6.2

21 Oct 19:32
3f96f3f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

06 Apr 20:58
0e54671
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

06 Apr 15:03
bd77316
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.15...v0.6.0

v0.5.15

07 Dec 15:21
@dp1 dp1
57f16b1
Compare
Choose a tag to compare

Patch to fix a bug in the release process (d248c83)

v0.5.14

07 Dec 01:02
@dp1 dp1
15cc615
Compare
Choose a tag to compare
  • General dependency updates
  • Add LaTeX commands \constraints and \stconstraints #182
  • Generate empty output files when an output is not provided #183
  • Improve / fix contest booklet generation. Also fix clippy #175
  • Fix Dutch translations
  • Add Hungarian translations
  • Merge subtask_description and subtask_name #204
  • Support cms names for score_type #205

v0.5.13

08 Jun 21:55
Compare
Choose a tag to compare
  • Fix the checker fuzzer.

v0.5.12

03 Jun 10:11
Compare
Choose a tag to compare

Add new translations for statements (Spanish, French, Portuguese, Dutch, German)

v0.5.11

27 May 10:29
Compare
Choose a tag to compare

Changes

  • Add --mount-proc for task-maker-tools sandbox
  • The entire asy folder is copied inside the sandbox for asy compilation
  • Static const variables are ignored in task-maker-tools fuzz-checker
  • Add support for int main(const int argc, const char** argv) in task-maker-tools fuzz-checker
  • return 0 is no longer required for the main function in task-maker-tools fuzz-checker
  • Don't warn for missing subtask name when there are no explicit subtasks
  • Add support for Spanish 🇪🇸 statements (#156)
  • Add \SampleGrader statement section (#157)