Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Releases: GuyKeogh/wiki_verify

v0.9.91 - Beta Testing

Choose a tag to compare

@GuyKeogh GuyKeogh released this 29 Sep 18:02

This version fixes the submission of Wikipedia URLs, allowing you to once again to append /article/ after the site address.

v0.9.9 - Beta Testing

Choose a tag to compare

@GuyKeogh GuyKeogh released this 29 Sep 02:06
f63e482

The article is now processed as demanded, with a 'Next paragraph(s)' button needing to be clicked, rather than all processing being done in one go. This means the application can handle articles of any realistic size, with no limit based on the number of citations in the article. wikitextparser has been added as a Python package requirement due to this change.

Additionally, by default, text is now only checked against the citations in its own paragraph, rather than every citation in the article being downloaded and processed then compared against every piece of text in the article; this is again to allow the application to process articles of any reasonable size. This option can be disabled by unchecking the "Default settings" slider and unchecking "Require citation to be in the same paragraph as the text being verified"; results will then be exactly the same as the previous release.

The standalone program has also been removed the accommodate this overhaul; this may be accessed via a previous release. With this removal, webbrowser is no longer a requirement.

Optimisations and minor changes have also been made.

v0.9.7 - Beta Testing

Choose a tag to compare

@GuyKeogh GuyKeogh released this 01 Jul 09:16

Interface changes to be colourblind-friendly, and other minor changes.

v0.9.6 - Beta Testing

Choose a tag to compare

@GuyKeogh GuyKeogh released this 28 Jun 11:00

Allows URLs to be directly input after /article/ , accessibility improvements, use compression for requests to save bandwidth, and bug-fixes.

v0.9.5 - Beta Testing

Choose a tag to compare

@GuyKeogh GuyKeogh released this 26 Jun 22:57

Significant improvements to URL scraping, session overhaul allowing copy-and-paste of the contents of failed URLs to work on the Toolforge server, allowing input of the article name through the URL, and other improvements.

v0.9.0 - Beta Testing

v0.9.0 - Beta Testing Pre-release
Pre-release

Choose a tag to compare

@GuyKeogh GuyKeogh released this 25 Jun 05:44

Significant front-end improvements and feature additions.

v0.1.0 - Proof of Concept

Pre-release

Choose a tag to compare

@GuyKeogh GuyKeogh released this 14 Jun 18:03

A functional proof of concept where the application can be run as a standalone program or be locally hosted. This currently makes direct comparisons between proper nouns, numbers, and quotes.