Releases: olimpiadi-informatica/task-maker-rust
Releases · olimpiadi-informatica/task-maker-rust
v0.6.4
What's Changed
- Running ci on macos by @Virv12 in #275
- [task.yaml.orig] user_io defaults to std_io by @Virv12 in #279
- Retry tests on macOS by @bortoz in #280
- Bump which from 6.0.3 to 7.0.0 by @dependabot in #273
- Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 by @dependabot in #276
- Using workspace dependencies by @Virv12 in #289
- Bump nix from 0.26.4 to 0.29.0 by @dependabot in #290
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Fixies release pipeline.
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Bump whoami from 1.4.1 to 1.5.1 by @dependabot in #233
- Bump env_logger from 0.10.0 to 0.11.1 by @dependabot in #232
- Bump KSXGitHub/github-actions-deploy-aur from 2.7.0 to 2.7.1 by @dependabot in #240
- Bump clap_complete from 4.4.4 to 4.5.2 by @dependabot in #241
- Add support for subtask dependencies in cases.gen by @Virv12 in #245
- fixed find_bad_case not working by @Doxeno in #242
- Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 by @dependabot in #243
- As default set primary_language to "en" in task.yaml.orig by @Virv12 in #250
- Bump itertools from 0.12.1 to 0.13.0 by @dependabot in #246
- Bump lazy_static from 1.4.0 to 1.5.0 by @dependabot in #249
- Bump tempfile from 3.10.1 to 3.12.0 by @dependabot in #254
- Acknowledge --dry-run when writing task.yaml by @Virv12 in #256
- wildcard in STDEP and forward dependencies by @Virv12 in #255
- Update dependencies by @bortoz in #260
- Migrate from deprecated tui to ratatui by @bortoz in #261
- Added tool to copy attachments and statements from a contest by @franv314 in #266
- Bump regex from 1.10.6 to 1.11.0 by @dependabot in #263
- Bump tempfile from 3.12.0 to 3.13.0 by @dependabot in #264
New Contributors
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- Reduce NoBitsStdCpp verbosity by @Virv12 in #207
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #209
- Resolve symlinks before mounting system executable path to sandbox by @Virv12 in #206
- Bump unsafe-libyaml from 0.2.9 to 0.2.10 by @dependabot in #210
- Bump tempfile from 3.8.1 to 3.9.0 by @dependabot in #211
- Bump which from 5.0.0 to 6.0.0 by @dependabot in #212
- Bump actions/cache from 3 to 4 by @dependabot in #213
- sanity check for missing title by @Virv12 in #214
- Set priority for booklet compilation by @Virv12 in #216
- handle unknown score on finish_ui by @Virv12 in #227
- fix empty subtask scoring by @Virv12 in #226
- Use physical number of cpus by @Virv12 in #215
- Bump tempfile from 3.9.0 to 3.10.0 by @dependabot in #218
- Bump clap from 4.4.7 to 4.5.1 by @dependabot in #221
- Bump walkdir from 2.4.0 to 2.5.0 by @dependabot in #225
- merge oisubtaskcounter and subtaskcounter by @Virv12 in #230
- Add \IIOTsubtask as an alias to \OISubtask by @Virv12 in #229
- fix \constraints by @Virv12 in #228
- compatibility with asymptote 2.87 by @Virv12 in #231
- validators are owned by subtasks by @Virv12 in #235
- Ooops... by @Virv12 in #236
- read task.yaml.orig before task.yaml by @Virv12 in #238
- Support for subtask dependencies by @Virv12 in #208
Full Changelog: v0.5.15...v0.6.0
v0.5.15
v0.5.14
- 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
v0.5.12
v0.5.11
Changes
- Add
--mount-proc
fortask-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)
intask-maker-tools fuzz-checker
return 0
is no longer required for the main function intask-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)