Releases: EtorixDev/rentry.py
v0.2.6
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
v0.2.3
v0.1.3
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
v0.1.1
v0.1.0
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.