Skip to content

Releases: syeopite/npf-renderer

0.12.2

05 Jul 23:30
99e66b0
Compare
Choose a tag to compare

Changelog

  • Prevent link block overlay text from overflowing
  • Loosen dependencies' version requirements (#15)
  • Add automatic pypi release (#14)
  • README: Change example unsupported block to "unsupported" (#16 )

Full Changelog: 0.12.1...0.12.2

0.12.1

13 Mar 06:22
a534251
Compare
Choose a tag to compare

Changelog

  • Fix attributions being hidden under image contents by (#9)

Full Changelog: 0.12.0...0.12.1

0.12.0

06 Feb 07:24
19ffb46
Compare
Choose a tag to compare

npf-renderer 0.12.0 is finally here! This is a massive release that brings support for audio, video and polls blocks, along with a sleuth of bug fixes.

Changelog

  • (Breaking) format_npf's skip_cropped_image parameter has been removed as it is now the default and only behavior.
  • Added support for video blocks
  • Added support for audio blocks
  • Added support for poll blocks
  • Reworked inline formatting entirely, which fixes numerous bugs such as #2 and makes maintenance much easier
  • Reworked how photosets are layed out, the results should now be exactly the same as it is on Tumblr itself
  • Fixes raise when an invalid image is given by npf
  • Link blocks will now use the URL's hostname as the site name when none is given
  • Miscellaneous styling changes

Full Changelog: 0.11.1...0.12.0

0.10.0

13 Nov 23:48
89399a7
Compare
Choose a tag to compare

Changelog

  • Fix exception on render error
  • Fix posts exceeding maximum width on the default styling
  • Fix infinite loop due to out of bounds indices when handling inline formatting
  • Fix rendering on certain posts utilizing nested text blocks
  • Use serif font by default on quote text blocks
  • Remove base HTML margins on heading text blocks

Full Changelog: 0.9.0...0.10.0

0.9.0

21 Oct 22:26
049aa80
Compare
Choose a tag to compare

This release primarily marks the publishing of npf-renderer on PyPI! This means that you can finally install with:

pip install npf-renderer

Full Changelog: 0.8.0...0.9.0

0.8.0

05 Oct 02:33
fa25920
Compare
Choose a tag to compare

Initial release