All notable changes to this project will be documented in this file.
- Content blocks can now be pretty printed and have default repr methods
- Complete rewrite for Tumblr API wrappers, see documentation. All documented API routes are now supported.
- Complete rewrite, see documentation
- Content blocks are now standalone
- Fixes broken poll posting
Tumblr.reblog
now takesto_blog
parameter instead of incorrectly usingfrom_blog
as the target blog.
Content.poll
no longer takesoption_uuids
orpoll_uuid
parameters. While these are still required in the request, they seem to be ignored and regenerated serverside.- The
Content.poll
expire_after
parameter is now clamped between 1 and 7 days serverside. - Only one
Content.poll
block can be added per post. However, polls can still be added to reblogs even if the post being reblogged contains a poll.