Skip to content

Releases: dodona-edu/dolos

v1.6.0

24 Jun 15:26
9de7fd3
Compare
Choose a tag to compare

This release contains some large new features, as @AurisAudentis has been working on extra visualizations and improving the Web UI 🎉

  • The main page is now an overview page, which should give a good first impression of the plagiarism results
  • The graph view is improved with extra information about the clusters

Take a look on the demo page to explore these exiting new features!

The next few months we will be looking at improving the performance of the Web UI, as well as preparing the codebase for Vue 3.

Screenshot of the improved overview page

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • Run demo analysis with --semantic flag (#767) @rien
  • Update require for now scoped tree-sitter-elm package (#736) @klassiker
  • Disable deploy if secrets are not available (#735) @rien

📖 Documentation

  • Add CITATION.cff and update website (#719) @rien

v1.5.1

19 Feb 10:13
5d80a2c
Compare
Choose a tag to compare

🐛 Bug Fixes

v1.5.0

02 Feb 13:33
7b9c6f3
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • The @dodons/dolos-web package is now a normal dependency of the @dodona/dolos package instead of an optional one (#694) @rien

📖 Documentation

  • Added a README to the dolos-lib project (#693) @rien
  • Added an explanation of the analysis parameters to the documentation website (#691) @rien

v1.4.0

25 Nov 10:43
a01be36
Compare
Choose a tag to compare

🚀 Features

🧰 Maintenance

📖 Documentation

  • Replace old references to --format with --output-format (#663) @rien

v1.3.0

13 Oct 15:13
e760a9f
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • Fix a bug where the compare view would not load properly in production (#658) @AurisAudentis

🧰 Maintenance

  • Run CLI tests serially in CI to avoid timeout issues (#631) @rien

📖 Documentation

  • Add building instructions to README (#620) @rien

v1.2.1

19 Aug 14:17
ee42bde
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix navigation drawer being hidden on desktop (#609) @rien

v1.2.0

19 Aug 13:51
b97308b
Compare
Choose a tag to compare

🚀 Features

  • Web UI: Allow more rows per page in pairs table (#608) @rien
  • CLI: Automatically open browser after launching Web UI (#594) @rien
  • Web UI: Small tweaks to user interface, improving overall experience (#593) @rien

🧰 Maintenance

  • Fix dependabot not updating yarn.lock (#600) @rien
  • Downgrade sass to resolve deprecation warnings (#586) @rien

📖 Documentation

  • Deploy docs automatically (#598) @rien
  • Deploy demo page after each new release (#599) @rien
  • Add installation instructions in README (#592) @rien
  • Fix broken links in documentation (#607) @rien

v1.1.0

05 Aug 13:13
5380ebb
Compare
Choose a tag to compare

🚀 Features

  • Add a button to swap files in compare card (#571) @toonijn

🐛 Bug Fixes

  • Fix illegal report directory filename on Windows (#581) @rien

🧰 Maintenance

📖 Documentation

  • Create documentation site at dolos.ugent.be (#572) @rien