From be5aec3033a06ba60bf6cb3898782e02620ed602 Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Fri, 4 Sep 2020 14:49:29 +0200 Subject: [PATCH] Release v1.4.2 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2018c7920..cca9401cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -242,3 +242,20 @@ ## Bugfixes * Form fields in the Project Configuration window are now properly validated. #47 #87 + +# fulib.org v1.4.2 + +## General + +* Updated to fulib v1.2.3. +* Updated to fulibTools v1.2.1. +* Updated to fulibScenarios v1.4.2. + +## Improvements + +* What's New now arranges repos as tabs. #88 #91 +* Improved the accessibility for some links in the footer. #89 +* Made the "Show Output" and "Grade" links in task lists actual buttons. #89 +* The query parameter `atok` can now be used to set the assignment token when viewing all solutions. #92 +* The query parameters `atok` and `stok` can be now be used to set the assignment or solution token when viewing a solution. #92 +* Downloaded `build.gradle` files no longer dictate Java version compatibility. #94