Skip to content

Releases: Arth-ur/sphinxcontrib-bitfield

Release v2.0.0

23 Jan 13:43
Compare
Choose a tag to compare

View at: https://pypi.org/project/sphinxcontrib-bitfield/2.0.0/

⚠️ Breaking Changes:
To enable output with LaTeX support, add an image converter from SVG to PNG in configuration file (conf.py):

    extensions = ['sphinx.ext.imgconverter', 'sphinxcontrib.bitfield']

Changes:

  • added option caption (thanks to @len0rd)
  • removed cairo as a dependency for Latex support

Full Changelog: v1.0.0...v2.0.0

Release v1.0.0

08 May 19:59
Compare
Choose a tag to compare

View at: https://pypi.org/project/sphinxcontrib-bitfield/1.0.0/

Changes:

  • upgraded package bit_field to version 1.0.0
  • added options uneven, trim, strokewidth and legend
  • changed type of options vspace, hspace and fontsize from int to float

Full Changelog: v0.4.2...v1.0.0

Release v0.4.2

04 Jan 20:40
Compare
Choose a tag to compare

View at: https://pypi.org/project/sphinxcontrib-bitfield/0.4.2/

Changes:

  • fixed handling of options (#4)
  • made dependency for LaTeX support optional

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

22 May 15:13
Compare
Choose a tag to compare

View at: https://pypi.org/project/sphinxcontrib-bitfield/0.4.1/

Changes:

  • fixed handling of flag options with Latex builder

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

31 Mar 22:32
Compare
Choose a tag to compare

View at: https://pypi.org/project/sphinxcontrib-bitfield/0.4.0/

Changes:

  • upgraded package bit_field to version 0.4.0
  • removed bigendian flag and added hflip and vflip flags

Full Changelog: 0.3.0...v0.4.0