Skip to content

Releases: dodona-edu/dodona

5.5.6

05 May 11:37
5.5.6
e2a188b
Compare
Choose a tag to compare

✨ Changes

🐛 Bug Fixes

  • Fix changing the submission of a feedback record with a lot of scores by @chvp in #3595

5.5.5

02 May 07:43
5.5.5
229729d
Compare
Choose a tag to compare

🐛 Bug Fixes

5.5.4

28 Apr 11:26
5.5.4
4f7bedb
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Remove Cross-Origin headers to fix loading of external resources in exercise descriptions by @winniederidder in #3573

Full Changelog: 5.5.3...5.5.4

5.5.3

27 Apr 07:58
5.5.3
bcbbf29
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: 5.5.2...5.5.3

5.5.2

25 Apr 12:59
5.5.2
ea85f6b
Compare
Choose a tag to compare

What's Changed

✨ Changes

Full Changelog: 5.5.1...5.5.2

5.5.1

25 Apr 09:16
5.5.1
6d95379
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix authenticity token verification not being skipped for media requests by @chvp in #3553

Full Changelog: 5.5.0...5.5.1

5.5.0

25 Apr 08:06
5.5.0
6b1f481
Compare
Choose a tag to compare

Dodona 5.5 contains an experimental new feature to run Python code in your browser! Every Python exercise now contains a "run your code" button at the bottom right of the page. If you click it, a Python scratchpad appears with the code from the Dodona editor already loaded. If you then click the "Run" button, the code is executed and the output appears below. More advanced features like processing input and importing packages are also supported.

image

The scratchpad is powered by our Papyros project. It makes use of cutting edge browser features so it might not run smoothly in all browsers. Any feedback is very welcome!


What's Changed

🚀 New Features

✨ Changes

Full Changelog: 5.4.0...5.5.0

5.4.0

19 Apr 07:49
5.4.0
35cb752
Compare
Choose a tag to compare

Dodona 5.4 adds support for signing in using SURF. This allows all school in the Netherlands to easily sign in using the account of their school. In addition, we added a list of all submissions to the results view of a submission. This also makes it easier to link to individual submissions.

image


What's Changed

✨ Changes

Full Changelog: 5.3.12...5.4.0

5.3.12

05 Apr 12:32
Compare
Choose a tag to compare

What's Changed

🚀 New Features

🐛 Bug Fixes

  • Display special characters in score item description by @BTWS2 in #3483

🧰 Maintenance

  • Move ddtrace from tracking a branch to latest beta by @chvp in #3493

Full Changelog: 5.3.11...5.3.12

5.3.11

02 Mar 09:31
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix reloading pending users after mass accept/decline by @jorg-vr in #3435
  • Fix copy courses index method when no user is detected by @jorg-vr in #3436
  • End series visualizations on series deadline by @jorg-vr in #3437

🧰 Maintenance

  • Replace webpacker by jsbundling rails with webpack by @jorg-vr in #3366

Full Changelog: 5.3.10...5.3.11