Skip to content

Releases: dodona-edu/dodona

2024.12

01 Dec 00:05
0a2efbf
Compare
Choose a tag to compare

In November, we improved the filters on all our listing pages. The filters now show how many items match a certain filter item before you even apply it. In addition, we fixed a number of bugs.


What's Changed

🚀 New Features

✨ Changes

🐛 Bug Fixes

  • Fix filtering on new saved annotation page by @jorg-vr in #5838
  • Only perform eager search after url is set by @jorg-vr in #5934
  • Fix broken graph toggles layout for long series names by @jorg-vr in #5949
  • Fix plagiarism detection from evaluation by @jorg-vr in #5957
  • Add update_activity errors to aggregated errors for mailing by @jorg-vr in #5958

🧰 Maintenance

Full Changelog: 2024.11...2024.12

2024.11

01 Nov 00:04
b34ff3a
Compare
Choose a tag to compare

After a few slower months, development pace is picking up again. We made a few small tweaks and fixed several issues causing error pages.

What's Changed

✨ Changes

🐛 Bug Fixes

  • Fix legacy 'exercises' path support by @jorg-vr in #5854
  • Fix course_id not present bug by @jorg-vr in #5855
  • Add csv differ support for empty rows by @jorg-vr in #5864
  • Fallback to textdiffer when csv parsing fails by @jorg-vr in #5876
  • Added json-output for the questions endpoint by @thvmulle in #5891
  • Correctly transfer 'last_updated_by' for annotations and scores when merging users by @jorg-vr in #5894

🧰 Maintenance

New Contributors

Full Changelog: 2024.10...2024.11

2024.10

01 Oct 00:04
4e54faf
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Remove validation on uniqueness of email adresses and usernames by @jorg-vr in #5786

🧰 Maintenance

Full Changelog: 2024.09...2024.10

2024.09

01 Sep 00:04
7c87cc3
Compare
Choose a tag to compare

It is now possible to reuse saved annotations across different exercises and courses.

What's Changed

🚀 New Features

  • Allow more flexible reuse of annotations across different courses/exercises by @jorg-vr in #5648

✨ Changes

  • Add new office365 key for 2024-2025 by @rien in #5762

Full Changelog: 2024.08...2024.09

2024.08

01 Aug 00:04
d205a3e
Compare
Choose a tag to compare

At Dodona the holiday months are used for server maintenance and upgrades. No fancy new features this month, but all our systems are now upgraded to be more secure and performant.

What's Changed

✨ Changes

Full Changelog: 2024.07...2024.08

2024.07

01 Jul 00:04
aad8e5d
Compare
Choose a tag to compare

No big new features this month, but a lot of smaller changes and bug fixes. Notable are the addition of multiple selection in our editor and the addition of ctrl+enter shortcut to submit your code. Many bug fixes are related to prevent JavaScript errors which came to light due to better logging.


What's Changed

✨ Changes

  • Allow for multiple selection in editor by @jorg-vr in #5640
  • Separate series activity icons into columns by @jorg-vr in #5641
  • Add ctrl+enter/cmd+enter keyboard shortcut to submit code from editor by @jorg-vr in #5646
  • Revert to original motivational messages by @jorg-vr in #5644

🐛 Bug Fixes

  • Don't try to show timezone or iframe warning if not present by @jorg-vr in #5573
  • Add option to deselect only submission for evaluation by @jorg-vr in #5576
  • Fix initiation of series card on series overview page by @jorg-vr in #5577
  • Only init submit button when logged in by @jorg-vr in #5578
  • Don't try to enable submit button when not logged in by @jorg-vr in #5580
  • Only init editor for exercises by @jorg-vr in #5586
  • Make iframe methods available on submissions page by @jorg-vr in #5581
  • Replace clipboardjs by webcomponent by @jorg-vr in #5588
  • Fix typo in copy container that broke copying by @jorg-vr in #5589
  • Fix 'visible after start time' when creating series by @jorg-vr in #5605
  • Disable plagiarism detection when language is not supported by dolos by @jorg-vr in #5607
  • Allow expand/collapse of targeted feedback groups by @jorg-vr in #5642

🧰 Maintenance

Full Changelog: 2024.06...2024.07

2024.06

01 Jun 00:03
5a69821
Compare
Choose a tag to compare

In May, Dodona has introduced several new features aimed at enhancing user functionality and experience. A visibility option now allows series to be shown after a specified start time, providing more control over content release. Additionally, Dodona has integrated Dolos plagiarism detection and expanded this feature to evaluations, strengthening academic integrity within the platform.

Alongside these new features, several improvements have been made. Users can now easily access submissions during evaluations via a direct link, and the publications page has been updated. Various bugs have been fixed, including the addition of a button to undo submission selections during evaluations. Furthermore, the series indicator on the course page has been fixed.


What's Changed

🚀 New Features

  • Add visibility option to show series after given start time by @jorg-vr in #5422
  • Add dolos plagiarism detection by @jorg-vr in #5420
  • Add plagiarism detection for evaluations by @jorg-vr in #5534

✨ Changes

🐛 Bug Fixes

Full Changelog: 2024.05...2024.06

2024.05

01 May 00:03
8371d53
Compare
Choose a tag to compare

In this update, Dodona introduces a new feature that allows teachers to more easily export course users. Additionally, improved discoverability of evaluations, scoresheets, and search actions/options has been implemented.

Various bugs were fixed, including unreachable tabs on small screens, sticky buttons during evaluations, and styling inconsistencies in the sandbox. URL conversion for GitHub cloning and accurate tooltip dates also received fixes, enhancing the platform's reliability and user experience.


What's Changed

🚀 New Features

✨ Changes

  • Add Blink article to publications page by @chvp in #5462
  • Improve discoverability of evaluations and scoresheets by @jorg-vr in #5421
  • Make search actions and options more discoverable by @jorg-vr in #5430

🐛 Bug Fixes

Full Changelog: 2024.04...2024.05

2024.04

01 Apr 00:03
b8b2669
Compare
Choose a tag to compare

In March, we made the evaluation scores more visible to students. In addition, we made a few smaller changes to the export wizard.


What's Changed

🚀 New Features

  • Add evaluation scores to course user overview page by @jorg-vr in #5398

✨ Changes

  • Allow exporting submission for users with at least one correct submission by @jorg-vr in #5405
  • Fix SubmissionRunner ignoring errors while removing temporary directory with judge results by @rien in #5429
  • Automatically trigger download of exported files by @jorg-vr in #5418

🐛 Bug Fixes

  • Fix copy to submission box button in the sandbox by @jorg-vr in #5433
  • Add missing translations by @jorg-vr in #5434
  • Don't show series info on activity show if activity not in series by @jorg-vr in #5455

Full Changelog: 2024.03...2024.04

2024.03

01 Mar 00:03
327b274
Compare
Choose a tag to compare

February marked the culmination of our Python Sandbox project, introducing the capability to debug individual test cases from the feedback table in the Sandbox. With this final part completed, we bid farewell to the old Python Tutor, ushering in a new era of streamlined coding and debugging on Dodona.

As we move forward, our next big endeavor is a thorough spring cleaning. Our goal is to enhance the Dodona user experience by addressing a collection of smaller issues. This past week saw the first wave of improvements, including the integration of informative cards within the UI to guide users towards optimal Dodona usage. Additionally, we've refined the editor to allow the acceptance of suggestions using the tab key, moving away from the previous ctrl + space shortcut.


What's Changed

🚀 New Features

  • Use papyros to debug testcases by @jorg-vr in #5336
  • Add tips that nudge users to better use of Dodona by @jorg-vr in #5386
  • Create card with a link to our documentation to help teachers get started by @jorg-vr in #5400

✨ Changes

  • Require at least one correct submission and a valid config before publishing by @jorg-vr in #5330
  • Replace checkboxes with icons in draft notice by @jorg-vr in #5351
  • Make copy course button more prominent for featured courses by @jorg-vr in #5360
  • Make sandbox button more prominent by @jorg-vr in #5359
  • Add debug state to papyros editor by @jorg-vr in #5366
  • Tweak the new feedback table UI by @bmesuere in #5160
  • Accept autocomplete suggestions using tab by @jorg-vr in #5369

🐛 Bug Fixes

New Contributors

Full Changelog: 2024.02...2024.03