diff --git a/Changelog.md b/Changelog.md index 13dda69..912e05d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,13 +4,31 @@ This change log tracks the releases on our [pilot server](https://recodex.mff.cu | Date | [web-app](https://github.com/ReCodEx/web-app/releases) | [api](https://github.com/ReCodEx/api/releases) | [worker](https://github.com/ReCodEx/worker/releases) | [broker](https://github.com/ReCodEx/broker/releases) | [fileserver](https://github.com/ReCodEx/fileserver/releases) | [monitor](https://github.com/ReCodEx/monitor/releases) | [cleaner](https://github.com/ReCodEx/cleaner/releases) | | --- |:---:|:---:|:---:|:---:|:---:|:---:|:---:| +| 10.8.2018 | v1.10.0 | v1.10.0 | v1.5.0 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | | 11.6.2018 | v1.9.0 | v1.9.0 | v1.5.0 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | | 1.5.2018 | v1.8.1 | v1.8.3 | v1.4.1 | v1.2.1 | v1.2.1 | v1.0.0 | --- | | 29.4.2018 | v1.8.0 | v1.8.2 | v1.4.1 | v1.2.1 | v1.2.1 | v1.0.0 | --- | -| 20.4.2018 | v1.7.2 | v1.8.1 | v1.4.0 | v1.2.1 | v1.2.1 | v1.0.0 | --- | Older versions are at the bottom of this page. +## 10.8.2018 + +* Exercise, User, and Pipeline lists on Exercises, Users, Pipelines, and Group Detail pages are now displayed paginated with improved loading and optional filters. +* Exercise - Group relations can be modified on Exercise page. +* Solution evaluations can be deleted. +* Applying permission hints on multiple places to correctly display/hide controls based on privileges. +* Replaced markdown renderer to support inline KaTeX, adding Markdown Math. +* Download group results as CSV file. +* Improving appearance of solutions and ref. solutions tables. +* Improving appearance of date-time values and deadlines. +* Restricting deadlines, how far in future they can be. +* Fixing erratic behavior of submission progress bars. Adding refresh buttons to solution and ref. solution page, so the user may reload relevant data (if the progress bar was closed prematurely). +* Python exit codes translated to error messages. +* User may be in multiple instances (UI selects the instance automatically at the moment). +* Shadow assignments (similar to global bonus points in old CodEx) implemented in API. +* New roles supervisor-student (those who both teach and study) and empowered-supervisor (more powerful teacher who would be able to create custom exercise configurations with private pipelines). +* Users may have one local login at most. Improving checks and security regarding credentials creation. + ## 11.6.2018 * New UI for reference solutions which is more similar to UI for regular solutions. @@ -143,6 +161,7 @@ Older versions are at the bottom of this page. | Date | [web-app](https://github.com/ReCodEx/web-app/releases) | [api](https://github.com/ReCodEx/api/releases) | [worker](https://github.com/ReCodEx/worker/releases) | [broker](https://github.com/ReCodEx/broker/releases) | [fileserver](https://github.com/ReCodEx/fileserver/releases) | [monitor](https://github.com/ReCodEx/monitor/releases) | [cleaner](https://github.com/ReCodEx/cleaner/releases) | | --- |:---:|:---:|:---:|:---:|:---:|:---:|:---:| +| 20.4.2018 | v1.7.2 | v1.8.1 | v1.4.0 | v1.2.1 | v1.2.1 | v1.0.0 | --- | | 17.4.2018 | v1.7.2 | v1.8.0 | v1.4.0 | v1.2.1 | v1.2.1 | v1.0.0 | --- | | 14.4.2018 | v1.7.1 | v1.8.0 | v1.4.0 | v1.2.0 | v1.2.1 | v1.0.0 | --- | | 28.3.2018 | v1.7.0 | v1.7.0 | v1.3.0 | v1.2.0 | v1.2.1 | v1.0.0 | --- |