Releases: frizensami/plagiarism-basic
Releases · frizensami/plagiarism-basic
Version 1.0.0 Major Release: Semantic.UI HTML output
Additions
- HTML output now uses the Semantic.UI framework which makes results much easier to read
This was considered a sufficiently good enough point in the project to bump the major version to v1.
v0.7.1 Release (Ignore-Text Directory & Error Messages)
Additions
- Added
i
option to specific a directory containing text files with content to ignore. For e.g., the actual text of a question being asked to students before submission - Changed most panics to .expects that show appropriate error messages
v0.6.1 Release (Optimizations and Benchmarking)
Bump version again for compat with binary
Version 0.4 Major Release: HTML + bold output + % plagiarism
v0.4 Major Release
This release includes
- HTML output (added in v0.2) in addition to CLI output.
- The output is bolded for plagiarized text,
- Plagiarism % figures are given for each source - source pair.
- The HTML page opens automatically under certain versions of Linux that have the
xdg-open
command.
Binary targets included in Assets
- x86_64-unknown-linux-gnu
Version 0.1 Release
v0.1 Release
Description
This release includes
- All options working
- Fast-enough
equal
metric - Slow
lev
metric - Very basic output report (trusted and untrusted reports, each sorted by number of matches)
Binary targets included in Asserts
- x86_64-unknown-linux-gnu