Releases: dodona-edu/dolos
Releases · dodona-edu/dolos
v1.6.0
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.
🚀 Features
- Add on-demand pseudonymization (#741) @AurisAudentis
- Add semantic analysis of matches (#726) @AurisAudentis
- Add a general overview as main page (#740) @AurisAudentis
- Add smart similarity cutoff selection (#717) @AurisAudentis
- Add sidebar links & version number (#753) @maartenvn
🐛 Bug Fixes
- Do not require fragments folder to be present (#734) @AurisAudentis
🧰 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
v1.5.1
🐛 Bug Fixes
- Fix a bug where extra tokenizers would not be found properly (#707) @AurisAudentis
v1.5.0
🚀 Features
- Improved loading times of the pairwise comparison page (#661) @ArneCJacobs
- Added a
--host
to allow listening on specific hosts (#686) @radim-kliment
🐛 Bug Fixes
- Various small fixes in the CLI (#683) @AurisAudentis
- Fix highlighting in some exercises (#672) @AurisAudentis
🧰 Maintenance
- The @dodons/dolos-web package is now a normal dependency of the @dodona/dolos package instead of an optional one (#694) @rien
📖 Documentation
v1.4.0
🚀 Features
- Create a
@dodona/dolos-lib
package (#659) @ArneCJacobs
🧰 Maintenance
- Fixed cache key (#666) @ArneCJacobs
- Create publishing flow for dolos-lib (#676) @rien
📖 Documentation
v1.3.0
🚀 Features
🐛 Bug Fixes
- Fix a bug where the compare view would not load properly in production (#658) @AurisAudentis
🧰 Maintenance
📖 Documentation
v1.2.1
v1.2.0
🚀 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