Skip to content

Releases: Robpol86/sphinx-imgur

sphinx-imgur-3.0.0

03 Dec 01:19
c0fbed3
Compare
Choose a tag to compare

Added

  • Python 3.6 through 3.10 support
  • Implicit size and extension support for .. imgur::
  • User customizable image and target URL formatters
  • LaTeX support for images
  • OpenGraph support
  • .. imgur-figure:: directive

Removed

  • Title and description roles
  • Support for albums in image directive
  • imgur_target_default_gallery and target_gallery options
  • imgur_target_default_largest and target_largest options
  • imgur_target_default_page and target_page options
  • Caching and querying Imgur's API
  • Auto-detecting size, extension/type, and album images
  • Dropped Python 2.7 and <3.6 support
  • Imgur ID checks (no more babysitting users)

Fixed

  • Support for Sphinx 1.7 through 4.3

Changed

  • Refactored .. imgur-image:: directive and aliased it to .. imgur::, no longer reimplementing the node
  • :hide_post_details: now a flag instead of taking a boolean argument
  • Renamed project from sphinxcontrib-imgur to sphinx-imgur
  • Re-licensed from MIT to BSD 2-Clause
  • Refactored tests using sphinx.testing

sphinxcontrib-imgur-2.0.1

16 Oct 05:42
Compare
Choose a tag to compare

Changed

  • Adding newlines after imgur-image image/a HTML tags. Without those newlines Chrome doesn't display gaps between
    images on the same line.

sphinxcontrib-imgur-2.0.0

16 Oct 03:42
Compare
Choose a tag to compare

Added

  • Python 3.5 support (Linux/OS X and Windows).
  • imgur-image directive.
  • imgur_target_default_gallery, imgur_target_default_largest, and imgur_target_default_page conf
    variables.

Changed

  • Rewrote most of the library. Previous code was ugly, complicated, and hard to follow.

Removed

  • PyPy support.
  • imgur_api_test_response conf variable.

sphinxcontrib-imgur-1.0.0

09 Aug 07:46
Compare
Choose a tag to compare
  • Initial release.