Skip to content

Releases: EtorixDev/rentry.py

v0.2.6

25 Feb 09:57
Compare
Choose a tag to compare

Fixed an issue where setting use_session=False for the client would fail to update the self.csrf_token value in the payload due to accessing it before refreshing the token, thus causing a mismatch between the csrf_token in the payload and the csrf_token in the cookies which results in a 403 from rentry.

v0.2.4

23 Feb 22:39
Compare
Choose a tag to compare

Fix new_page_id accidentally being a required argument for update().

v0.2.3

23 Feb 02:16
Compare
Choose a tag to compare

Added the update (new) endpoint to the command line version. Also fixed various bugs in the update methods.

v0.1.3

22 Feb 11:37
Compare
Choose a tag to compare

Fixed a bug where the page_id wasn't being updated properly, and one where the modify_code wasn't being reset properly.

Fixed functionality with overwrite in the update() function. Previously I operated under the assumption it only affected the metadata, however it also affects the markdown.

v0.1.2

22 Feb 10:00
Compare
Choose a tag to compare

Last release for now (real). Fixed an issue where fetching a page with the SECRET_EMAIL_ADDRESS metadata set caused an error due to rentry returning an obfuscated version of the email which doesn't follow email syntax.

v0.1.1

22 Feb 09:37
Compare
Choose a tag to compare

Something did in fact slip through the cracks. A typo broke the entire command line functionality :)

v0.1.0

22 Feb 09:25
Compare
Choose a tag to compare

The first release of rentry.py, a python wrapper for the rentry markdown service.

It should be feature complete with the current rentry API, though some things may have slipped through the cracks. See the README for details and the docstrings for even further details.