Jagr v0.4.0
This release is mostly backward compatible, with only very minor breaking changes that should not affect most users.
What's Changed
- Add --no-export flag by @alexstaeding in #43
- Add default method ClassTransformer.getWriterFlags() by @alexstaeding in #44
- Show point ranges for parent criteria in rubric export by @alexstaeding in #45
- Add ETA to progress bar by @alexstaeding in #48
- Put assignmentIdRegex in config by @juliushardt in #47
- Escape < and > characters in moodle export instead of converting to [ and ] by @alexstaeding in #49
- Log stacktraces for child-process log messages by @janbormet in #50
- Accept old TU-IDs in the default studentID regex by @janbormet in #51
- Provide correct ClassLoader to ASM's ClassWriter by @alexstaeding in #52
- Replace newline character with HTML tag by @Hapstyx in #53
- Fix HTML tag escaping by @Hapstyx in #54
- Fix suspended methods in executor by @alexstaeding in #55
- Properly synchronize RubricCollector by @alexstaeding in #56
- Add custom ClassTransformer order by @alexstaeding in #57
- Add GradeResult#withCommonts() b85ff25
- Add GradeResult#of(PointRange) bbf742c
New Contributors
Full Changelog: v0.3.1...v0.4.0