Skip to content

Releases: SpanishCat/wikipls

Project Rename

03 Dec 15:53
5cbad5a
Compare
Choose a tag to compare
Project Rename Pre-release
Pre-release

This project was renamed from py-wikipls to just wikipls.
In this released I updated the links in the pyproject.toml, including the link to this repo.

Old URL:
https://github.com/SpanishCat/py-wikipls/

New URL:
https://github.com/SpanishCat/wikipls/

Full Changelog: v0.0.1a8...v0.0.1a9

Pages and Revisions

03 Dec 14:35
cfa530b
Compare
Choose a tag to compare
Pages and Revisions Pre-release
Pre-release
  • Added Revision object
  • Re-purposed the Page class to contain info relating to Page (such as page content for a specific date)
  • Most GET functions now support revisions (i.e you can get info about how a page was on March 31th 2024, for instance)
  • Many new GET functions, relating to: Discussion, article content, mobile HTML and more
  • IDs are now represented by the new RevisionId and ArticleId objects, to prevent confusion
  • Many bugfixes (and many new bugs)
  • Reorganized src directory
  • Updated tests

Known issue of wikipls not automatically installing correct dependencies.

Full Changelog: v0.0.1a6...v0.0.1a8

Testing license change #2

19 Nov 10:40
d909111
Compare
Choose a tag to compare
Pre-release
v0.0.1a6

Update README.md

Testing license change

19 Nov 10:30
1d58b4b
Compare
Choose a tag to compare
Pre-release

No other changes except for license settings

Revision & Media Utilities

18 Nov 19:32
1d40b3b
Compare
Choose a tag to compare
Pre-release
  • Added get_image and get_all_images
  • Added from_timestamp, id_of_page and name_of_page
  • Added support for revisions
  • Changed get_media to get_media_details
  • Added get_article_data
  • Classes are more sorted-out
  • A few minor(er) stuff

Documentation & License

16 Nov 16:38
d3bb261
Compare
Choose a tag to compare
Pre-release
v0.0.1a3

Update LICENSE

Test Release

16 Nov 13:18
e934e2a
Compare
Choose a tag to compare
Test Release Pre-release
Pre-release

To test PyPI workflow

Initial Release

14 Nov 12:29
c42de88
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Basic functionality working