Skip to content

Releases: amkhrjee/wp

Release v0.1.10

31 Aug 23:17
Compare
Choose a tag to compare
  • New! Added English as a language option for bulk download
  • Reduced unnecessary error logging while bulk downloading
  • Added batch counts while bulk downloading

Release v0.1.9

31 Aug 15:02
Compare
Choose a tag to compare
  • Bulk downloads work without being stopped by panics
  • Lots of ad hoc patches to accomodate bulk download without interruption

Release v0.1.8

31 Aug 12:37
Compare
Choose a tag to compare
  • Removed the following sections for now: References, Infobox, <ref> tags. Will add these in a future version.
  • Fixed a bug where the parser was infinite looping for some badly formatted articles.

Release v0.1.7

30 Aug 20:28
Compare
Choose a tag to compare
  • Fixed a bug where no args was causing panic
  • Fixed a bug where scarper was aggregating bad links
  • Other minor fixes

Release v0.1.6

30 Aug 19:52
Compare
Choose a tag to compare
  • Ported link scraping functionality to Rust
  • Downloading batches sequentially instead of via multiprocessing for better UX
  • Removed all Python dependencies
  • Updated usage instuctions

Release v0.1.5

30 Aug 12:28
Compare
Choose a tag to compare
  • New! Auxillary script for bulk downloading all of wikipedia in any of the supported languages.
  • More instructions in the readme
  • More Windows compatibility
  • Copy-pastable setup instructions

Release v0.1.4

29 Aug 19:42
Compare
Choose a tag to compare
  • New! Bulk download articles from all links in a file
  • New! Prety progress bar
  • Better error handling and error messages
  • Improved code origanization

Release v0.1.3

28 Aug 18:13
Compare
Choose a tag to compare
Release v0.1.3 Pre-release
Pre-release

First release 🎉

  • Major refactor of the old code
  • Removed the display feature for now
  • Articles can be downloaded to disk as plaintext
  • Better code organization